NIXPKGS-2026-0333
GitHub issue
published 4 months ago
Permalink
CVE-2026-27016
5.4 MEDIUM
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): Low (L)
- User Interaction (UI): Required (R)
- Scope (S): Changed (C)
- Confidentiality (C): Low (L)
- Integrity (I): Low (L)
- Availability (A): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): Low (L)
- Modified User Interaction (MUI): Required (R)
- Modified Confidentiality (MC): Low (L)
- Modified Scope (MS): Changed (C)
- Modified Integrity (MI): Low (L)
- Modified Availability (MA): None (N)
by @LeSuisse Activity log
- Created suggestion
- @LeSuisse accepted
- @LeSuisse published on GitHub
LibreNMS has Stored XSS in Custom OID - unit parameter missing strip_tags()
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Versions 24.10.0 through 26.1.1 are vulnerable to Stored XSS via the unit parameter in Custom OID. The Custom OID functionality lacks strip_tags() sanitization while other fields (name, oid, datatype) are sanitized. The unsanitized value is stored in the database and rendered without HTML escaping. This issue is fixed in version 26.2.0.
References
-
https://github.com/librenms/librenms/security/advisories/GHSA-fqx6-693c-f55g x_refsource_CONFIRM
-
https://github.com/librenms/librenms/pull/19040 x_refsource_MISC
-
https://github.com/librenms/librenms/releases/tag/26.2.0 x_refsource_MISC
Affected products
librenms
- ==>= 24.10.0, < 26.2.0
Package maintainers
-
@NetaliDev Jennifer Graul <me@netali.de>
-
@johannwagner Johann Wagner <nix@wagner.digital>