Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-13744

CVE-2025-13744: GitHub Enterprise Server XSS Vulnerability

CVE-2025-13744 is an XSS vulnerability in GitHub Enterprise Server that allows attackers to inject malicious HTML through filter components to exfiltrate sensitive data. This article covers technical details, affected versions, and patches.

Updated: January 22, 2026

CVE-2025-13744 Overview

An Improper Neutralization of Input During Web Page Generation (Cross-Site Scripting) vulnerability has been identified in GitHub Enterprise Server that allows attacker-controlled HTML to be rendered by the Filter component (search) across the platform. This vulnerability could be exploited to exfiltrate sensitive information from authenticated users.

The vulnerability exists in multiple components that render user-supplied entity names, including milestones, issues, pull requests, and similar entities displayed through the vulnerable filter/search functionality. An attacker with permissions to create or modify the names of these entities can inject malicious HTML content that executes in the context of other users' browsers when they interact with the affected search components.

Critical Impact

Attackers with low-level permissions can inject malicious HTML to exfiltrate sensitive information from other GitHub Enterprise Server users through the search/filter functionality, potentially compromising authentication tokens, session data, and confidential repository information.

Affected Products

  • GitHub Enterprise Server versions prior to 3.20
  • GitHub Enterprise Server versions prior to 3.19.1
  • GitHub Enterprise Server versions prior to 3.18.2, 3.17.8, 3.16.11, 3.15.15, and 3.14.20

Discovery Timeline

  • 2026-01-06 - CVE-2025-13744 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-13744

Vulnerability Analysis

This Cross-Site Scripting (XSS) vulnerability (CWE-79) stems from improper neutralization of user input in GitHub Enterprise Server's Filter component. The vulnerability allows attackers to inject and execute arbitrary HTML content within the application context, enabling potential data exfiltration attacks against other users.

The attack requires the threat actor to have permissions within a GitHub Enterprise Server instance to create or modify names of various entities such as milestones, issues, or pull requests. When these entity names containing malicious HTML payloads are rendered through the filter/search components, the injected content executes in victims' browsers without proper sanitization.

This vulnerability is particularly concerning because the filter/search component is used extensively across GitHub Enterprise Server, providing attackers with multiple attack surfaces. Successful exploitation could lead to theft of sensitive information including authentication tokens, session identifiers, personal access tokens, and confidential repository data.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and output encoding within the Filter component's rendering logic. When entity names (milestones, issues, pull requests) are displayed in search results and filter views, the application fails to properly sanitize or escape HTML special characters before rendering them in the DOM. This allows malicious HTML and JavaScript to be injected and executed in the browser context of users viewing the affected components.

Attack Vector

The attack vector is network-based, requiring the attacker to have authenticated access to a GitHub Enterprise Server instance with permissions to create or modify entity names. The attack flow involves:

  1. The attacker creates or modifies an entity (issue, pull request, milestone) with a specially crafted name containing malicious HTML/JavaScript
  2. A victim user performs a search or uses the filter functionality that renders the malicious entity name
  3. The injected HTML/JavaScript executes in the victim's browser session
  4. Sensitive information is exfiltrated to an attacker-controlled endpoint

The vulnerability requires user interaction (the victim must navigate to or search for content that renders the malicious payload), but the attacker only needs low-privilege access to inject the malicious content.

This is a stored/persistent XSS attack, meaning the payload is saved in the application database and delivered to victims whenever they access the affected search or filter functionality containing the malicious entity.

Detection Methods for CVE-2025-13744

Indicators of Compromise

  • Unusual entity names containing HTML tags, script elements, or encoded special characters (e.g., <script>, <img onerror=, javascript:, event handlers)
  • Unexpected outbound network requests from user browsers to external domains when viewing search results or filter components
  • Audit log entries showing creation or modification of entities with suspicious names containing HTML/JavaScript payloads
  • User reports of unexpected behavior or popups when using search functionality

Detection Strategies

  • Review audit logs for entity creation/modification events with names containing HTML special characters or encoded payloads
  • Implement Content Security Policy (CSP) monitoring to detect inline script execution attempts in the application context
  • Deploy web application firewall (WAF) rules to detect and alert on XSS payload patterns in entity name fields
  • Monitor for anomalous data exfiltration patterns from client browsers accessing GitHub Enterprise Server

Monitoring Recommendations

  • Enable and review GitHub Enterprise Server audit logs for suspicious entity naming patterns
  • Configure browser-based security monitoring to detect DOM-based XSS execution
  • Implement network monitoring to identify unexpected outbound connections from GitHub Enterprise Server user sessions
  • Deploy SentinelOne Singularity platform for endpoint detection of post-exploitation activities that may follow successful XSS attacks

How to Mitigate CVE-2025-13744

Immediate Actions Required

  • Upgrade GitHub Enterprise Server to a patched version: 3.19.1, 3.18.2, 3.17.8, 3.16.11, 3.15.15, 3.14.20, or 3.20 or later
  • Review audit logs to identify any potentially malicious entity names created before the patch was applied
  • Audit user permissions to minimize the number of accounts with entity creation/modification privileges
  • Implement Content Security Policy headers as an additional defense layer

Patch Information

GitHub has released security patches addressing this vulnerability across multiple supported version branches. Organizations running GitHub Enterprise Server should upgrade to the appropriate patched version based on their current deployment:

Current Version BranchPatched Version
3.19.x3.19.1
3.18.x3.18.2
3.17.x3.17.8
3.16.x3.16.11
3.15.x3.15.15
3.14.x3.14.20

This vulnerability was reported through the GitHub Bug Bounty program. All organizations running affected versions should prioritize upgrading to receive this security fix.

Workarounds

  • Restrict entity creation and modification permissions to trusted users only until patches can be applied
  • Implement strict Content Security Policy (CSP) headers to mitigate the impact of XSS attacks by preventing inline script execution
  • Deploy a Web Application Firewall (WAF) with XSS detection rules to filter malicious payloads in entity names
  • Consider temporarily disabling or restricting access to search/filter functionality if patching is delayed (note: this may significantly impact usability)
bash
# Example nginx CSP header configuration for additional XSS protection
# Add to nginx configuration for GitHub Enterprise Server reverse proxy
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'self';" always;
add_header X-Content-Type-Options "nosniff" always;
add_header X-XSS-Protection "1; mode=block" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechGithub Enterprise Server

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:L/VA:N/SC:H/SI:H/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 Enterprise Release Notes 3.14.20

  • GitHub Enterprise Release Notes 3.15.15

  • GitHub Enterprise Release Notes 3.16.11

  • GitHub Enterprise Release Notes 3.17.8

  • GitHub Enterprise Release Notes 3.18.2

  • GitHub Enterprise Release Notes 3.19.1
  • Related CVEs
  • CVE-2026-2266: GitHub Enterprise Server XSS Vulnerability

  • CVE-2025-3246: GitHub Enterprise Server XSS Vulnerability

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

  • CVE-2026-4296: 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