Sandbox Bypass Affecting org.jenkins-ci.plugins:script-security package, versions [,1.75)
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JAVA-ORGJENKINSCIPLUGINS-1012541
- published 24 Sep 2020
- disclosed 24 Sep 2020
- credit Wadeck Follonier, CloudBees, Inc. and Daniel Beck, CloudBees, Inc.
Introduced: 24 Sep 2020
CVE-2020-2279 Open this link in a new tabHow to fix?
Upgrade org.jenkins-ci.plugins:script-security
to version 1.75 or higher.
Overview
org.jenkins-ci.plugins:script-security is a package that allows Jenkins administrators to control what in-process scripts can be run by less-privileged users.
Affected versions of this package are vulnerable to Sandbox Bypass. Script Security Plugin provides a sandbox feature that allows low privileged users to define scripts, including Pipelines, that are generally safe to execute. Calls to code defined inside a sandboxed script are intercepted, and various allowlists are checked to determine whether the call is to be allowed.