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-2023-35141

CVE-2023-35141: Jenkins CSRF Vulnerability

CVE-2023-35141 is a CSRF vulnerability in Jenkins that allows attackers to trick victims into sending POST requests to unintended endpoints. This article covers technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2023-35141 Overview

CVE-2023-35141 is a Cross-Site Request Forgery (CSRF) vulnerability affecting Jenkins automation server versions 2.399 and earlier, as well as LTS 2.387.3 and earlier. The vulnerability exists in the context menu functionality where POST requests are sent to load context actions. When part of the URL contains insufficiently escaped user-provided values, an attacker can trick authenticated victims into sending POST requests to unintended endpoints simply by opening a context menu.

Critical Impact

This vulnerability allows attackers to perform unauthorized actions on behalf of authenticated Jenkins users by exploiting insufficient URL escaping in context menu requests. Successful exploitation could lead to unauthorized modifications to Jenkins configurations, builds, or credentials.

Affected Products

  • Jenkins versions 2.399 and earlier (weekly releases)
  • Jenkins LTS versions 2.387.3 and earlier
  • All Jenkins deployments using context menu functionality

Discovery Timeline

  • June 14, 2023 - CVE-2023-35141 published to NVD
  • January 2, 2025 - Last updated in NVD database

Technical Details for CVE-2023-35141

Vulnerability Analysis

This vulnerability is classified as CWE-352 (Cross-Site Request Forgery). The flaw resides in how Jenkins handles POST requests when loading context action lists. The core issue stems from insufficient input sanitization of user-provided values that become part of URLs used in context menu operations.

When a user interacts with Jenkins context menus, the application generates POST requests to retrieve available actions. If an attacker can influence part of the URL through user-controllable input, they can craft malicious links that, when combined with victim interaction (opening a context menu), cause the victim's browser to send authenticated POST requests to arbitrary endpoints within the Jenkins application.

This attack requires user interaction (the victim must click to open a context menu), but given the routine nature of context menu usage in Jenkins, this represents a realistic attack scenario.

Root Cause

The root cause of CVE-2023-35141 is improper input validation and insufficient URL encoding of user-supplied data. When constructing URLs for context menu POST requests, Jenkins fails to adequately escape special characters in user-provided values. This allows an attacker to manipulate the request endpoint by injecting URL path segments or parameters into the URL structure, effectively redirecting authenticated POST requests to unintended destinations within Jenkins.

Attack Vector

The attack is network-based and requires low privileges to execute. An attacker with some level of access to Jenkins can craft a malicious URL or page that, when accessed by a victim with higher privileges, triggers the vulnerability upon context menu interaction.

The attack flow involves:

  1. The attacker identifies a Jenkins endpoint that incorporates user-controllable values into context menu URLs
  2. The attacker crafts a malicious payload that escapes the intended URL context
  3. The victim, while authenticated to Jenkins, accesses the attacker-controlled content
  4. When the victim opens a context menu, a POST request is sent to an attacker-specified endpoint
  5. The request executes with the victim's credentials, potentially performing privileged operations

For detailed technical information, refer to the Jenkins Security Advisory #SECURITY-3135 and the Openwall OSS Security Post.

Detection Methods for CVE-2023-35141

Indicators of Compromise

  • Unexpected POST requests to Jenkins administrative endpoints originating from context menu actions
  • Unusual patterns in Jenkins audit logs showing administrative actions from user sessions during normal browsing
  • Reports from users about unexpected Jenkins configuration changes or job modifications
  • Presence of crafted URLs in web server logs containing URL-encoded payloads targeting context menu endpoints

Detection Strategies

  • Review Jenkins access logs for POST requests with unusual URL patterns or unexpected endpoint access
  • Monitor for requests containing URL-encoded characters that could indicate injection attempts in context menu paths
  • Implement web application firewall (WAF) rules to detect CSRF patterns targeting Jenkins endpoints
  • Enable and review Jenkins security audit logs for unauthorized configuration changes

Monitoring Recommendations

  • Configure alerting for administrative actions performed without corresponding user interface navigation patterns
  • Implement Content Security Policy (CSP) headers and monitor for violations
  • Set up log correlation between user authentication events and subsequent privileged operations
  • Monitor for rapid sequences of context menu loads followed by sensitive endpoint access

How to Mitigate CVE-2023-35141

Immediate Actions Required

  • Upgrade Jenkins to version 2.400 or later for weekly releases
  • Upgrade Jenkins LTS to version 2.387.4 or later
  • Review recent administrative actions in Jenkins logs for unauthorized changes
  • Consider restricting Jenkins access to trusted networks while awaiting patch deployment

Patch Information

Jenkins has addressed this vulnerability in versions 2.400 (weekly) and LTS 2.387.4 and later. The fix implements proper URL encoding and validation for user-provided values that appear in context menu URLs, preventing attackers from manipulating POST request destinations. Organizations should apply the patch as soon as possible following their standard change management procedures.

For complete patch details, see the Jenkins Security Advisory #SECURITY-3135.

Workarounds

  • Restrict Jenkins access to trusted users and networks using firewall rules or VPN requirements
  • Implement additional authentication layers such as multi-factor authentication for sensitive Jenkins operations
  • Configure reverse proxy rules to validate and sanitize incoming requests to Jenkins
  • Educate users about the risks of clicking links from untrusted sources while authenticated to Jenkins
bash
# Example: Restrict Jenkins access to internal network only via iptables
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
  • TypeCSRF

  • Vendor/TechJenkins

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • Openwall OSS Security Post
  • Vendor Resources
  • Jenkins Security Advisory #SECURITY-3135
  • Related CVEs
  • CVE-2025-24398: Jenkins Bitbucket Server Integration CSRF

  • CVE-2022-20612: Jenkins CSRF Vulnerability

  • CVE-2026-33004: Jenkins LoadNinja Information Disclosure

  • CVE-2026-33002: Jenkins Auth Bypass 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