GHSA-jgpm-2862-q5m8

    Dashboard / Vulnerabilities / GHSA-jgpm-2862-q5m8

    GHSA-jgpm-2862-q5m8

    Published: 13 May 2022Last Modified: 7 Dec 2024

    Summary: Jenkins Script Security Plugin sandbox bypass vulnerability

    Details: 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](https://www.jenkins.io/security/advisory/2019-01-08/#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 packages

    Package

    Name: org.jenkins-ci.plugins:script-security

    Purl: pkg:maven/org.jenkins-ci.plugins/script-security

    Affected ranges

    Type: ECOSYSTEM

    Events:

    Introduced- 0
    Fixed -1.53

    Affected versions

    1.0

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    GHSA-jgpm-2862-q5m8 | CVE-DB