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

CVE-2023-43494: Jenkins Information Disclosure Flaw

CVE-2023-43494 is an information disclosure vulnerability in Jenkins that exposes sensitive build variables through search. This article covers the technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2023-43494 Overview

A sensitive information exposure vulnerability exists in Jenkins that allows attackers with Item/Read permission to extract sensitive build variables through the build history widget search functionality. Jenkins versions 2.50 through 2.423 and LTS versions 2.60.1 through 2.414.1 fail to exclude sensitive build variables such as password parameter values from search operations. This enables attackers to iteratively test different characters through the search interface until they discover the correct sequence, effectively brute-forcing sensitive credential values.

Critical Impact

Attackers with basic read access can extract password parameters and other sensitive build variables used in CI/CD pipelines, potentially compromising deployment credentials, API keys, and other secrets.

Affected Products

  • Jenkins 2.50 through 2.423 (weekly releases)
  • Jenkins LTS 2.60.1 through 2.414.1 (Long-Term Support releases)

Discovery Timeline

  • September 20, 2023 - CVE-2023-43494 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-43494

Vulnerability Analysis

This vulnerability represents an information disclosure flaw in Jenkins' build history widget search functionality. The core issue stems from the search feature's failure to properly filter out sensitive build parameters when indexing and returning search results. When users perform builds with parameterized jobs containing sensitive values (such as passwords, API tokens, or secrets), these values should be masked and excluded from searchable content.

The vulnerability allows an attacker with legitimate but limited Jenkins access (Item/Read permission) to abuse the search functionality as an oracle. By systematically testing different character sequences and observing which searches return results, an attacker can incrementally reconstruct sensitive variable values character by character. This timing-based information extraction technique requires only basic authenticated access to the Jenkins instance.

Root Cause

The root cause is improper handling of sensitive build variables within the search indexing mechanism. Jenkins maintains various types of build parameters, some marked as sensitive (like password parameters). The build history widget search feature failed to respect these sensitivity classifications, inadvertently including sensitive values in the searchable index. This design oversight allowed the search function to leak information about whether specific character sequences exist within sensitive parameter values.

Attack Vector

The attack leverages the network-accessible Jenkins web interface and requires low-privileged authenticated access. An attacker with Item/Read permission on a job can:

  1. Access the build history widget for a target job
  2. Use the search functionality to test if specific characters or strings appear in build data
  3. Observe search results to determine if the tested sequence matches sensitive variable content
  4. Iterate through possible characters to reconstruct complete sensitive values

This character-by-character enumeration technique is similar to blind SQL injection attacks, where information is extracted based on observable differences in application behavior. The attack requires no user interaction and can be automated to rapidly extract credential values.

Detection Methods for CVE-2023-43494

Indicators of Compromise

  • Unusual patterns of search queries in Jenkins access logs, particularly sequential single-character or short string searches
  • High volume of build history widget search requests from a single user or IP address
  • Search queries that appear to follow a systematic pattern indicative of brute-force enumeration
  • Access log entries showing repeated searches against jobs containing sensitive parameters

Detection Strategies

  • Monitor Jenkins access logs for anomalous search activity patterns, especially rapid sequential searches
  • Implement rate limiting on search functionality to slow enumeration attempts
  • Audit user permissions to identify accounts with unnecessary Item/Read access to sensitive jobs
  • Review Jenkins audit logs for suspicious activity around builds containing credential parameters

Monitoring Recommendations

  • Enable comprehensive Jenkins audit logging to capture all search operations
  • Configure alerting for unusual search query volumes or patterns
  • Regularly review which users have Item/Read permission on jobs with sensitive parameters
  • Implement SIEM integration to correlate Jenkins activity with other security events

How to Mitigate CVE-2023-43494

Immediate Actions Required

  • Upgrade Jenkins weekly releases to version 2.424 or later
  • Upgrade Jenkins LTS to version 2.414.2 or later
  • Review and restrict Item/Read permissions to only users who require access
  • Audit jobs for sensitive parameter usage and consider alternative credential management approaches

Patch Information

Jenkins has addressed this vulnerability in their Security Advisory #SECURITY-3261. The fix ensures that sensitive build variables are properly excluded from the build history widget search functionality. Organizations should upgrade to Jenkins weekly 2.424 or LTS 2.414.2 to receive the security patch. Additional technical discussion is available on the Openwall OSS-Security mailing list.

Workarounds

  • Implement strict access controls to limit Item/Read permissions to trusted users only
  • Consider using Jenkins Credentials Plugin for secret management instead of password parameters
  • Disable or restrict access to the build history widget where feasible
  • Implement network-level controls to limit Jenkins access to trusted networks
bash
# Example: Review users with Item/Read permission via Jenkins CLI
java -jar jenkins-cli.jar -s http://jenkins-server/ who-am-i
# Audit job permissions and restrict as needed through Jenkins security configuration

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechJenkins

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability48.62%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Openwall OSS-Security Discussion
  • Vendor Resources
  • Jenkins Security Advisory #SECURITY-3261
  • Related CVEs
  • CVE-2026-33004: Jenkins LoadNinja Information Disclosure

  • CVE-2026-33003: Jenkins LoadNinja Plugin API Key Exposure

  • CVE-2026-27100: Jenkins Information Disclosure Vulnerability

  • CVE-2024-23897: Jenkins Information Disclosure 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