CVE Vulnerabilities

CVE-2026-33001

Improper Link Resolution Before File Access ('Link Following')

Published: Mar 18, 2026 | Modified: Mar 20, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
8.8 IMPORTANT
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Ubuntu
root.io logo minimus.io logo echo.ai logo

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.

Weakness

The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.

Affected Software

NameVendorStart VersionEnd Version
JenkinsJenkins*2.541.3 (excluding)
JenkinsJenkins*2.555 (excluding)
OpenShift Developer Tools and Services 4.12RedHatocp-tools-4/jenkins-rhel8:1776764096*
OpenShift Developer Tools and Services 4.13RedHatocp-tools-4/jenkins-rhel8:1776764096*
OpenShift Developer Tools and Services 4.14RedHatocp-tools-4/jenkins-rhel8:1776762347*
OpenShift Developer Tools and Services 4.15RedHatocp-tools-4/jenkins-rhel8:1776762347*
OpenShift Developer Tools and Services 4.16RedHatocp-tools-4/jenkins-rhel9:1776944215*
OpenShift Developer Tools and Services 4.17RedHatocp-tools-4/jenkins-rhel9:1776944215*
OpenShift Developer Tools and Services 4.18RedHatocp-tools-4/jenkins-rhel9:1776944215*
OpenShift Developer Tools and Services 4.19RedHatocp-tools-4/jenkins-rhel9:1776944215*
OpenShift Developer Tools and Services 4.2RedHatocp-tools-4/jenkins-rhel9:1776944215*
OpenShift Developer Tools and Services 4.21RedHatocp-tools-4/jenkins-rhel9:1776944215*

Potential Mitigations

  • Follow the principle of least privilege when assigning access rights to entities in a software system.
  • Denying access to a file can prevent an attacker from replacing that file with a link to a sensitive file. Ensure good compartmentalization in the system to provide protected areas that can be trusted.

References