Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
WS-2026-0037
Published:August 28, 2026
Updated:August 31, 2026
The Oxidized integration URL in LibreNMS is admin-configurable. LibreNMS fetches device info and version history from that URL and renders the returned JSON fields name, ip, model, author and commit message into HTML without escaping in includes/html/pages/device/showconfig.inc.php, so an administrator pointing the URL at an attacker-controlled server achieves persistent cross-site scripting affecting every user who views any device showconfig tab. Fixed in 26.5.0 by commit 6782af94 (PR 19660), which wraps all five sinks in the e() escaping helper. Note: the upstream advisory states the fix is 26.7.0, but showconfig.inc.php is byte-identical between 26.6.1 and 26.7.0 and all five sinks were already escaped as of 26.5.0.
Affected Packages
https://github.com/librenms/librenms.git (GITHUB):
Affected version(s) >=25.1.0 <26.5.0
Fix Suggestion:
Update to version 26.5.0
librenms/librenms (PHP):
Affected version(s) >=dev-analysis-b0PBV5 <26.5.0
Fix Suggestion:
Update to version 26.5.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.2
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
HIGH
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
HIGH
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
HIGH
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')