CVE-2026-33001: Jenkins 2.554 and earlier, LTS 2.541.2 and earlier does not safely handle symbolic links during the extract...
Jenkins 2.554 and earlier, LTS 2.541.2 and earlier does not safely handle symbolic links during the extraction of .tar and .tar.gz archives, allowing crafted archives to write files to arbitrary locations on the filesystem, restricted only by file system access permissions of the user running Jenkins.
This can be exploited to deploy malicious scripts or plugins on the controller by attackers with Item/Configure permission, or able to control agent processes.
Security readout for executives and security teams
Plain-English summary
This flaw lets a lower-privileged Jenkins user or controlled agent cause archive extraction to write files outside the intended location. On a Jenkins controller, that can mean planting malicious scripts or plugins, creating a direct path to compromise the CI/CD system.
Executive priority
Treat as a high-priority CI/CD platform risk. A compromised Jenkins controller can affect software delivery, secrets, build integrity, and downstream production environments.
Technical view
Jenkins mishandles symbolic links while extracting .tar and .tar.gz archives. Crafted archives can write arbitrary files where the Jenkins OS account has permission. The issue is CVSS 8.8 and maps to path traversal and symbolic link following weaknesses.
Likely exposure
Organizations running Jenkins 2.554 or earlier, or LTS 2.541.2 or earlier, are the stated exposure. Risk is higher where users have Item/Configure permission or where untrusted parties can influence agent processes.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires low privileges in Jenkins or control of an agent process, but no user interaction is required according to the CVSS vector.
Researcher notes
Focus validation on archive extraction paths involving symlinks, controller file writes, Item/Configure authorization, and agent-controlled inputs. The bundle supports arbitrary file write impact but does not provide exploit telemetry.
Mitigation direction
Review the Jenkins advisory for fixed versions and upgrade guidance.
Prioritize Jenkins controllers at or below 2.554 or LTS 2.541.2.
Restrict Item/Configure permission to trusted administrators only.
Review agent trust boundaries and remove untrusted agent control paths.
Check Red Hat advisories if using packaged Jenkins components.
Validation and detection
Inventory Jenkins controller versions and compare against the affected ranges.
List users and groups with Item/Configure permission.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
15Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-22 · source CWE mapping
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Link Resolution Before File Access ('Link Following')
Improper Link Resolution Before File Access ('Link Following') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.