The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • 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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • 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-2025-11892

CVE-2025-11892: GitHub Enterprise Server XSS Vulnerability

CVE-2025-11892 is a DOM-based cross-site scripting flaw in GitHub Enterprise Server that enables privilege escalation and unauthorized workflow triggers. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-11892 Overview

An improper neutralization of input vulnerability (CWE-79) was identified in GitHub Enterprise Server that allows DOM-based cross-site scripting (XSS) via the Issues search label filter. This vulnerability could lead to privilege escalation and unauthorized workflow triggers when exploited successfully.

Successful exploitation requires an attacker to have access to the target GitHub Enterprise Server instance and to entice a user, while operating in sudo mode, to click on a crafted malicious link to perform actions that require elevated privileges.

Critical Impact

DOM-based XSS vulnerability enabling privilege escalation and unauthorized workflow triggers in GitHub Enterprise Server environments when administrators operate in elevated sudo mode.

Affected Products

  • GitHub Enterprise Server versions prior to 3.14.19
  • GitHub Enterprise Server versions prior to 3.15.14, 3.16.10, 3.17.7
  • GitHub Enterprise Server version 3.18.0 (prior to 3.18.1)

Discovery Timeline

  • 2025-11-10 - CVE-2025-11892 published to NVD
  • 2025-12-08 - Last updated in NVD database

Technical Details for CVE-2025-11892

Vulnerability Analysis

This vulnerability stems from improper input neutralization in the Issues search label filter functionality within GitHub Enterprise Server. The DOM-based XSS flaw occurs when user-controlled input is processed by client-side JavaScript without adequate sanitization before being rendered in the browser's Document Object Model.

The attack specifically targets users operating in sudo mode—an elevated privilege state within GitHub Enterprise Server that allows administrators to perform sensitive operations. By crafting a malicious link containing specially constructed payloads in the label filter parameter, an attacker can execute arbitrary JavaScript in the context of the victim's authenticated session.

The impact is particularly severe because actions performed while in sudo mode carry elevated privileges. This allows the attacker to potentially trigger unauthorized GitHub Actions workflows, modify repository configurations, access sensitive organizational data, or perform other privileged operations that would normally require administrative authentication.

Root Cause

The root cause is improper neutralization of special elements used in the Issues search label filter. The client-side JavaScript code fails to properly sanitize or encode user-supplied input before dynamically inserting it into the DOM. This allows malicious script payloads embedded in crafted URLs to be executed when the page renders the unsanitized label filter content.

The vulnerability classification as CWE-79 (Improper Neutralization of Input During Web Page Generation) indicates a failure in the input validation and output encoding mechanisms that should prevent untrusted data from being interpreted as executable code.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must craft a malicious URL containing the XSS payload within the Issues search label filter parameter and convince an authenticated user—ideally one operating in sudo mode—to click the link.

The exploitation chain involves:

  1. Attacker crafts a URL with malicious JavaScript in the label filter parameter
  2. Attacker distributes the link via social engineering (email, chat, etc.)
  3. Victim clicks the link while authenticated to GitHub Enterprise Server
  4. The malicious payload executes in the victim's browser context
  5. If the victim is in sudo mode, the attacker gains access to elevated privileges

The vulnerability can be exploited to perform actions such as triggering unauthorized workflow executions, modifying repository settings, or exfiltrating sensitive data accessible to the compromised user session.

Detection Methods for CVE-2025-11892

Indicators of Compromise

  • Unusual URL patterns in web server logs containing encoded JavaScript payloads in Issues search filter parameters
  • Unexpected GitHub Actions workflow triggers not initiated by legitimate user activity
  • Audit log entries showing privileged operations performed shortly after users accessed unusual URLs
  • Client-side error logs indicating script execution from non-standard sources

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests containing XSS patterns in query parameters targeting Issues endpoints
  • Review GitHub Enterprise Server audit logs for privileged actions correlated with unusual referrer URLs
  • Implement browser-based security headers such as Content Security Policy (CSP) to detect and block inline script execution
  • Deploy endpoint detection solutions to identify suspicious browser behavior following link clicks

Monitoring Recommendations

  • Enable verbose logging for authentication and sudo mode activation events
  • Configure alerts for workflow triggers from unexpected sources or containing suspicious patterns
  • Implement URL filtering at the network perimeter to block known malicious domains used in social engineering campaigns
  • Regularly review audit trails for administrative actions performed during or immediately after link navigation events

How to Mitigate CVE-2025-11892

Immediate Actions Required

  • Upgrade GitHub Enterprise Server to a patched version immediately (3.18.1, 3.17.7, 3.16.10, 3.15.14, or 3.14.19 depending on your version branch)
  • Alert administrators and users about the risk of clicking untrusted links while in sudo mode
  • Review audit logs for any suspicious privileged operations that may indicate prior exploitation
  • Implement additional security controls such as Content Security Policy headers where possible

Patch Information

GitHub has released security patches addressing this vulnerability across all supported version branches. Organizations should update to the following minimum versions based on their current deployment:

  • Version 3.14.x: Update to 3.14.19 or later - See GitHub Release Notes 3.14.19
  • Version 3.15.x: Update to 3.15.14 or later - See GitHub Release Notes 3.15.14
  • Version 3.16.x: Update to 3.16.10 or later - See GitHub Release Notes 3.16.10
  • Version 3.17.x: Update to 3.17.7 or later - See GitHub Release Notes 3.17.7
  • Version 3.18.x: Update to 3.18.1 or later - See GitHub Release Notes 3.18.1

Workarounds

  • Instruct administrators to avoid clicking external links while operating in sudo mode
  • Implement network-level URL filtering to block requests with suspicious patterns in Issues search parameters
  • Configure browser security policies to restrict inline script execution where feasible
  • Limit sudo mode session duration to reduce the window of exploitation opportunity
bash
# Verify current GitHub Enterprise Server version
ghe-version

# Check for available updates
ghe-update-check

# Apply security update (backup recommended before updating)
ghe-upgrade /path/to/github-enterprise-3.x.x.pkg

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechGithub Enterprise Server

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/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
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Release Notes 3.14.19

  • GitHub Release Notes 3.15.14

  • GitHub Release Notes 3.16.10

  • GitHub Release Notes 3.17.7

  • GitHub Release Notes 3.18.1
  • Related CVEs
  • CVE-2024-0507: GitHub Enterprise Server Privilege Escalation

  • CVE-2026-3854: GitHub Enterprise Server RCE Vulnerability

  • CVE-2026-2266: GitHub Enterprise Server XSS Vulnerability

  • CVE-2026-3582: GitHub Enterprise Server Auth Bypass Flaw
Default Legacy - Prefooter | 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
  • 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

English