CVE-2025-62365
BaseFortify
Publication date: 2025-10-13
Last updated on: 2025-10-20
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| librenms | librenms | to 25.7.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reflected Cross-Site Scripting (XSS) issue in the LibreNMS network monitoring system prior to version 25.7.0. It occurs in the 'report_this' function due to improper filtering of the 'project_issues' parameter. Specifically, the 'htmlentities' function was incorrectly used in an 'a href' environment, allowing malicious scripts to be injected and executed in the context of a user's browser.
How can this vulnerability impact me? :
The reflected XSS vulnerability can allow attackers to execute malicious scripts in the browsers of users who visit a crafted URL or interact with the vulnerable function. This can lead to theft of sensitive information, session hijacking, or performing actions on behalf of the user without their consent, potentially compromising the security and integrity of the affected system and its users.
What immediate steps should I take to mitigate this vulnerability?
Upgrade LibreNMS to version 25.7.0 or later, as this version contains the fix for the reflected-XSS vulnerability in the report_this function.