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-2024-43045

CVE-2024-43045: Jenkins Auth Bypass Vulnerability

CVE-2024-43045 is an authorization bypass flaw in Jenkins that allows attackers with Overall/Read permission to access other users' My Views. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-43045 Overview

CVE-2024-43045 is a Missing Authorization vulnerability affecting Jenkins 2.470 and earlier, as well as LTS 2.452.3 and earlier. The vulnerability stems from a missing permission check in an HTTP endpoint, which allows attackers with Overall/Read permission to access other users' "My Views" configurations. This represents a Broken Access Control flaw (CWE-862) that enables horizontal privilege escalation within Jenkins environments.

Critical Impact

Attackers with basic read access can view, modify, and potentially delete other users' custom Jenkins views, exposing sensitive build configurations and potentially disrupting CI/CD pipelines.

Affected Products

  • Jenkins 2.470 and earlier (weekly releases)
  • Jenkins LTS 2.452.3 and earlier (Long-Term Support releases)
  • All Jenkins installations with users having Overall/Read permissions

Discovery Timeline

  • 2024-08-07 - CVE-2024-43045 published to NVD
  • 2024-08-07 - Jenkins releases security advisory SECURITY-3349
  • 2025-03-25 - Last updated in NVD database

Technical Details for CVE-2024-43045

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), a common access control flaw where the application fails to verify that a user is authorized to perform a specific action. In Jenkins, "My Views" is a feature that allows users to create personalized dashboard views of jobs and builds. The vulnerable HTTP endpoint responsible for handling "My Views" operations lacks proper permission validation, allowing any authenticated user with Overall/Read permission to access views belonging to other users.

The attack requires network access and authentication with basic read permissions. Due to the missing authorization check, attackers can enumerate and access views across user accounts, potentially exposing sensitive project configurations, build parameters, and organizational CI/CD structures.

Root Cause

The root cause is a missing permission check in the HTTP endpoint that handles access to user-specific views. Jenkins failed to validate whether the requesting user has authorization to access the specific "My Views" resource owned by another user. The endpoint correctly enforces Overall/Read permission but neglects to verify ownership or explicit sharing permissions for the target view.

Attack Vector

The attack can be performed remotely over the network by any authenticated Jenkins user with Overall/Read permission. The attacker constructs HTTP requests to the vulnerable endpoint, specifying another user's view identifier. Without proper authorization checks, Jenkins processes the request and returns the view data, regardless of ownership.

An attacker would typically:

  1. Authenticate to Jenkins with an account having Overall/Read permission
  2. Enumerate or guess view identifiers belonging to other users
  3. Send crafted HTTP requests to the vulnerable endpoint targeting those views
  4. Gain unauthorized access to view, modify, or delete other users' custom views

This vulnerability does not require user interaction and can be exploited programmatically to systematically access views across the Jenkins instance.

Detection Methods for CVE-2024-43045

Indicators of Compromise

  • Unusual access patterns to /user/*/my-views/ endpoints from accounts that don't own those views
  • HTTP requests attempting to access views with user identifiers different from the authenticated session
  • Audit log entries showing view access or modifications by users who are not the view owners
  • Increased enumeration activity targeting user view endpoints

Detection Strategies

  • Monitor Jenkins audit logs for access to "My Views" endpoints by users other than the view owner
  • Implement network monitoring rules to detect unusual patterns of requests to user-specific view endpoints
  • Deploy application-layer detection for HTTP requests that attempt to access views across user boundaries
  • Review Jenkins access logs for sequential or enumeration-style requests to view endpoints

Monitoring Recommendations

  • Enable Jenkins audit logging and monitor for cross-user view access attempts
  • Configure alerting for failed or unusual authorization patterns in Jenkins logs
  • Implement SentinelOne Singularity platform monitoring for suspicious Jenkins process activity
  • Regularly review user activity reports for anomalous view access patterns

How to Mitigate CVE-2024-43045

Immediate Actions Required

  • Upgrade Jenkins weekly releases to version 2.471 or later
  • Upgrade Jenkins LTS to version 2.452.4 or later
  • Review Jenkins user permissions and restrict Overall/Read access to only necessary users
  • Audit existing user views for any unauthorized modifications

Patch Information

Jenkins has addressed this vulnerability in their Security Advisory SECURITY-3349. The fix adds proper permission validation to the affected HTTP endpoint, ensuring users can only access their own "My Views" or views explicitly shared with them.

Administrators should update to:

  • Jenkins weekly 2.471 or later
  • Jenkins LTS 2.452.4 or later

Workarounds

  • Restrict Overall/Read permission to only trusted users until patches can be applied
  • Implement network-level access controls to limit who can reach Jenkins endpoints
  • Use Jenkins' built-in matrix-based security to enforce stricter permission boundaries
  • Consider temporarily disabling the "My Views" feature if not critical to operations
bash
# Configuration example
# Verify Jenkins version after upgrade
java -jar jenkins-cli.jar -s http://localhost:8080/ version

# Review users with Overall/Read permission
# Navigate to: Manage Jenkins > Configure Global Security > Authorization
# Audit and restrict Overall/Read to minimum necessary users

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

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.57%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-862
  • Vendor Resources
  • Jenkins Security Advisory #SECURITY-3349
  • Related CVEs
  • CVE-2026-33002: Jenkins Auth Bypass Vulnerability

  • CVE-2025-64131: Jenkins SAML Auth Bypass Vulnerability

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

  • CVE-2025-47889: Jenkins WSO2 Oauth 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