CVE-2025-47931
EPSS 0.01%LibreNMS stored Cross-site Scripting vulnerability in poller group name
描述
### LibreNMS v25.4.0 suffers from Stored Cross-Site Scripting (XSS) Vulnerability in the 'group name' parameter of the 'http://localhost/poller/groups' form. This vulnerability allows attackers to inject malicious scripts into web pages viewed by other users. ## ---------------------------------POC----------------------------- Before Setting: Enable 'distributed_poller' in http://localhost/settings/poller/distributed 1. Attacker creates a new poller group and injects the payload in the 'group name' parameter ``` payload: <script>alert('XSS')</script> ``` 2. Victim navigates to the 'http://localhost/addhost' to add a new host 3. The payload is executed code sink: https://github.com/librenms/librenms/blob/25.4.0/includes/html/pages/addhost.inc.php#L284
受影響套件(1)
- Packagist/librenms/librenmsfrom 0, < 25.5.0
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P |
參考連結(6)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2025-47931
- PATCHhttps://github.com/librenms/librenms
- WEBhttps://github.com/librenms/librenms/blob/25.4.0/includes/html/pages/addhost.inc.php#L284
- WEBhttps://github.com/librenms/librenms/commit/88fe1a7abdb500d9a2d4c45f9872df54c9ff8062
- WEBhttps://github.com/librenms/librenms/pull/17603
- WEBhttps://github.com/librenms/librenms/security/advisories/GHSA-hxw5-9cc5-cmw5