CVE-2025-62411: Stored XSS in Alert Transport name field in LibreNMS
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:
html '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. <img width="1829" height="396" alt="image" src="https://github.com/user-attachments/assets/932ba17d-214d-4253-80b8-62539d1cfa28" />
Impact
Only accounts with the admin role who access the Alert Rules page (http://localhost:8000/alert-rules) are affected.
Other sources
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.
— NVD
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-62411?
CVE-2025-62411 is classified as a Stored Cross-Site Scripting (XSS) vulnerability.
How do I fix CVE-2025-62411?
To remediate CVE-2025-62411, upgrade LibreNMS to version 25.10.0 or later.
Which versions of LibreNMS are affected by CVE-2025-62411?
LibreNMS versions up to and including 25.8.0 are affected by CVE-2025-62411.
What component of LibreNMS does CVE-2025-62411 affect?
CVE-2025-62411 affects the Alert Transports management functionality of LibreNMS.
Is it safe to use LibreNMS versions below 25.10.0 after the discovery of CVE-2025-62411?
Using LibreNMS versions below 25.10.0 is not safe due to the presence of CVE-2025-62411.