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

CVE-2025-53652: Jenkins Git Parameter RCE Vulnerability

CVE-2025-53652 is a remote code execution vulnerability in Jenkins Git Parameter Plugin allowing attackers to inject arbitrary values. This article covers technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2025-53652 Overview

Jenkins Git Parameter Plugin version 439.vb_0e46ca_14534 and earlier contains an improper input validation vulnerability that fails to validate Git parameter values submitted during builds. This flaw allows attackers with Item/Build permission to inject arbitrary values into Git parameters, bypassing the expected constraints of offered choices. The vulnerability stems from missing validation logic that should ensure user-submitted parameter values match one of the predefined options.

Critical Impact

Attackers with Item/Build permissions can inject arbitrary values into Git parameters, potentially leading to unauthorized access to repositories, data exfiltration, or manipulation of CI/CD pipelines.

Affected Products

  • Jenkins Git Parameter Plugin version 439.vb_0e46ca_14534 and earlier
  • Jenkins installations utilizing the Git Parameter Plugin for build parameterization

Discovery Timeline

  • 2025-07-09 - CVE-2025-53652 published to NVD
  • 2025-07-09 - Jenkins releases security advisory #SECURITY-3419
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-53652

Vulnerability Analysis

This vulnerability is classified as CWE-20 (Improper Input Validation). The Jenkins Git Parameter Plugin provides functionality to parameterize builds with Git-related values such as branch names, tags, or revisions. Under normal operation, administrators configure a set of allowed choices that users can select when triggering builds.

The flaw exists because the plugin does not properly validate that the submitted Git parameter value actually matches one of the configured choices. When a user with Item/Build permission initiates a build, they can manipulate the request to include arbitrary values for Git parameters, rather than being limited to the predefined options presented in the UI.

This validation gap allows attackers to specify malicious Git references, potentially enabling unauthorized repository access, injection of untrusted code into build processes, or manipulation of downstream deployment pipelines.

Root Cause

The root cause is the absence of server-side validation logic in the Git Parameter Plugin. While the plugin may present a restricted set of choices in the user interface, it fails to enforce these restrictions when processing the submitted build request. This is a classic case of client-side validation without corresponding server-side enforcement, allowing attackers to bypass UI-level controls by crafting direct HTTP requests.

Attack Vector

The attack is network-based and requires the attacker to have Item/Build permissions within the Jenkins instance. The attacker can exploit this vulnerability by:

  1. Identifying a Jenkins job that uses the Git Parameter Plugin
  2. Crafting a build request with a manipulated Git parameter value that differs from the allowed choices
  3. Submitting the request directly to the Jenkins API or modifying form data before submission
  4. The plugin accepts the arbitrary value without validation, incorporating it into the build process

The vulnerability allows parameter injection through the build trigger mechanism, where an attacker substitutes legitimate Git references with attacker-controlled values that can reference arbitrary branches, tags, or even external repositories depending on the job configuration.

Detection Methods for CVE-2025-53652

Indicators of Compromise

  • Unexpected or unrecognized Git parameter values in Jenkins build logs
  • Build requests containing Git references that do not match configured choices
  • Unusual repository checkout activity or access to unexpected branches/tags
  • API requests to build endpoints with modified parameter payloads

Detection Strategies

  • Review Jenkins audit logs for build requests containing parameter values outside the configured choices
  • Implement monitoring on Jenkins API endpoints that handle build submissions
  • Analyze build history for jobs using Git Parameter Plugin for anomalous Git reference patterns
  • Enable detailed logging for Git operations to identify unexpected repository interactions

Monitoring Recommendations

  • Configure alerting for builds triggered with non-standard Git parameter values
  • Monitor network traffic to Jenkins for suspicious build request patterns
  • Implement log aggregation and analysis for Jenkins controller and agent nodes
  • Establish baseline metrics for normal Git parameter usage and alert on deviations

How to Mitigate CVE-2025-53652

Immediate Actions Required

  • Update the Jenkins Git Parameter Plugin to the latest patched version immediately
  • Review and restrict Item/Build permissions to trusted users only
  • Audit recent builds for potential exploitation attempts with unexpected Git parameter values
  • Consider temporarily disabling the Git Parameter Plugin until patching is complete

Patch Information

Jenkins has released a security update addressing this vulnerability. Refer to the Jenkins Security Advisory #SECURITY-3419 for complete details on the patch and updated plugin version. Organizations should update the Git Parameter Plugin through the Jenkins Plugin Manager to obtain the fix.

Additional technical discussion is available on the Openwall OSS-Security mailing list.

Workarounds

  • Restrict Item/Build permissions to only highly trusted users until patching is possible
  • Implement additional access controls at the repository level to limit impact of parameter injection
  • Use Jenkins Pipeline scripts with hardcoded Git references instead of parameterized values where feasible
  • Deploy network-level controls to limit access to Jenkins build trigger endpoints

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechJenkins

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • Openwall OSS-Security Mailing List Post
  • Vendor Resources
  • Jenkins Security Advisory #SECURITY-3419
  • Related CVEs
  • CVE-2025-31722: Jenkins Templating Engine RCE Vulnerability

  • CVE-2023-27899: Jenkins RCE Vulnerability via File Upload

  • CVE-2022-20617: Jenkins Docker Commons RCE Vulnerability

  • CVE-2021-21696: Jenkins RCE Vulnerability via Agent Access
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