Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Primary rating from Vendor (jenkins).
CVSS VectorVendor: jenkins
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Lifecycle Timeline
3DescriptionCVE.org
Missing permission checks in Jenkins 2.567 and earlier, LTS 2.555.2 and earlier allow attackers with Overall/Read permission to determine other users' configured timezone and to enumerate view names of other users' "My Views".
AnalysisAI
Missing authorization checks in Jenkins 2.567 and earlier (LTS 2.555.2 and earlier) expose user-specific configuration data to any authenticated user holding the Overall/Read permission. Authenticated low-privilege users can query the timezone setting of any Jenkins user account and enumerate the names of views configured within other users' 'My Views' personal dashboards, constituting an information disclosure weakness. No public exploit code exists and this CVE is not listed in the CISA KEV catalog at time of analysis, placing real-world risk in the low-moderate tier primarily relevant to multi-tenant or shared Jenkins deployments.
Technical ContextAI
Jenkins implements a role-based access control (RBAC) model where Overall/Read is the baseline permission granted to virtually all authenticated users. CWE-862 (Missing Authorization) describes the root cause: server-side endpoints servicing user profile metadata and personal view enumeration fail to verify that the requesting user has rights to access another user's data before returning results. The affected functionality spans at least two internal surfaces - user timezone resolution (likely tied to user profile API calls) and 'My Views' view name listing (personal dashboard scoping). The CPE string cpe:2.3:a:jenkins_project:jenkins:*:*:*:*:*:*:*:* confirms this affects the core Jenkins project across all editions prior to the patched releases. No third-party plugin is involved; the flaw resides in Jenkins core.
RemediationAI
Vendor-released patches are available: upgrade Jenkins weekly to version 2.568 or later, or upgrade Jenkins LTS to version 2.555.3 or later. Both fix versions are confirmed by the EUVD entry EUVD-2026-36023 and the Jenkins security advisory at https://www.jenkins.io/security/advisory/2026-06-10/#SECURITY-3713. If immediate upgrade is not feasible, a compensating control is to restrict Overall/Read permission to only explicitly trusted users by tightening the Jenkins authorization strategy (e.g., switching from 'Anyone can do anything' or 'Legacy mode' to Matrix-based or Project-based authorization). Note that restricting Overall/Read broadly may break pipeline visibility for some users. No workaround fully eliminates the risk short of patching. 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-36023
GHSA-g28p-6mcc-v4rv