Headline
GHSA-vxq6-8cwm-wj99: LibreNMS allows stored XSS in Alert Template name field
Summary
A stored Cross-Site Scripting (XSS) vulnerability exists in LibreNMS (<= 25.6.0) in the Alert Template creation feature. This allows a user with the admin role to inject malicious JavaScript, which will be executed when the template is rendered, potentially compromising other admin accounts.
Details
In the LibreNMS web UI, when a user with the admin role visits /templates
and clicks “Create new alert template”, the “Template name” field fails to properly sanitize input. By inserting a payload like:
<script>alert(document.cookie)</script>
and filling the other fields with arbitrary content (e.g., test
), once the template is saved, the script is executed. This confirms that user input is stored and later rendered without proper output encoding.
This vulnerability can be exploited for session hijacking, data theft, or other malicious actions targeting other admin users.
PoC
Log in to LibreNMS using an account with the admin role.
Navigate to:
http://localhost:8000/templates
.Click the “Create new alert template” button.
Input the following into the Template name field:
<script>alert(document.cookie)</script>
Fill the remaining fields (
Template
,Alert title
,Recovery title
) with arbitrary content such astest
.Click “Create template”.
Upon saving, a JavaScript alert pops up, confirming the stored XSS is triggered. <img width="1574" height="848" alt="image" src="https://github.com/user-attachments/assets/bc482874-c47e-48e3-83b6-cb4a9dcf4a53" />
Impact
Type: Stored Cross-Site Scripting (XSS)
Affected users: Only accounts with the admin role who access the Alert Templates page (http://localhost:8000/templates
) are affected.
Attackers need: Authenticated admin-level access.
Summary
A stored Cross-Site Scripting (XSS) vulnerability exists in LibreNMS (<= 25.6.0) in the Alert Template creation feature. This allows a user with the admin role to inject malicious JavaScript, which will be executed when the template is rendered, potentially compromising other admin accounts.
Details
In the LibreNMS web UI, when a user with the admin role visits /templates and clicks “Create new alert template”, the “Template name” field fails to properly sanitize input. By inserting a payload like:
<script>alert(document.cookie)</script>
and filling the other fields with arbitrary content (e.g., test), once the template is saved, the script is executed. This confirms that user input is stored and later rendered without proper output encoding.
This vulnerability can be exploited for session hijacking, data theft, or other malicious actions targeting other admin users.
PoC
Log in to LibreNMS using an account with the admin role.
Navigate to: http://localhost:8000/templates.
Click the “Create new alert template” button.
Input the following into the Template name field:
<script>alert(document.cookie)</script>
Fill the remaining fields (Template, Alert title, Recovery title) with arbitrary content such as test.
Click “Create template”.
Upon saving, a JavaScript alert pops up, confirming the stored XSS is triggered.
Impact
Type: Stored Cross-Site Scripting (XSS)
Affected users: Only accounts with the admin role who access the Alert Templates page (http://localhost:8000/templates) are affected.
Attackers need: Authenticated admin-level access.
References
- GHSA-vxq6-8cwm-wj99
- https://nvd.nist.gov/vuln/detail/CVE-2025-55296
- librenms/librenms@8ade3d8