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
    • 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-1763

CVE-2025-1763: GitLab EE XSS Vulnerability

CVE-2025-1763 is a cross-site scripting flaw in GitLab EE that allows attackers to bypass content security policy and execute malicious scripts. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-1763 Overview

A cross-site scripting (XSS) vulnerability has been discovered in GitLab Enterprise Edition (EE) that enables attackers to execute malicious scripts in a user's browser while bypassing Content Security Policy (CSP) protections. This vulnerability affects GitLab EE across multiple version branches, potentially exposing organizations using affected versions to script injection attacks that can compromise user sessions, steal sensitive data, and perform unauthorized actions within the GitLab platform.

Critical Impact

Successful exploitation allows attackers to bypass CSP protections and execute arbitrary JavaScript in victim browsers, potentially leading to session hijacking, credential theft, and unauthorized access to GitLab repositories and CI/CD pipelines.

Affected Products

  • GitLab Enterprise Edition versions 16.6 before 17.9.7
  • GitLab Enterprise Edition versions 17.10 before 17.10.5
  • GitLab Enterprise Edition version 17.11.0 (fixed in 17.11.1)

Discovery Timeline

  • 2025-05-30 - CVE-2025-1763 published to NVD
  • 2025-08-08 - Last updated in NVD database

Technical Details for CVE-2025-1763

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw allows attackers to inject malicious scripts that execute in the context of a victim's authenticated session within GitLab EE.

What makes this vulnerability particularly concerning is the ability to bypass Content Security Policy (CSP) protections. CSP is a critical browser security mechanism designed to prevent XSS attacks by restricting the sources from which scripts can be loaded and executed. The ability to circumvent these protections significantly increases the attack's effectiveness and reduces the defenses available to organizations.

The attack requires network access and user interaction, meaning an attacker must craft a malicious payload and convince an authenticated GitLab user to trigger it. Upon successful exploitation, the attacker can execute JavaScript with the full privileges of the victim user, potentially accessing private repositories, CI/CD secrets, API tokens, and other sensitive data stored within GitLab.

Root Cause

The vulnerability stems from improper input sanitization in GitLab EE's web interface under specific conditions. User-supplied input is not adequately validated or encoded before being rendered in the browser, allowing specially crafted payloads to escape the intended context and execute as JavaScript code. Additionally, the CSP implementation contains a flaw that permits script execution that should otherwise be blocked by policy rules.

Attack Vector

The attack is network-based and requires the attacker to have low-privilege access to the GitLab instance. The exploitation flow involves:

  1. An attacker with basic GitLab access crafts a malicious XSS payload designed to bypass CSP restrictions
  2. The payload is injected through a vulnerable input field or parameter within GitLab EE
  3. When an authenticated victim user views the page containing the payload, the malicious script executes
  4. The script runs with the victim's session privileges, enabling data exfiltration, session hijacking, or unauthorized actions

The vulnerability requires user interaction (the victim must navigate to or view the malicious content), but once triggered, the impact extends beyond the victim's browser session due to the scope change characteristic, potentially affecting other users and systems.

Detection Methods for CVE-2025-1763

Indicators of Compromise

  • Unusual JavaScript execution patterns in GitLab web interface logs
  • Unexpected HTTP requests to external domains from GitLab user sessions
  • Reports of users experiencing unexpected behavior or redirects within GitLab
  • Evidence of session token exfiltration or unauthorized API calls using stolen credentials

Detection Strategies

  • Monitor web application firewall (WAF) logs for XSS attack signatures targeting GitLab endpoints
  • Implement browser-side anomaly detection for CSP violation reports that may indicate exploitation attempts
  • Review GitLab access logs for suspicious patterns indicating compromised user sessions
  • Deploy endpoint detection solutions to identify malicious script execution in user browsers

Monitoring Recommendations

  • Enable and review CSP violation reporting to detect bypass attempts
  • Configure SIEM rules to alert on unusual GitLab API activity patterns following user web sessions
  • Monitor for unexpected outbound connections from systems accessing GitLab
  • Regularly audit GitLab user activity logs for signs of account compromise

How to Mitigate CVE-2025-1763

Immediate Actions Required

  • Upgrade GitLab EE to version 17.9.7, 17.10.5, or 17.11.1 or later immediately
  • Audit recent user activity for signs of compromise if running an affected version
  • Review and rotate sensitive credentials including API tokens and CI/CD secrets
  • Notify users to verify recent account activity and report suspicious behavior

Patch Information

GitLab has released security patches addressing this vulnerability. Organizations should upgrade to the following fixed versions based on their current deployment:

Current Version BranchUpgrade To
16.6 - 17.9.x17.9.7 or later
17.10.x17.10.5 or later
17.11.017.11.1 or later

For detailed upgrade instructions and release notes, refer to the GitLab Issue Report and the HackerOne Vulnerability Report.

Workarounds

  • If immediate patching is not possible, implement additional WAF rules to filter potential XSS payloads targeting GitLab
  • Consider restricting access to GitLab to trusted networks while upgrade planning is underway
  • Enable strict CSP headers at the reverse proxy or load balancer level as an additional defense layer
  • Educate users about the risks of clicking suspicious links or accessing untrusted content within GitLab

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechGitlab

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitLab Issue Report

  • HackerOne Vulnerability Report
  • Related CVEs
  • CVE-2026-4332: GitLab EE XSS Vulnerability

  • CVE-2026-2973: GitLab Mermaid Diagram XSS Vulnerability

  • CVE-2026-1090: GitLab CE/EE XSS Vulnerability

  • CVE-2026-0752: GitLab Mermaid Sandbox XSS Vulnerability
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