VYPR
Moderate severityNVD Advisory· Published Feb 20, 2026· Updated Feb 20, 2026

LibreNMS has Stored XSS in Alert Rule

CVE-2026-26989

Description

LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Versions 25.12.0 and below are affected by a Stored Cross-Site Scripting (XSS) vulnerability in the Alert Rules workflow. An attacker with administrative privileges can inject malicious scripts that execute in the browser context of any user who accesses the Alert Rules page. This issue has been fixed in version 26.2.0.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
librenms/librenmsPackagist
< 26.2.026.2.0

Affected products

1

Patches

1
087608cf9f85

Fix alert rule xss (#19039)

https://github.com/librenms/librenmsTony MurrayFeb 16, 2026via ghsa
1 file changed · +2 2
  • includes/html/modal/alert_rule_list.inc.php+2 2 modified
    @@ -59,8 +59,8 @@
                                 }
                                 echo "
                                     <tr>
    -                                    <td>" . e(strip_tags((string)$rule['name'])) . "</td>
    -                                    <td><i>" . e($rule_display) . "</i></td>
    +                                    <td>" . e(strip_tags((string) $rule['name'])) . "</td>
    +                                    <td><i>" . e(strip_tags((string) $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

6

News mentions

0

No linked articles in our index yet.