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-2025-24398

CVE-2025-24398: Jenkins Bitbucket Server Integration CSRF

CVE-2025-24398 is a CSRF vulnerability in Jenkins Bitbucket Server Integration Plugin that allows attackers to bypass CSRF protection. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2025-24398 Overview

CVE-2025-24398 is a Cross-Site Request Forgery (CSRF) protection bypass vulnerability affecting the Jenkins Bitbucket Server Integration Plugin. The vulnerability exists in versions 2.1.0 through 4.1.3 (inclusive) and allows attackers to craft malicious URLs that can bypass the CSRF protection mechanisms for any target URL within Jenkins. This could enable unauthorized actions to be performed on behalf of authenticated Jenkins users without their knowledge or consent.

Critical Impact

Attackers can bypass CSRF protections to perform unauthorized actions in Jenkins, potentially leading to configuration changes, credential theft, or build pipeline manipulation on behalf of authenticated users.

Affected Products

  • Jenkins Bitbucket Server Integration Plugin versions 2.1.0 through 4.1.3

Discovery Timeline

  • 2025-01-22 - Jenkins publishes security advisory SECURITY-3434
  • 2025-01-22 - CVE-2025-24398 published to NVD
  • 2025-06-06 - Last updated in NVD database

Technical Details for CVE-2025-24398

Vulnerability Analysis

This vulnerability is classified as CWE-352 (Cross-Site Request Forgery). The Jenkins Bitbucket Server Integration Plugin contains a flaw in how it implements CSRF protection mechanisms. The plugin fails to properly validate or enforce CSRF tokens for certain request paths, allowing attackers to construct specially crafted URLs that circumvent these security controls.

When a victim with an active Jenkins session clicks on or is redirected to a malicious URL crafted by an attacker, the Jenkins server will process the request as if it were a legitimate action initiated by the authenticated user. This bypass affects the CSRF protection for any target URL within the Jenkins instance, significantly expanding the attack surface.

The vulnerability requires user interaction—specifically, an authenticated Jenkins user must be tricked into accessing the attacker-controlled URL. However, once this occurs, the attacker gains the ability to perform any action the victim user is authorized to perform within Jenkins.

Root Cause

The root cause lies in improper implementation of CSRF token validation within the Bitbucket Server Integration Plugin. The plugin's request handling logic contains a flaw that allows specially formatted URLs to bypass the standard CSRF token verification process that Jenkins employs to protect against cross-site request forgery attacks.

Attack Vector

The attack is network-based and requires user interaction. An attacker must craft a malicious URL and convince an authenticated Jenkins user to access it. This could be accomplished through phishing emails, malicious websites, or embedding the URL in content the victim is likely to view while authenticated to Jenkins.

The vulnerability mechanism involves crafting URLs that exploit the CSRF protection bypass. For detailed technical information on the specific URL patterns that trigger this vulnerability, refer to the Jenkins Security Advisory SECURITY-3434.

Detection Methods for CVE-2025-24398

Indicators of Compromise

  • Unusual or unexpected configuration changes in Jenkins without corresponding user activity
  • Jenkins audit logs showing actions performed from external referrer URLs
  • Unexpected modifications to Bitbucket Server integration settings or credentials
  • Build jobs triggered or modified without legitimate user initiation

Detection Strategies

  • Monitor Jenkins access logs for requests to sensitive endpoints with unusual referrer headers
  • Review audit trails for actions performed shortly after users accessed external links
  • Implement web application firewall rules to detect potential CSRF attack patterns
  • Enable and regularly review Jenkins security audit logging for anomalous activity

Monitoring Recommendations

  • Configure Jenkins to log all administrative and configuration-changing actions with full request context
  • Implement alerting for bulk or rapid configuration changes that may indicate automated exploitation
  • Monitor for requests to Jenkins from unexpected domains or IP ranges
  • Regularly audit Bitbucket Server Integration Plugin configurations for unauthorized changes

How to Mitigate CVE-2025-24398

Immediate Actions Required

  • Upgrade the Jenkins Bitbucket Server Integration Plugin to version 4.1.4 or later immediately
  • Review Jenkins audit logs for any suspicious activity that may indicate prior exploitation
  • Verify all Bitbucket Server integration configurations for unauthorized modifications
  • Educate users about the risks of clicking unknown links while authenticated to Jenkins

Patch Information

Jenkins has addressed this vulnerability in the Bitbucket Server Integration Plugin. Organizations should update to version 4.1.4 or later, which contains the fix for this CSRF protection bypass. The security patch ensures proper CSRF token validation for all protected endpoints. Refer to the Jenkins Security Advisory SECURITY-3434 for complete patch details and upgrade instructions.

Workarounds

  • Limit access to Jenkins to trusted networks only until patching is complete
  • Implement strict Content Security Policy headers to reduce the risk of CSRF attacks
  • Require re-authentication for sensitive administrative actions where possible
  • Train users to avoid clicking external links while maintaining active Jenkins sessions
bash
# Verify installed plugin version and update via Jenkins CLI
java -jar jenkins-cli.jar -s http://your-jenkins-url/ list-plugins | grep bitbucket-server-integration

# Update the plugin to the patched version
java -jar jenkins-cli.jar -s http://your-jenkins-url/ install-plugin bitbucket-server-integration -restart

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.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Vendor Resources
  • Jenkins Security Advisory SECURITY-3434
  • Related CVEs
  • CVE-2023-35141: Jenkins CSRF Vulnerability

  • 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