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
      Digital Forensics, IRR & Breach Readiness
    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-2145

CVE-2026-2145: nginxWebUI Cross-Site Scripting Flaw

CVE-2026-2145 is a cross-site scripting vulnerability in nginxWebUI affecting versions up to 4.3.7. Attackers can exploit the nginxDir parameter remotely. This article covers technical details, affected systems, and mitigation.

Published: February 13, 2026

CVE-2026-2145 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in cym1102 nginxWebUI versions up to 4.3.7. The vulnerability exists in the Web Management Interface, specifically within the /adminPage/conf/check endpoint. An attacker can exploit this flaw by manipulating the nginxDir argument to inject malicious scripts, enabling cross-site scripting attacks against users of the affected application.

Critical Impact

This XSS vulnerability allows remote attackers to inject malicious scripts through the nginxWebUI Web Management Interface. The exploit is publicly available, and the project has not yet responded to the disclosure, leaving affected systems without an official patch.

Affected Products

  • cym1102 nginxWebUI up to version 4.3.7
  • nginxWebUI Web Management Interface /adminPage/conf/check endpoint
  • Systems running vulnerable nginxWebUI configurations

Discovery Timeline

  • 2026-02-08 - CVE-2026-2145 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2026-2145

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The affected component is the /adminPage/conf/check file within the Web Management Interface. When the nginxDir parameter receives user-controlled input, the application fails to properly sanitize or encode the data before rendering it in the response, allowing attackers to inject arbitrary JavaScript code.

The attack requires low privileges and user interaction, as the victim must navigate to or interact with a page containing the injected payload. While the confidentiality impact is limited, the vulnerability can be used for session hijacking, phishing, or redirecting users to malicious sites.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the /adminPage/conf/check endpoint. The nginxDir argument is processed without proper sanitization, allowing HTML and JavaScript content to be reflected in the server's response. This represents a failure to implement proper input validation controls that should neutralize potentially dangerous characters before incorporating user input into web page output.

Attack Vector

The vulnerability can be exploited remotely over the network. An attacker with low-level privileges can craft a malicious URL or form submission containing JavaScript code in the nginxDir parameter. When a victim user interacts with this crafted request, the malicious script executes in the context of the victim's browser session within the nginxWebUI application.

The attack scenario typically involves:

  1. An attacker identifying a vulnerable nginxWebUI instance
  2. Crafting a malicious payload targeting the nginxDir parameter
  3. Delivering the payload to a victim through social engineering
  4. Execution of the injected script in the victim's browser context

No verified code examples are available for this vulnerability. For technical details regarding the exploitation mechanism, refer to the GitHub Issue Discussion where the vulnerability was initially reported.

Detection Methods for CVE-2026-2145

Indicators of Compromise

  • Unusual requests to /adminPage/conf/check containing encoded script tags or JavaScript event handlers
  • Access logs showing suspicious nginxDir parameter values with HTML or JavaScript syntax
  • Client-side alerts or unexpected script execution reported by users accessing the management interface

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS patterns in the nginxDir parameter
  • Monitor HTTP access logs for requests to /adminPage/conf/check containing suspicious characters such as <, >, script, or javascript:
  • Deploy Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Use browser-based XSS auditor alerts as an indicator of potential exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for all requests to the nginxWebUI management interface
  • Configure alerts for requests containing common XSS payloads targeting the /adminPage/conf/check endpoint
  • Implement real-time monitoring for unusual parameter values in web application traffic

How to Mitigate CVE-2026-2145

Immediate Actions Required

  • Restrict access to the nginxWebUI Web Management Interface to trusted networks or authenticated users only
  • Implement network-level access controls to limit exposure of the /adminPage/conf/check endpoint
  • Deploy a Web Application Firewall with XSS protection rules in front of the nginxWebUI application
  • Consider temporarily disabling the affected functionality until a patch is available

Patch Information

As of the last update on 2026-02-09, no official patch has been released by the project maintainers. The vulnerability was reported through a GitHub issue, but the project has not yet responded. Users should monitor the nginxWebUI GitHub repository for updates and apply patches as soon as they become available.

Workarounds

  • Implement input validation on a reverse proxy or WAF to sanitize the nginxDir parameter before it reaches the application
  • Restrict management interface access to localhost or trusted IP addresses only
  • Enable Content Security Policy headers to prevent inline script execution
  • Consider using authentication mechanisms that limit access to administrative functions
bash
# Example: Restrict access to nginxWebUI management interface using nginx
location /adminPage/ {
    # Allow access only from trusted networks
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Add security headers
    add_header X-Content-Type-Options "nosniff" always;
    add_header X-XSS-Protection "1; mode=block" always;
    add_header Content-Security-Policy "default-src 'self'; script-src 'self'" always;
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechNginx

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/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 Project Repository

  • GitHub Issue Discussion

  • GitHub Issue Detail

  • VulDB #344847 CTI

  • VulDB #344847

  • VulDB Submission #747404
  • Related CVEs
  • CVE-2026-27944: Nginx UI Information Disclosure Issue

  • CVE-2026-1642: NGINX Information Disclosure Vulnerability

  • CVE-2026-1580: ingress-nginx RCE Vulnerability

  • CVE-2026-1616: OSIM Path Traversal 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