Jenkins Script Security Plugin sandbox bypass vulnerability
GHSA-c3jm-9vj7-5v66 · CVE-2026-57280
Published · Modified
AI SAST
Find this class of vulnerability in your own code
Corgea's AI-native static analysis detects vulnerabilities like this one across your repositories, ranks them by exploitability, and returns review-ready fixes.
Description
Jenkins Script Security Plugin provides a sandbox feature that allows running user-provided scripts safely by intercepting and checking potentially unsafe operations.
Script Security Plugin 1402.v94c9ce464861 and earlier does not intercept the implicit type cast applied to each element of the iterated collection in a typed for loop (e.g. for (Type t in collection)), as this cast is performed during bytecode generation rather than in the transformed script AST.
This allows attackers able to provide sandboxed scripts to invoke constructors of arbitrary types without those invocations being checked by the sandbox, bypassing the sandbox protection. This can be used to execute arbitrary code on the Jenkins controller.
Script Security Plugin 1402.1405.vc96e74964250 updates the bundled groovy-sandbox library to a version that intercepts the implicit type cast applied to typed for loop elements, so those casts are checked by the sandbox.
References
- ADVISORY https://nvd.nist.gov/vuln/detail/CVE-2026-57280
- WEB https://github.com/jenkinsci/script-security-plugin/commit/858015c25c7bc7ab59c666307093b0e16b90048c
- PACKAGE https://github.com/jenkinsci/script-security-plugin
- WEB https://github.com/jenkinsci/script-security-plugin/releases/tag/1402.1405.vc96e74964250
- WEB https://www.jenkins.io/security/advisory/2026-06-24/#SECURITY-3792
Ready to move
Start Securing
Free, no credit card | First findings in minutes