VDB
Sign up
HIGH8.8

GHSA-c3jm-9vj7-5v66

Jenkins Script Security Plugin sandbox bypass vulnerability

Quick fix

GHSA-c3jm-9vj7-5v66 — org.jenkins-ci.plugins:script-security: upgrade to the fixed version with the command below.

# pom.xml: bump <version>1402.1405.vc96e74964250</version> for org.jenkins-ci.plugins:script-security

Details

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.

Are you affected?

Enter the version of the package you're using.

Affected packages

Maven/org.jenkins-ci.plugins:script-security
Introduced in: 0Fixed in: 1402.1405.vc96e74964250
Fix# pom.xml: bump <version>1402.1405.vc96e74964250</version> for org.jenkins-ci.plugins:script-security

References