GHSA-2hx5-662f-6q6f
Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CSRF inherently requires victim to visit attacker page (UI:R); low-privilege auth confirmed by PR:L; full JVM code execution yields C:H/I:H/A:H.
Primary rating from Vendor (CNA).
CVSS VectorVendor
Lifecycle Timeline
5Description PRE-NVD
AnalysisAI
Remote code execution via CSRF in Jenkins Multijob Plugin 669.v9d96a_d9c71b_0 and earlier allows a network attacker to execute arbitrary code within the Jenkins controller JVM by inducing a low-privileged authenticated user to trigger a forged request. The Jenkins security advisory published 2026-08-05 formally discloses this as SECURITY-3823(2), with EUVD-2026-53526 corroborating the affected version range. No public exploit code or CISA KEV listing has been identified at time of analysis, though the network reachability and low attack complexity make this a meaningful risk wherever Jenkins is accessible and users browse untrusted sites within the same browser session.
Technical ContextAI
Jenkins is a widely-deployed open-source CI/CD automation server; the Multijob Plugin extends it with multi-phase, multi-job build orchestration. CWE-352 (Cross-Site Request Forgery) indicates the plugin fails to validate that state-mutating HTTP requests originate from a trusted source, allowing an attacker to craft a malicious page whose embedded request is automatically issued by the victim's browser against the Jenkins controller. Because Jenkins plugins operate with direct access to the controller JVM, CSRF flaws in plugins can be escalated to arbitrary code execution within that process - far beyond typical CSRF impact. The EUVD-confirmed affected range is all Multijob Plugin releases from version 0 through 669.v9d96a_d9c71b_0 inclusive.
RemediationAI
Upgrade the Jenkins Multijob Plugin to a version released after 669.v9d96a_d9c71b_0 as directed by the Jenkins security advisory at https://www.jenkins.io/security/advisory/2026-08-05/. The exact patched plugin version is not stated in the available data - consult the Jenkins Update Center and the advisory directly to confirm the fixed release before upgrading. As compensating controls where immediate patching is not feasible: restrict Jenkins controller access to trusted internal networks or VPNs to limit attacker delivery of CSRF payloads; enforce SameSite=Strict or SameSite=Lax attributes on Jenkins session cookies to block cross-origin request forgery at the browser level (note this may affect legitimate cross-origin integrations); and apply a strict Content-Security-Policy header to limit what third-party pages can load. Do not rely on network controls alone if Jenkins users access the instance from browsers also used for general internet browsing.
Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
A sandbox bypass vulnerability exists in Jenkins Pipeline: Groovy Plugin 2.63 and earlier in pom.xml, src/main/java/org/
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
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53526