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-48921

CVE-2026-48921: Jenkins Pipeline Information Disclosure Flaw

CVE-2026-48921 is an information disclosure vulnerability in Jenkins Pipeline: Groovy Libraries Plugin that allows attackers to read arbitrary files on the Jenkins controller. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-48921 Overview

CVE-2026-48921 affects the Jenkins Pipeline: Groovy Libraries Plugin version 797.v90ea_a_9b_e45a_0 and earlier. The plugin does not prohibit symbolic links in shared libraries used by Pipeline jobs. Attackers who can control the content of a shared library can place symlinks that resolve to arbitrary files on the Jenkins controller filesystem. When the Pipeline job processes the library, it reads files outside the intended library directory and exposes their contents. The flaw is categorized as a link-following weakness [CWE-59].

Critical Impact

Authenticated attackers with library write access can read arbitrary files on the Jenkins controller, including credentials, secrets, and configuration data.

Affected Products

  • Jenkins Pipeline: Groovy Libraries Plugin 797.v90ea_a_9b_e45a_0 and earlier
  • Jenkins controllers consuming attacker-controlled shared libraries
  • Pipeline jobs referencing libraries from untrusted sources

Discovery Timeline

  • 2026-05-27 - CVE CVE-2026-48921 published to NVD
  • 2026-05-27 - Jenkins Security Advisory SECURITY-3727 released
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-48921

Vulnerability Analysis

The Pipeline: Groovy Libraries Plugin retrieves shared libraries from configured sources and makes their contents available to Pipeline jobs at build time. The plugin reads files from the library checkout when Pipeline steps reference them. The plugin does not validate whether files inside the library are regular files or symbolic links. An attacker who controls a library source can commit a symbolic link pointing to any path readable by the Jenkins controller process. When the Pipeline consumes that link, the controller dereferences it and returns the target file's contents to the build.

This exposes sensitive controller data such as secrets.key, credentials.xml, SSH keys under $JENKINS_HOME, and arbitrary paths like /etc/passwd. The issue maps to CWE-59: Improper Link Resolution Before File Access.

Root Cause

The plugin lacks symlink filtering when materializing shared library content. File access operations resolve symbolic targets without confirming that the resolved path remains inside the library root directory.

Attack Vector

Exploitation requires the attacker to control a Pipeline shared library, typically through write access to the source code management repository backing that library. The attacker commits a symlink, then triggers or waits for a Pipeline job to load the library. The job reads the symlink target, returning controller filesystem contents through build logs or downstream Pipeline steps.

The vulnerability manifests at the file resolution layer of the shared library loader. Refer to the Jenkins Security Advisory #SECURITY-3727 for the technical breakdown.

Detection Methods for CVE-2026-48921

Indicators of Compromise

  • Pipeline build logs containing contents of files outside the library directory, such as /etc/passwd or $JENKINS_HOME/secrets/
  • Recent commits to shared library repositories that add symbolic links instead of regular files
  • Unusual readFile or libraryResource step usage referencing paths that resolve outside expected locations

Detection Strategies

  • Audit shared library repositories for symbolic links using git ls-files -s and filter on mode 120000
  • Review Jenkins controller audit logs for Pipeline jobs reading credential or secret files during library evaluation
  • Correlate build console output against expected library file contents to identify exfiltration of controller data

Monitoring Recommendations

  • Monitor write activity to repositories backing trusted shared libraries and alert on symlink additions
  • Track Pipeline jobs that reference libraries from sources with broad contributor access
  • Alert on file read operations from $JENKINS_HOME/secrets/ or $JENKINS_HOME/credentials.xml originating from build processes

How to Mitigate CVE-2026-48921

Immediate Actions Required

  • Upgrade the Pipeline: Groovy Libraries Plugin to the version released in Jenkins Security Advisory SECURITY-3727
  • Restrict write access to repositories backing trusted shared libraries to vetted maintainers only
  • Rotate Jenkins controller credentials and secrets if exposure through Pipeline builds is suspected

Patch Information

Jenkins released a fixed version of the Pipeline: Groovy Libraries Plugin that rejects symbolic links during library checkout. Apply the update from the Jenkins Update Center. See the Jenkins Security Advisory #SECURITY-3727 for fixed version details.

Workarounds

  • Move shared libraries to repositories with strict access controls and mandatory code review
  • Disable untrusted Pipeline libraries by removing global library configurations that point to attacker-influenced sources
  • Inspect existing library repositories for symbolic links and remove any that resolve outside the library root

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

  • SeverityHIGH

  • CVSS Score7.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-59
  • Technical References
  • Jenkins Security Advisory #SECURITY-3727
  • Related CVEs
  • CVE-2026-48926: Jenkins Job Import Plugin Info Disclosure

  • 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