banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-26992

CVE-2026-26992: LibreNMS Stored XSS Vulnerability

CVE-2026-26992 is a stored cross-site scripting flaw in LibreNMS affecting versions 26.1.1 and below. Attackers with admin privileges can inject malicious scripts via unsanitized port group names. This article covers technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-26992 Overview

CVE-2026-26992 is a Stored Cross-Site Scripting (XSS) vulnerability affecting LibreNMS, an auto-discovering PHP/MySQL/SNMP based network monitoring tool. In versions 26.1.1 and below, the port group name is not properly sanitized, allowing attackers with admin privileges to inject malicious scripts that execute when other users interact with the port group interface.

When a user adds a port group, an HTTP POST request is sent to the Request-URI /port-groups. The name of the newly created port group is stored in the value of the name parameter without proper sanitization. After the port group is created, the entry is displayed along with relevant buttons such as Edit and Delete, causing the injected script to execute in the context of any user viewing or interacting with these elements.

Critical Impact

Attackers with admin privileges can inject persistent malicious scripts that execute in the browsers of other administrators or users viewing the port groups interface, potentially leading to session hijacking, credential theft, or unauthorized actions.

Affected Products

  • LibreNMS versions 26.1.1 and below
  • LibreNMS port group management component
  • All LibreNMS installations with admin user access to port group features

Discovery Timeline

  • 2026-02-20 - CVE CVE-2026-26992 published to NVD
  • 2026-02-20 - Last updated in NVD database

Technical Details for CVE-2026-26992

Vulnerability Analysis

This Stored XSS vulnerability exists in the LibreNMS port group management functionality. The root issue stems from insufficient input sanitization when processing and displaying port group names. When an administrator creates or modifies a port group, the name parameter value is stored directly in the database and later rendered in the web interface without proper output encoding.

The vulnerability is exploitable via the network by authenticated users with admin privileges. The attack requires some user interaction, as a victim must view or interact with the port groups page where the malicious content is displayed. While the attack requires administrative privileges to inject the payload, the stored nature of this XSS means it persists and affects any subsequent users who access the affected page.

Root Cause

The vulnerability originates from improper output encoding in the Blade template file resources/views/port-group/index.blade.php. The port group name was being passed directly into JavaScript function calls within the onclick event handler without proper escaping, allowing attackers to break out of the string context and inject arbitrary JavaScript code.

Attack Vector

The attack is conducted over the network through the LibreNMS web interface. An attacker with admin credentials can navigate to the port groups management page and create a new port group with a malicious name containing JavaScript code. The payload is stored server-side and executes whenever any user clicks the delete button for that port group, as the malicious name is rendered unsafely in the button's onclick attribute.

php
// Vulnerable code - port group name passed directly to onclick handler
onclick="delete_pg(this, '{{ $port_group->name }}', '{{ route('port-groups.destroy', $port_group->id) }}')"

// Fixed code - name moved to data attribute for safe access
data-group-name="{{ $port_group->name }}"
onclick="delete_pg(this, '{{ route('port-groups.destroy', $port_group->id) }}')"

Source: GitHub Commit 882fe6f

Detection Methods for CVE-2026-26992

Indicators of Compromise

  • Unusual or suspicious characters in port group names including <script>, javascript:, or encoded variants
  • Port group names containing HTML tags, event handlers, or JavaScript code
  • Unexpected JavaScript execution or browser alerts when viewing the port groups page
  • Audit log entries showing port group creation with potentially malicious name patterns

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS payloads in POST requests to /port-groups endpoint
  • Review LibreNMS audit logs for port group creation and modification events with suspicious names
  • Deploy browser-based XSS detection tools or Content Security Policy (CSP) violation reporting
  • Scan the port_groups database table for entries containing script tags or JavaScript code

Monitoring Recommendations

  • Enable and monitor LibreNMS application logs for unusual administrative activities
  • Configure alerts for multiple port group creation events in short time periods
  • Implement Content Security Policy headers and monitor for policy violations
  • Regularly audit port group names in the database for suspicious content

How to Mitigate CVE-2026-26992

Immediate Actions Required

  • Upgrade LibreNMS to version 26.2.0 or later immediately
  • Review existing port group names in the database for any potentially malicious content
  • Audit recent administrative actions in LibreNMS logs for suspicious port group modifications
  • Consider temporarily restricting admin access until the patch is applied

Patch Information

The vulnerability has been fixed in LibreNMS version 26.2.0. The fix modifies the Blade template to use a data attribute (data-group-name) instead of directly embedding the port group name in the JavaScript onclick handler. This approach ensures proper HTML encoding of the name value, preventing XSS payload execution.

The security patch is available via commit 882fe6f90ea504a3732f83caf89bba7850a5699f. For detailed information, refer to the GitHub Security Advisory GHSA-93fx-g747-695x and the GitHub Release 26.2.0.

Workarounds

  • Limit administrative access to trusted users only until the patch can be applied
  • Implement Content Security Policy headers to mitigate XSS impact as a defense-in-depth measure
  • Deploy a web application firewall with XSS filtering rules for the LibreNMS application
  • Regularly review and sanitize existing port group names in the database
bash
# Upgrade LibreNMS to patched version
cd /opt/librenms
git fetch --all
git checkout 26.2.0
./scripts/composer_wrapper.php install --no-dev
./lnms migrate

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechLibrenms

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Pull Request

  • GitHub Release 26.2.0

  • GitHub Security Advisory GHSA-93fx-g747-695x
  • Vendor Resources
  • GitHub Commit Update
  • Related CVEs
  • CVE-2026-26987: LibreNMS Reflected XSS Vulnerability

  • CVE-2026-26989: LibreNMS Stored XSS Vulnerability

  • CVE-2026-27016: LibreNMS Custom OID XSS Vulnerability

  • CVE-2026-26991: LibreNMS Device Group XSS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • English
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use