Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-frc6-pwgr-c28w

Опубликовано: 16 окт. 2025
Источник: github
Github: Прошло ревью
CVSS3: 5.5

Описание

LibreNMS has a Stored XSS vulnerability in its Alert Transport name field

Summary

LibreNMS <= 25.8.0 contains a Stored Cross-Site Scripting (XSS) vulnerability in the Alert Transports management functionality. When an administrator creates a new Alert Transport, the value of the Transport name field is stored and later rendered in the Transports column of the Alert Rules page without proper input validation or output encoding. This leads to arbitrary JavaScript execution in the admin’s browser.

Details

  • Injection point: Transport name field in /alert-transports.
  • Execution point: Transports column in /alert-rules.
  • Scope: Only administrators can create Alert Transports, and only administrators can view the affected Alert Rules page. Therefore, both exploitation and impact are limited to admin users.

Steps to reproduce

  1. Log in with an administrator account.

  2. Navigate to:

    http://localhost:8000/alert-transports
  3. Click Create alert transport and provide the following values:

    • Transport name:

      'onfocus='alert(1)' autofocus=
    • Default Alert: ON

    • Email: test@gmail.com (or any valid email)

    Save the transport.

  4. Navigate to http://localhost:8000/alert-rules. A popup alert(1) is triggered, confirming that the payload executes.

    image

Impact

Only accounts with the admin role who access the Alert Rules page (http://localhost:8000/alert-rules) are affected.

Пакеты

Наименование

librenms/librenms

composer
Затронутые версииВерсия исправления

< 25.10.0

25.10.0

EPSS

Процентиль: 0%
0.00007
Низкий

5.5 Medium

CVSS3

Дефекты

CWE-79

Связанные уязвимости

CVSS3: 5.5
nvd
4 месяца назад

LibreNMS is a community-based GPL-licensed network monitoring system. LibreNMS <= 25.8.0 contains a Stored Cross-Site Scripting (XSS) vulnerability in the Alert Transports management functionality. When an administrator creates a new Alert Transport, the value of the Transport name field is stored and later rendered in the Transports column of the Alert Rules page without proper input validation or output encoding. This leads to arbitrary JavaScript execution in the admin’s browser. This vulnerability is fixed in 25.10.0.

EPSS

Процентиль: 0%
0.00007
Низкий

5.5 Medium

CVSS3

Дефекты

CWE-79