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-2022-36883

CVE-2022-36883: Jenkins Git Auth Bypass Vulnerability

CVE-2022-36883 is an authentication bypass flaw in Jenkins Git Plugin that allows unauthenticated attackers to trigger builds with malicious repositories. This post covers technical details, affected versions, and mitigations.

Published: February 18, 2026

CVE-2022-36883 Overview

CVE-2022-36883 is a Missing Authorization vulnerability affecting the Jenkins Git Plugin. A missing permission check in Jenkins Git Plugin version 4.11.3 and earlier allows unauthenticated attackers to trigger builds of jobs configured to use an attacker-specified Git repository and to cause them to check out an attacker-specified commit. This vulnerability enables remote attackers to manipulate CI/CD pipelines without any authentication, potentially leading to supply chain attacks.

Critical Impact

Unauthenticated attackers can trigger arbitrary builds with attacker-controlled Git repositories and commits, potentially injecting malicious code into software build pipelines.

Affected Products

  • Jenkins Git Plugin 4.11.3 and earlier versions
  • All Jenkins instances using vulnerable Git Plugin versions
  • CI/CD pipelines configured with Git repository integrations

Discovery Timeline

  • 2022-07-27 - CVE-2022-36883 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-36883

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization). The Jenkins Git Plugin fails to implement proper permission checks on certain endpoints, allowing unauthenticated users to interact with the plugin's functionality. The flaw enables attackers to remotely trigger build jobs configured with Git repositories, specifying arbitrary repository URLs and commit hashes without requiring any credentials or session tokens.

The attack can be executed entirely over the network without user interaction. While the vulnerability does not directly expose confidential data, it has significant integrity implications as attackers can influence what code gets built and potentially deployed through the CI/CD pipeline.

Root Cause

The root cause is a missing permission check (CWE-862) in the Jenkins Git Plugin's request handling logic. The plugin exposes endpoints that should require authentication and authorization but fails to enforce these security controls. This allows any network-accessible user to invoke build triggers that should be restricted to authenticated Jenkins users with appropriate permissions.

Attack Vector

The vulnerability is exploitable via network-based attacks targeting Jenkins instances with the vulnerable Git Plugin installed. An attacker can craft HTTP requests to the Jenkins server that trigger build jobs, specifying:

  1. An attacker-controlled Git repository URL
  2. A specific commit hash to check out

The attack does not require any privileges (PR:N), user interaction (UI:N), and can be performed with low complexity (AC:L). This enables supply chain attack scenarios where malicious code could be introduced into build processes.

The exploitation mechanism involves sending specially crafted requests to Jenkins endpoints exposed by the Git Plugin. These requests bypass the intended authorization controls, allowing unauthenticated users to trigger builds with arbitrary Git repository configurations. For detailed technical information, see the Jenkins Security Advisory SECURITY-284.

Detection Methods for CVE-2022-36883

Indicators of Compromise

  • Unexpected build job executions from unrecognized Git repository URLs
  • Build logs showing checkout operations from repositories not configured by administrators
  • HTTP requests to Git Plugin endpoints from unauthenticated sources
  • Unusual commit hashes being checked out that don't match expected development branches

Detection Strategies

  • Monitor Jenkins access logs for unauthenticated requests to Git Plugin endpoints
  • Audit build job execution history for unauthorized triggers or unexpected Git repository URLs
  • Implement alerting on build jobs triggered without associated authenticated user sessions
  • Review Jenkins security logs for permission bypass attempts

Monitoring Recommendations

  • Enable comprehensive audit logging for all Jenkins build triggers and Git operations
  • Configure SIEM rules to detect patterns of unauthenticated Git Plugin endpoint access
  • Monitor for anomalous build activity patterns, especially outside normal development hours
  • Track all Git repository URL changes in build configurations for unauthorized modifications

How to Mitigate CVE-2022-36883

Immediate Actions Required

  • Update Jenkins Git Plugin to version 4.11.4 or later immediately
  • Restrict network access to Jenkins instances using firewall rules
  • Review recent build history for any suspicious or unauthorized build triggers
  • Audit Git repository configurations for any unauthorized changes

Patch Information

Jenkins has released a security update to address this vulnerability. Organizations should upgrade the Git Plugin to version 4.11.4 or later, which includes proper permission checks on the affected endpoints. For complete patch details, refer to the Jenkins Security Advisory SECURITY-284. Additional discussion is available on the OpenWall OSS-Security mailing list.

Workarounds

  • Place Jenkins behind a reverse proxy with authentication requirements
  • Implement network-level access controls to restrict Jenkins access to trusted IP ranges only
  • Disable anonymous access to Jenkins entirely if not required for operations
  • Consider temporarily disabling the Git Plugin if patching is not immediately possible
bash
# Configuration example for restricting Jenkins access via iptables
# Allow access only from trusted internal network
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 Probability79.62%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • OpenWall OSS-Security Discussion
  • Vendor Resources
  • Jenkins Security Advisory SECURITY-284
  • Related CVEs
  • CVE-2026-42525: Jenkins Entra ID Plugin Phishing Vulnerability

  • CVE-2026-42522: Jenkins GitHub Branch Source Auth Bypass

  • CVE-2026-33002: Jenkins Auth Bypass Vulnerability

  • CVE-2025-64131: Jenkins SAML 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