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

CVE-2025-67635: Jenkins Jenkins DoS Vulnerability

CVE-2025-67635 is a denial of service vulnerability in Jenkins that allows unauthenticated attackers to exploit corrupted CLI connections. This article covers the technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2025-67635 Overview

A denial of service vulnerability exists in Jenkins 2.540 and earlier, as well as LTS 2.528.2 and earlier, where the application fails to properly close HTTP-based CLI connections when the connection stream becomes corrupted. This improper resource cleanup (CWE-404) allows unauthenticated attackers to exhaust server resources and cause service disruption without requiring any authentication or user interaction.

Critical Impact

Unauthenticated remote attackers can exploit this vulnerability to cause a denial of service by exhausting Jenkins server resources through corrupted HTTP-based CLI connections that are never properly closed.

Affected Products

  • Jenkins 2.540 and earlier (Weekly releases)
  • Jenkins LTS 2.528.2 and earlier (Long-Term Support releases)
  • All Jenkins installations with HTTP-based CLI enabled

Discovery Timeline

  • 2025-12-10 - CVE-2025-67635 published to NVD
  • 2025-12-10 - Jenkins releases security advisory (SECURITY-3630)
  • 2025-12-17 - Last updated in NVD database

Technical Details for CVE-2025-67635

Vulnerability Analysis

This vulnerability stems from improper resource release (CWE-404) in Jenkins' HTTP-based CLI connection handling mechanism. When a connection stream becomes corrupted during communication, the Jenkins server fails to properly terminate and release the associated resources. This design flaw creates a resource exhaustion condition that can be exploited remotely without authentication.

The attack can be executed over the network with low complexity, requiring no privileges or user interaction. While the vulnerability does not compromise data confidentiality or integrity, it poses a significant availability threat to Jenkins infrastructure.

Root Cause

The root cause is an improper resource shutdown vulnerability in Jenkins' HTTP-based CLI implementation. When connection streams become corrupted—whether through network issues, malformed requests, or intentional manipulation—the expected cleanup routines fail to execute properly. This results in zombie connections that consume server resources (such as file descriptors, memory, and thread pool slots) indefinitely.

The Improper Resource Shutdown or Release weakness (CWE-404) manifests because the error handling paths do not include proper connection termination logic. Normal connection lifecycle management expects clean disconnections, but corrupted streams bypass these cleanup mechanisms.

Attack Vector

An unauthenticated attacker can exploit this vulnerability by establishing HTTP-based CLI connections to the Jenkins server and intentionally corrupting the connection stream. This can be achieved through various methods:

The attack exploits the HTTP-based CLI endpoint, which is enabled by default in Jenkins installations. By sending malformed data or abruptly manipulating connection state mid-stream, an attacker can trigger the corruption condition. Since the server fails to release these connections, repeatedly triggering this condition will gradually exhaust available server resources.

Once sufficient resources are consumed, legitimate users will be unable to access Jenkins, and CI/CD pipelines relying on the Jenkins infrastructure will be disrupted. The attack requires no authentication, making it particularly dangerous for internet-exposed Jenkins instances.

Detection Methods for CVE-2025-67635

Indicators of Compromise

  • Abnormal increase in the number of open HTTP connections to the Jenkins server
  • Jenkins service becoming unresponsive or timing out on requests
  • Elevated memory and file descriptor usage on the Jenkins host
  • Multiple connection attempts from the same source IP targeting CLI endpoints

Detection Strategies

  • Monitor Jenkins access logs for unusual patterns of CLI endpoint requests (/cli or similar paths)
  • Implement connection rate limiting and alerting for HTTP-based CLI connections
  • Track system-level metrics for file descriptor exhaustion and thread pool saturation
  • Configure network monitoring to detect connection flood patterns targeting Jenkins

Monitoring Recommendations

  • Enable detailed logging for Jenkins CLI operations and connection handling
  • Set up alerts for when open connection counts exceed normal operational thresholds
  • Monitor Jenkins health endpoints for availability degradation indicators
  • Implement network-level traffic analysis for anomalous connection behavior

How to Mitigate CVE-2025-67635

Immediate Actions Required

  • Upgrade Jenkins to a patched version as soon as available (versions newer than 2.540 or LTS 2.528.2)
  • Consider disabling HTTP-based CLI if not required for operations
  • Implement network-level access controls to restrict CLI endpoint access to trusted networks
  • Deploy a web application firewall (WAF) or reverse proxy with connection rate limiting

Patch Information

Jenkins has released a security advisory addressing this vulnerability. Refer to the Jenkins Security Advisory SECURITY-3630 for official patch information and updated versions. Organizations should upgrade to the latest Jenkins release that includes the fix for this resource exhaustion issue.

Workarounds

  • Disable the HTTP-based CLI by configuring Jenkins to use SSH-based CLI instead
  • Restrict network access to Jenkins CLI endpoints using firewall rules or network segmentation
  • Implement rate limiting at the load balancer or reverse proxy level to throttle excessive connections
  • Monitor and automatically restart Jenkins if resource exhaustion is detected as a temporary measure
bash
# Example: Disable HTTP-based CLI via Jenkins script console
# Navigate to Manage Jenkins > Script Console and run:
# Jenkins.instance.setSlaveAgentPort(-1)

# Example: Restrict CLI access via iptables (adjust IP ranges as needed)
iptables -A INPUT -p tcp --dport 8080 -m string --string "/cli" --algo bm -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechJenkins

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-404
  • Vendor Resources
  • Jenkins Security Advisory SECURITY-3630
  • Related CVEs
  • CVE-2021-43859: Jenkins XStream Library DoS Vulnerability

  • CVE-2026-42525: Jenkins Entra ID Plugin Phishing Vulnerability

  • CVE-2026-42524: Jenkins HTML Publisher Plugin XSS Flaw

  • CVE-2026-42523: Jenkins GitHub Plugin 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