GHSA-67r4-vj46-3qpx
Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Network vector with low complexity; Agent/Connect (low privilege) sufficient; scope change as agent exploits controller; full CIA impact on controller.
Primary rating from Vendor (CNA).
CVSS VectorVendor
Lifecycle Timeline
3Description PRE-NVD
AnalysisAI
Remote code execution and privilege escalation are the headline risks in this Jenkins advisory covering multiple vulnerabilities in Jenkins core (versions 2.575/LTS 2.568.1 and earlier) and eleven plugins. The most critical flaw (CVE-2026-70426) bypasses the JEP-200 deserialization class filter via a fallback path in the Remoting library, allowing an agent process or a user with Agent/Connect permission to execute arbitrary code on the Jenkins controller. A companion archive-extraction vulnerability (CVE-2026-70427) enables arbitrary file writes to the controller filesystem - including into init.groovy.d or the plugins directory - through crafted tar/tar.gz archives delivered from an agent; no public exploits or CISA KEV listing were identified for any issue in this advisory at time of analysis.
Technical ContextAI
Jenkins uses the Remoting library (agent.jar/remoting.jar) for controller-agent communication via serialized Java objects. JEP-200 introduced a class filter to restrict which classes may be deserialized over this channel, mitigating known Java deserialization attack chains. Remoting 3384.v60d89463d9e0 and earlier contain a fallback deserialization code path that bypasses this filter for classes on the Jenkins core classpath and the Java platform, while still excluding plugin-bundled dependencies. The archive-extraction issue (CVE-2026-70427) arises from improper handling of symbolic links with effectively empty names during tar/tar.gz expansion, enabling path traversal outside the intended extraction target. The path traversal in file parameters (CVE-2026-70428) stems from insufficient validation of file parameter names during builds. The Unicode impersonation issue (CVE-2026-70429) exploits an inconsistency between Java's String#toLowerCase for canonical ID creation and String#equalsIgnoreCase for comparisons, which treats characters like the Turkish dotless-i differently depending on the operation. The Multijob Plugin (CVE-2026-70431/70432) exposes unsandboxed Groovy execution without integrating the Script Security Plugin. No CWE identifiers were supplied in the input data; the root causes map broadly to CWE-502 (Deserialization of Untrusted Data), CWE-22 (Path Traversal), CWE-178 (Case Sensitivity in Security Decision), CWE-862/352 (Missing Authorization/CSRF), and CWE-693 (Protection Mechanism Failure).
RemediationAI
Upgrade Jenkins core to version 2.576 (weekly) or Jenkins LTS 2.568.2 to resolve CVE-2026-70426 through CVE-2026-70430. Update the following plugins simultaneously: External Workspace Manager Plugin to 1.4.2, HCL AppScan Plugin to 1.8.4, Multijob Plugin to 677.v7ffc23d6a_4c2, SCM-Manager Plugin to 1.12.1, and Webhook Secret Credentials Provider Plugin to 32.v09c9b_522f0a_8. For the eleven plugins with unresolved vulnerabilities (AWS CodeBuild, CodeSonar, Google Chat Notification, Horreum, Ivy Report, Parameterized Remote Trigger, Qualys Container Scanning Connector, Sauce OnDemand, Summary Display, Violation Comments to GitLab, XML Job to Job DSL), no patch is available at time of publication; as a compensating control, disable or uninstall these plugins if they are not actively required, and restrict the permissions of any accounts that could trigger the affected functionality. For environments where immediate upgrade is not possible, restrict Agent/Connect and Item/Configure/Build permissions to fully trusted operators and isolate agent infrastructure at the network level to limit Remoting channel exposure. The vendor advisory is at https://www.jenkins.io/security/advisory/2026-08-05/
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-285 – Improper Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53536