Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Primary rating from Vendor (jenkins).
CVSS VectorVendor: jenkins
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
3DescriptionCVE.org
A missing permission check in Jenkins 2.567 and earlier, LTS 2.555.2 and earlier allows attackers with Item/Cancel permission, but lacking Item/Read permission, to cancel queue items they do not have permission to view.
AnalysisAI
Missing authorization enforcement in Jenkins allows low-privileged authenticated users to cancel build queue items they lack permission to view. Affecting Jenkins 2.567 and earlier (LTS 2.555.2 and earlier), this CWE-862 flaw breaks the expected access control invariant that Item/Cancel should be constrained by Item/Read visibility. No public exploit code exists and this vulnerability is not listed in CISA KEV at time of analysis, but the low attack complexity and network accessibility make it a realistic threat in multi-tenant Jenkins deployments where fine-grained RBAC is in use.
Technical ContextAI
Jenkins implements a granular permission model that separates actions such as Item/Read (visibility), Item/Cancel (queue cancellation), and others. The root cause is CWE-862 (Missing Authorization): the server-side handler for queue cancellation operations fails to verify that the requesting user also holds Item/Read on the target item before executing the cancel action. This means the permission boundary between visibility and action is not enforced at the API level. The affected codebase is identified via CPE cpe:2.3:a:jenkins_project:jenkins:*:*:*:*:*:*:*:*, spanning all Jenkins (jenkins_project) releases up to and including the stated version thresholds.
RemediationAI
Upgrade to Jenkins 2.568 (weekly release) or Jenkins LTS 2.555.3, as confirmed by EUVD-2026-36022 and the Jenkins security advisory at https://www.jenkins.io/security/advisory/2026-06-10/#SECURITY-3712. If immediate patching is not feasible, the most targeted compensating control is to audit and tighten permission assignments: ensure that any role or user granted Item/Cancel permission is also explicitly granted Item/Read on the same scope, eliminating the exploitable permission gap. Alternatively, restrict Item/Cancel to only fully trusted roles. Revoking Item/Cancel from low-trust accounts entirely would prevent the bypass but may disrupt legitimate self-service cancellation workflows. The oss-security disclosure is available at https://seclists.org/oss-sec/2026/q2/867 for additional context.
The Jenkins CLI subsystem in Jenkins before 1.638 and LTS before 1.625.2 allows remote attackers to execute arbitrary co
The remoting module in Jenkins before 2.32 and LTS before 2.19.3 allows remote attackers to execute arbitrary code via a
Multiple unspecified API endpoints in Jenkins before 1.650 and LTS before 1.642.2 allow remote authenticated users to ex
The Fingerprints pages in Jenkins before 1.638 and LTS before 1.625.2 might allow remote attackers to obtain sensitive j
The remoting module in Jenkins before 1.650 and LTS before 1.642.2 allows remote attackers to execute arbitrary code by
A sandbox bypass vulnerability exists in Jenkins Script Security Plugin 1.53 and earlier in src/main/java/org/jenkinsci/
A code execution vulnerability exists in the Stapler web framework used by Jenkins 2.153 and earlier, LTS 2.138.3 and ea
A sandbox bypass vulnerability exists in Jenkins Script Security Plugin 1.50 and earlier in src/main/java/org/jenkinsci/
A sandbox bypass vulnerability exists in Pipeline: Declarative Plugin 1.3.3 and earlier in. Rated high severity (CVSS 8.
A sandbox bypass vulnerability exists in Pipeline: Groovy Plugin 2.61 and earlier in src/main/java/org/jenkinsci/plugins
A sandbox bypass vulnerability exists in Script Security Plugin 1.49 and earlier in src/main/java/org/jenkinsci/plugins/
A sandbox bypass vulnerability exists in Jenkins Pipeline: Groovy Plugin 2.63 and earlier in pom.xml, src/main/java/org/
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36022
GHSA-mw82-xcg6-gx79