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

CVE-2023-28668: Jenkins Authorization Bypass Vulnerability

CVE-2023-28668 is an authorization bypass flaw in Jenkins Role-based Authorization Strategy Plugin that grants permissions even after they've been disabled. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-28668 Overview

CVE-2023-28668 is a critical authorization bypass vulnerability affecting the Jenkins Role-based Authorization Strategy Plugin version 587.v2872c41fa_e51 and earlier. The vulnerability allows the plugin to continue granting permissions to users even after those permissions have been explicitly disabled by administrators. This improper preservation of permissions (CWE-281) undermines the fundamental security model of Jenkins access control.

Critical Impact

Users may retain elevated privileges after administrators disable their permissions, potentially allowing unauthorized access to sensitive CI/CD pipelines, build configurations, and secrets stored in Jenkins.

Affected Products

  • Jenkins Role-based Authorization Strategy Plugin version 587.v2872c41fa_e51 and earlier
  • Jenkins instances utilizing role-based authorization for access control
  • CI/CD environments relying on dynamic permission management

Discovery Timeline

  • 2023-03-21 - Jenkins project publishes security advisory (SECURITY-3053)
  • 2023-04-02 - CVE-2023-28668 published to NVD
  • 2025-02-25 - Last updated in NVD database

Technical Details for CVE-2023-28668

Vulnerability Analysis

This vulnerability represents a fundamental flaw in how the Role-based Authorization Strategy Plugin handles permission state changes. When an administrator disables a permission for a user or role, the plugin fails to properly revoke that permission, allowing the affected user to continue operating with elevated privileges. The vulnerability is exploitable over the network without requiring prior authentication or user interaction, making it particularly dangerous in environments where Jenkins is exposed to untrusted networks.

The improper preservation of permissions (CWE-281) means that security-conscious administrators who actively manage access controls may have a false sense of security, believing they have revoked access when in fact permissions persist.

Root Cause

The root cause lies in the plugin's failure to properly synchronize permission state changes with the active authorization cache or session data. When permissions are disabled through the administrative interface, the changes are not effectively propagated to enforce the new restricted access policy. This results in a disconnect between the configured permissions and the actual enforced permissions.

Attack Vector

The vulnerability can be exploited through network access to the Jenkins instance. An attacker who previously had legitimate permissions (or obtained them through other means) could continue to exercise those permissions even after an administrator attempts to revoke them. This is particularly concerning in scenarios such as:

  • Terminated employees whose access should be revoked
  • Contractors whose project access should be limited
  • Users temporarily granted elevated permissions for specific tasks
  • Security incident response where rapid permission revocation is critical

The attack does not require any special privileges or user interaction to exploit, as the persistence of permissions occurs automatically within the plugin's authorization logic.

Detection Methods for CVE-2023-28668

Indicators of Compromise

  • Users accessing Jenkins resources or performing actions that should be restricted based on current role configurations
  • Audit logs showing successful authorization for users who have been removed from roles or had permissions revoked
  • Discrepancies between configured role assignments and actual observed user capabilities
  • Unexpected build executions or configuration changes by users with supposedly limited access

Detection Strategies

  • Compare active user permissions against configured role-based access control settings to identify mismatches
  • Review Jenkins audit logs for authorization decisions that contradict current permission configurations
  • Implement automated permission verification scripts that test actual access against expected access
  • Monitor for users performing privileged actions after role membership changes

Monitoring Recommendations

  • Enable comprehensive Jenkins audit logging to track all authorization decisions and access attempts
  • Implement regular automated audits comparing configured permissions against observed user activity
  • Set up alerts for sensitive operations performed by users who have had recent permission changes
  • Consider implementing a permission reconciliation process after any role or access control modifications

How to Mitigate CVE-2023-28668

Immediate Actions Required

  • Update the Jenkins Role-based Authorization Strategy Plugin to version 588.v4f9f42c0b_6d7 or later immediately
  • Audit all current role assignments and user permissions to ensure they reflect intended access levels
  • Force re-authentication for all users after applying the patch to ensure permission changes take effect
  • Review audit logs for any suspicious activity that may indicate exploitation of this vulnerability

Patch Information

Jenkins has released an updated version of the Role-based Authorization Strategy Plugin that addresses this vulnerability. Administrators should update to version 588.v4f9f42c0b_6d7 or later. The patch ensures that permission changes are properly enforced immediately when administrators modify role assignments or disable specific permissions.

For detailed information about the fix, refer to the Jenkins Security Advisory 2023-03-21.

Workarounds

  • If immediate patching is not possible, consider restarting the Jenkins instance after making permission changes to force a fresh authorization state
  • Implement additional network-level access controls to limit exposure while the vulnerable plugin version is in use
  • Use Jenkins' built-in matrix-based security as an alternative authorization strategy until the plugin can be updated
  • Monitor and audit user activities closely for any actions that should be restricted based on current configurations
bash
# Configuration example: Update Jenkins plugin via CLI
java -jar jenkins-cli.jar -s http://localhost:8080/ install-plugin role-strategy -restart

# Verify installed plugin version
java -jar jenkins-cli.jar -s http://localhost:8080/ list-plugins | grep role-strategy

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-281
  • Vendor Resources
  • Jenkins Security Advisory 2023-03-21
  • Related CVEs
  • CVE-2026-33002: Jenkins Auth Bypass Vulnerability

  • CVE-2025-47884: Jenkins OpenID Connect Auth Bypass Flaw

  • CVE-2025-47889: Jenkins WSO2 Oauth Auth Bypass Flaw

  • CVE-2025-24399: Jenkins OpenID Connect Auth Bypass Flaw
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