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
    • 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-2026-1090

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

CVE-2026-1090 is a cross-site scripting flaw in GitLab CE/EE that allows authenticated users to inject malicious JavaScript through markdown placeholders. This post covers the technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-1090 Overview

GitLab has remediated a Cross-Site Scripting (XSS) vulnerability in GitLab CE/EE affecting all versions from 10.6 before 18.7.6, 18.8 before 18.8.6, and 18.9 before 18.9.2. This vulnerability allows an authenticated user to inject JavaScript in a browser when the markdown_placeholders feature flag is enabled, due to improper sanitization of placeholder content in markdown processing.

Critical Impact

Authenticated attackers can execute arbitrary JavaScript in victim browsers, potentially leading to session hijacking, credential theft, and unauthorized actions on behalf of other GitLab users.

Affected Products

  • GitLab CE/EE versions 10.6 through 18.7.5
  • GitLab CE/EE versions 18.8.0 through 18.8.5
  • GitLab CE/EE versions 18.9.0 through 18.9.1

Discovery Timeline

  • 2026-03-11 - CVE-2026-1090 published to NVD
  • 2026-03-11 - GitLab releases security patch (18.9.2, 18.8.6, 18.7.6)
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-1090

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The issue stems from GitLab's markdown processing engine failing to properly sanitize user-supplied content within placeholder elements when the markdown_placeholders feature flag is enabled.

When an authenticated user crafts a malicious markdown payload containing JavaScript within placeholder syntax, the application processes and renders this content without adequate output encoding. This allows the injected script to execute in the context of other users' browser sessions when they view the affected content.

The vulnerability requires user interaction—a victim must view the page containing the malicious markdown—and the attacker must have authenticated access to the GitLab instance. However, the scope extends beyond the vulnerable component, as successful exploitation can impact the confidentiality and integrity of other users' sessions.

Root Cause

The root cause lies in insufficient input sanitization within GitLab's markdown rendering pipeline. Specifically, the markdown_placeholders feature introduces a parsing mechanism that fails to properly escape or filter JavaScript code embedded within placeholder content. When the markdown processor encounters placeholder syntax, it directly interpolates user-controlled content into the rendered HTML output without applying appropriate XSS protection measures such as HTML entity encoding or Content Security Policy enforcement.

Attack Vector

The attack is network-based and requires authenticated access to a GitLab instance where the markdown_placeholders feature flag is enabled. An attacker can inject malicious JavaScript by creating or editing content that uses markdown rendering, such as issues, merge request descriptions, comments, or wiki pages.

When a victim user navigates to a page containing the malicious markdown, the injected JavaScript executes within their browser session. This can lead to:

  • Session hijacking through cookie theft
  • Credential harvesting via fake login forms
  • Privilege escalation by performing actions as the victim user
  • Data exfiltration from private repositories or issues

The vulnerability documentation and technical details are available through the HackerOne Report #3502450 and GitLab Work Item #586478.

Detection Methods for CVE-2026-1090

Indicators of Compromise

  • Unusual JavaScript patterns within markdown content in issues, merge requests, comments, or wiki pages
  • Unexpected outbound network requests originating from GitLab pages in browser developer tools
  • User reports of suspicious behavior when viewing specific GitLab content
  • Anomalous API calls or actions performed by user accounts without their knowledge

Detection Strategies

  • Review GitLab audit logs for suspicious content modifications, particularly in issues and merge requests
  • Implement Content Security Policy (CSP) monitoring to detect inline script execution attempts
  • Deploy web application firewall (WAF) rules to detect common XSS payload patterns in markdown content
  • Monitor for unusual patterns in user session behavior that may indicate session hijacking

Monitoring Recommendations

  • Enable GitLab audit logging and regularly review for anomalous markdown content creation or modification
  • Implement browser-based XSS detection tools for users with administrative access
  • Configure alerting for CSP violation reports indicating blocked script execution attempts
  • Monitor authentication logs for session reuse from unexpected IP addresses or user agents

How to Mitigate CVE-2026-1090

Immediate Actions Required

  • Upgrade GitLab CE/EE to patched versions: 18.9.2, 18.8.6, or 18.7.6
  • If immediate patching is not possible, disable the markdown_placeholders feature flag
  • Review recent markdown content changes for potential malicious payloads
  • Advise users to clear browser sessions and re-authenticate after the patch is applied

Patch Information

GitLab has released security patches addressing this vulnerability. Organizations should upgrade to the following versions:

  • GitLab 18.9.2 for installations on the 18.9.x branch
  • GitLab 18.8.6 for installations on the 18.8.x branch
  • GitLab 18.7.6 for installations on the 18.7.x branch or earlier supported versions

Detailed patch information is available in the GitLab Patch Release Announcement.

Workarounds

  • Disable the markdown_placeholders feature flag via GitLab Rails console or application settings until patching is complete
  • Implement stricter Content Security Policy headers to mitigate the impact of XSS attacks
  • Restrict markdown rendering capabilities for untrusted users where possible
  • Deploy a web application firewall with XSS filtering rules in front of GitLab instances
bash
# Disable markdown_placeholders feature flag via Rails console
gitlab-rails console
Feature.disable(:markdown_placeholders)

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.02%

  • 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 Patch Release Announcement

  • GitLab Work Item #586478

  • HackerOne Report #3502450
  • Related CVEs
  • CVE-2026-2973: GitLab Mermaid Diagram XSS Vulnerability

  • CVE-2026-0752: GitLab Mermaid Sandbox XSS Vulnerability

  • CVE-2026-1282: GitLab XSS Vulnerability in Project Labels

  • CVE-2026-0595: GitLab HTML Injection 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
  • 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