CVE-2026-92122
Jenkins · Script Security Plugin
A sandbox bypass vulnerability in the Jenkins Script Security Plugin allows authenticated attackers to execute arbitrary code within the Jenkins controller JVM.
Executive summary
A critical sandbox bypass vulnerability in the Jenkins Script Security Plugin allows authenticated users to achieve arbitrary code execution on the Jenkins controller.
Vulnerability
The vulnerability stems from improper method checking during object coercion to interfaces within sandboxed scripts. An attacker with existing permissions to define and run sandboxed scripts can exploit this flaw to escape the sandbox and execute arbitrary code in the context of the Jenkins controller JVM.
Business impact
Successful exploitation allows an attacker to gain full control over the Jenkins controller, which typically holds highly sensitive credentials, build artifacts, and system configuration data. Given the CVSS score of 8.8, this vulnerability poses a severe risk to the entire CI/CD pipeline, potentially leading to unauthorized data access, lateral movement within the network, and complete system compromise.
Remediation
Immediate Action: Review the official Jenkins security advisory at https://www.jenkins.io/security/advisory/2026-09-16/#SECURITY-3929 and apply the provided security updates as soon as they are made available by the vendor.
Proactive Monitoring: Monitor Jenkins logs for unusual pipeline execution patterns or attempts to access restricted Java classes and methods that deviate from standard build configurations.
Compensating Controls: Restrict the ability to define or modify Jenkins Pipelines to a minimal set of trusted users and implement strict access controls on the Jenkins controller environment to limit the impact of a potential sandbox breakout.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a high-severity risk to Jenkins environments by allowing a sandbox escape. Administrators must prioritize updating the Jenkins Script Security Plugin immediately upon the release of a patch to prevent potential controller compromise. Until a patch is deployed, strictly audit and limit access to script and pipeline creation features to mitigate the risk of unauthorized exploitation.
More Jenkins CVEs all →
History
- Collected by CVE Brief via github
- Held for re-check analysis graded thin
- Analyst report written
- Held for re-check analysis graded thin
Sources
- Jenkins Security Advisory 2026-09-16 Vendor advisory