VYPR
Low severityNVD Advisory· Published Oct 16, 2025· Updated Oct 16, 2025

LibreNMS alert-rules Cross-Site Scripting Vulnerability

CVE-2025-62412

Description

LibreNMS is a community-based GPL-licensed network monitoring system. The alert rule name in the Alerts > Alert Rules page is not properly sanitized, and can be used to inject HTML code. This vulnerability is fixed in 25.10.0.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
librenms/librenmsPackagist
< 25.10.025.10.0

Affected products

1

Patches

1
dccdf6769976

Fix XSS in alert rules page

https://github.com/librenms/librenmsTony MurrayOct 13, 2025via ghsa
1 file changed · +2 2
  • includes/html/modal/alert_rule_list.inc.php+2 2 modified
    @@ -59,8 +59,8 @@
                                 }
                                 echo "
                                     <tr>
    -                                    <td>{$rule['name']}</td>
    -                                    <td><i>" . htmlentities(strip_tags($rule_display)) . "</i></td>
    +                                    <td>" . e($rule['name']) . "</td>
    +                                    <td><i>" . e($rule_display) . "</i></td>
                                         <td>{$rule['severity']}</td>
                                         <td>{$rule['id']}</td>
                                     </tr>
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

5

News mentions

0

No linked articles in our index yet.