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-33002

CVE-2026-33002: Jenkins Auth Bypass Vulnerability

CVE-2026-33002 is an authentication bypass flaw in Jenkins CLI WebSocket endpoint caused by DNS rebinding attacks. This vulnerability affects versions 2.442-2.554 and LTS 2.426.3-2.541.2, allowing attackers to bypass origin validation.

Published: March 20, 2026

CVE-2026-33002 Overview

CVE-2026-33002 is a DNS rebinding vulnerability affecting Jenkins automation servers. The vulnerability exists in how Jenkins validates the origin of requests made through the CLI WebSocket endpoint. By computing the expected origin using the Host or X-Forwarded-Host HTTP request headers, an attacker can exploit DNS rebinding techniques to bypass origin validation controls, potentially gaining unauthorized access to Jenkins CI/CD infrastructure.

Critical Impact

Attackers can bypass origin validation through DNS rebinding attacks, potentially allowing unauthorized access to Jenkins CLI WebSocket functionality and enabling malicious actions against the Jenkins server.

Affected Products

  • Jenkins 2.442 through 2.554 (both inclusive)
  • Jenkins LTS 2.426.3 through LTS 2.541.2 (both inclusive)

Discovery Timeline

  • 2026-03-18 - CVE-2026-33002 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-33002

Vulnerability Analysis

This vulnerability stems from improper origin validation in Jenkins' CLI WebSocket endpoint implementation. The flaw is classified under CWE-350 (Reliance on Reverse DNS Resolution for a Security-Critical Action), which describes scenarios where security controls depend on DNS-based information that can be manipulated by attackers.

When Jenkins processes WebSocket connections through its CLI interface, it validates the origin of incoming requests by computing an expected origin value. However, this computation relies on the Host or X-Forwarded-Host HTTP headers provided in the request. Since DNS rebinding attacks allow an attacker to control DNS resolution and manipulate these header values, the origin validation can be bypassed entirely.

Exploitation requires user interaction, as the victim must visit a malicious website controlled by the attacker that initiates the DNS rebinding attack. Once successful, the attacker can issue CLI commands to the Jenkins server as if the requests originated from a trusted source.

Root Cause

The root cause of CVE-2026-33002 lies in Jenkins' reliance on client-supplied HTTP headers (Host and X-Forwarded-Host) for security-critical origin validation. These headers can be manipulated through DNS rebinding techniques where:

  1. The attacker controls a domain with a low TTL DNS record
  2. The victim visits the attacker's site, which initially resolves to the attacker's server
  3. The DNS record is then changed to point to the target Jenkins server
  4. Subsequent requests from the victim's browser are sent to Jenkins with attacker-controlled origin headers

This architectural weakness allows requests that should be rejected by origin validation to pass through, undermining the security boundary intended to protect the WebSocket CLI endpoint.

Attack Vector

The attack is network-based and requires user interaction. An attacker must:

  1. Set up a malicious website with controlled DNS resolution
  2. Configure a short TTL on their DNS records
  3. Lure a victim with Jenkins access to visit the malicious site
  4. Execute the DNS rebinding attack to redirect browser requests to the target Jenkins server
  5. Leverage the bypassed origin validation to execute CLI commands through the WebSocket endpoint

The vulnerability allows exploitation without authentication, though the attacker depends on the victim's existing session or access privileges to Jenkins. The attack affects confidentiality, integrity, and availability of the Jenkins server once successful.

Detection Methods for CVE-2026-33002

Indicators of Compromise

  • Unusual WebSocket connections to the Jenkins CLI endpoint from unexpected origins
  • DNS resolution anomalies where client IP addresses resolve to external domains with rapidly changing DNS records
  • Unexpected CLI commands executed through WebSocket connections correlating with user browser activity

Detection Strategies

  • Monitor Jenkins access logs for CLI WebSocket endpoint requests with suspicious Host or X-Forwarded-Host headers
  • Implement network monitoring to detect DNS rebinding patterns, particularly domains with abnormally low TTL values
  • Deploy browser security controls that restrict cross-origin WebSocket connections

Monitoring Recommendations

  • Enable detailed logging for Jenkins CLI WebSocket endpoint activity
  • Set up alerts for origin validation failures or unusual origin patterns in request headers
  • Monitor for rapid DNS resolution changes from client systems accessing Jenkins

How to Mitigate CVE-2026-33002

Immediate Actions Required

  • Upgrade Jenkins to a version beyond 2.554 (weekly) or beyond LTS 2.541.2 that addresses this vulnerability
  • Review and restrict network access to Jenkins servers to trusted networks only
  • Consider disabling the CLI WebSocket endpoint if not required for operations

Patch Information

Jenkins has released a security advisory addressing this vulnerability. Administrators should upgrade to the latest patched versions as outlined in the Jenkins Security Advisory #SECURITY-3674. The patch implements proper origin validation that does not rely solely on client-supplied headers.

Workarounds

  • Place Jenkins behind a reverse proxy that enforces strict origin validation independent of client headers
  • Restrict access to the Jenkins CLI WebSocket endpoint using network-level controls
  • Implement additional authentication requirements for CLI WebSocket connections
  • Configure browser security policies to limit cross-origin WebSocket connections to Jenkins
bash
# Example: Restrict Jenkins CLI access via iptables
# Only allow CLI WebSocket connections from trusted internal networks
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechJenkins

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-350
  • Technical References
  • Jenkins Security Advisory #SECURITY-3674
  • Related CVEs
  • CVE-2025-47884: Jenkins OpenID Connect Auth Bypass Flaw

  • CVE-2025-47889: Jenkins WSO2 Oauth Auth Bypass Flaw

  • CVE-2025-24399: Jenkins OpenID Connect Auth Bypass Flaw

  • CVE-2025-32754: Jenkins Ssh-agent Auth Bypass 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