A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-48926

CVE-2026-48926: Jenkins Job Import Plugin Info Disclosure

CVE-2026-48926 is an information disclosure vulnerability in Jenkins Job Import Plugin that allows attackers with Overall/Read permission to enumerate credential IDs. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-48926 Overview

CVE-2026-48926 affects the Jenkins Job Import Plugin version 143.v044a_2e819b_27 and earlier. The plugin exposes an HTTP endpoint that fails to enforce a permission check before returning data. Attackers with Overall/Read permission can invoke this endpoint to enumerate credentials IDs of credentials stored in Jenkins.

The issue is tracked in Jenkins Security Advisory #SECURITY-3783 and classified under [CWE-269] Improper Privilege Management. While the disclosure does not directly leak credential secrets, the enumerated IDs enable follow-on attacks against other plugins or pipelines that consume credentials by ID.

Critical Impact

Authenticated users with minimal Overall/Read access can enumerate stored credentials IDs, providing reconnaissance data for subsequent attacks on Jenkins credentials and pipelines.

Affected Products

  • Jenkins Job Import Plugin 143.v044a_2e819b_27 and earlier
  • Jenkins controllers with the Job Import Plugin installed
  • Environments allowing Overall/Read permission to untrusted users

Discovery Timeline

  • 2026-05-27 - Jenkins publishes Security Advisory SECURITY-3783
  • 2026-05-27 - CVE-2026-48926 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-48926

Vulnerability Analysis

The Jenkins Job Import Plugin exposes functionality through HTTP endpoints registered with the Jenkins controller. One of these endpoints returns credentials IDs available within Jenkins to facilitate job import operations. The endpoint omits the required permission check, so any authenticated user holding Overall/Read permission can call it.

Credentials IDs in Jenkins are referenced by pipelines, freestyle jobs, and other plugins. Enumerating them provides attackers with a map of secrets stored on the controller, including service account references, API tokens, and SSH keys. This information accelerates lateral movement and credential-targeted attacks.

The vulnerability falls under [CWE-269] Improper Privilege Management. Network exploitation requires only low-privilege authentication and no user interaction, but discloses information without modifying integrity or availability.

Root Cause

The HTTP endpoint handler in the Job Import Plugin does not invoke a permission check such as Item.CREATE or Credentials.VIEW before returning data. Jenkins relies on plugin authors to gate sensitive endpoints with explicit permission assertions. The missing check allows the endpoint to default to the broader Overall/Read scope granted to authenticated users.

Attack Vector

An attacker authenticates to Jenkins with any account holding Overall/Read permission. The attacker sends an HTTP request to the vulnerable Job Import Plugin endpoint. The server returns the list of credentials IDs configured in Jenkins. The attacker uses these IDs to target other plugin vulnerabilities, craft malicious pipelines that reference the credentials, or perform social engineering against credential owners.

No exploit code or public proof-of-concept has been published as of the advisory date. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2026-48926

Indicators of Compromise

  • HTTP requests from low-privileged user accounts to Job Import Plugin endpoints on the Jenkins controller
  • Unusual enumeration patterns where a single session queries job import endpoints repeatedly
  • Subsequent unauthorized references to specific credentials IDs in newly created or modified jobs

Detection Strategies

  • Review Jenkins access logs for requests to Job Import Plugin URLs originating from accounts that do not normally perform job imports
  • Correlate Overall/Read user activity with credentials ID references appearing in pipeline definitions or REST API calls
  • Audit installed plugin versions against the fixed release listed in Jenkins Security Advisory #SECURITY-3783

Monitoring Recommendations

  • Forward Jenkins controller HTTP access logs and audit logs to a centralized logging platform for retention and analysis
  • Alert on enumeration-style request patterns against /plugin/job-import-plugin/ paths
  • Track changes to credentials configuration and pipeline definitions for unexpected credentials ID references

How to Mitigate CVE-2026-48926

Immediate Actions Required

  • Inventory all Jenkins controllers and identify installations of the Job Import Plugin at version 143.v044a_2e819b_27 or earlier
  • Restrict Overall/Read permission to trusted users only until the plugin is updated
  • Rotate credentials stored in Jenkins if logs indicate suspicious enumeration activity

Patch Information

Apply the fixed version of the Jenkins Job Import Plugin as described in Jenkins Security Advisory #SECURITY-3783. Verify plugin updates through the Jenkins Update Center and restart the controller if required by the plugin manager.

Workarounds

  • Disable the Job Import Plugin if it is not actively used in the environment
  • Tighten the Jenkins authorization strategy to limit Overall/Read to authenticated administrators and known service accounts
  • Segment Jenkins controllers on networks accessible only through authenticated reverse proxies that enforce additional access controls
bash
# Configuration example
# List installed plugins and versions via the Jenkins CLI
java -jar jenkins-cli.jar -s https://jenkins.example.com/ \
  -auth admin:API_TOKEN \
  list-plugins | grep -i job-import

# Disable the plugin until patched
java -jar jenkins-cli.jar -s https://jenkins.example.com/ \
  -auth admin:API_TOKEN \
  disable-plugin job-import-plugin -restart

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

  • 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
  • CWE-269
  • Technical References
  • Jenkins Security Advisory #SECURITY-3783
  • Related CVEs
  • CVE-2026-48921: Jenkins Pipeline Information Disclosure Flaw

  • CVE-2026-48916: Jenkins LDAP Plugin Information Vulnerability

  • CVE-2026-42521: Jenkins Plugin Information Disclosure

  • CVE-2026-42519: Jenkins Script Security Info Disclosure
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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