Arbitrary File Read Affecting org.jenkins-ci.plugins:script-security package, versions [,1.37)
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-32171
- published 8 Apr 2018
- disclosed 1 Dec 2017
- credit Gregory Draperi
Introduced: 1 Dec 2017
CVE-2017-1000505 Open this link in a new tabHow to fix?
Upgrade org.jenkins-ci.plugins:script-security
to version 1.37 or higher.
Overview
org.jenkins-ci.plugins:script-security allows Jenkins administrators to control what in-process scripts can be run by less-privileged users.
Affected versions of this package are vulnerable to Arbitrary File Read. Users with the ability to configure sandboxed Groovy scripts are able to use a type coercion feature in Groovy to create new File
objects from strings. This allowed reading arbitrary files on the Jenkins master file system. Such a type coercion is now subject to sandbox protection and considered to be a call to the new File(String)
constructor for the purpose of in-process script approval.