CVE-2019-1003024: High severity jenkins script security vulnerability
A sandbox bypass vulnerability exists in Jenkins Script Security Plugin 1.52 and earlier in RejectASTTransformsCustomizer.java that allows attackers with Overall/Read permission to provide a Groovy script to an HTTP endpoint that can result in arbitrary code execution on the Jenkins master JVM.
Other sources
The previously implemented script security sandbox protections prohibiting the use of unsafe AST transforming annotations such as @Grab (2019-01-08 fix for SECURITY-1266) could be circumvented through use of various Groovy language features:
Use of AnnotationCollector Import aliasing Referencing annotation types using their full class name
This allowed users with Overall/Read permission, or the ability to control Jenkinsfile or sandboxed Pipeline shared library contents in SCM, to bypass the sandbox protection and execute arbitrary code on the Jenkins master.
Using AnnotationCollector is now newly prohibited in sandboxed scripts such as Pipelines. Importing any of the annotations considered unsafe will now result in an error. During the compilation phase, both simple and full class names of prohibited annotations are rejected for element annotations.
— Red Hat
The previously implemented script security sandbox protections prohibiting the use of unsafe AST transforming annotations such as @Grab (2019-01-08 fix for SECURITY-1266) could be circumvented through use of various Groovy language features:
- Use of AnnotationCollector - Import aliasing - Referencing annotation types using their full class name
This allowed users with Overall/Read permission, or the ability to control Jenkinsfile or sandboxed Pipeline shared library contents in SCM, to bypass the sandbox protection and execute arbitrary code on the Jenkins controller.
Using AnnotationCollector is now newly prohibited in sandboxed scripts such as Pipelines. Importing any of the annotations considered unsafe will now result in an error. During the compilation phase, both simple and full class names of prohibited annotations are rejected for element annotations.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2019-1003024?
CVE-2019-1003024 is classified as a critical vulnerability due to its potential for arbitrary code execution on the Jenkins master JVM.
How do I fix CVE-2019-1003024?
To fix CVE-2019-1003024, upgrade the Jenkins Script Security Plugin to version 1.53 or later.
What versions are affected by CVE-2019-1003024?
CVE-2019-1003024 affects Jenkins Script Security Plugin versions up to and including 1.52.
Who can exploit CVE-2019-1003024?
CVE-2019-1003024 can be exploited by attackers who have Overall/Read permission in Jenkins.
What are the consequences of CVE-2019-1003024?
Exploitation of CVE-2019-1003024 can lead to arbitrary code execution, compromising the security of the Jenkins environment.