CVE-2017-1000095

The default whitelist included the following unsafe entries: DefaultGroovyMethods.putAt(Object, String, Object); DefaultGroovyMethods.getAt(Object, String). These allowed circumventing many of the access restrictions implemented in the script sandbox by using e.g. currentBuild['rawBuild'] rather than currentBuild.rawBuild. Additionally, the following entries allowed accessing private data that would not be accessible otherwise due to script security: groovy.json.JsonOutput.toJson(Closure); groovy.json.JsonOutput.toJson(Object).
References
Link Resource
https://jenkins.io/security/advisory/2017-07-10/ Vendor Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:a:jenkins:script_security:1.34:*:*:*:*:jenkins:*:*

History

No history.

Information

Published : 2017-10-05 01:29

Updated : 2023-12-10 12:15


NVD link : CVE-2017-1000095

Mitre link : CVE-2017-1000095

CVE.ORG link : CVE-2017-1000095


JSON object : View

Products Affected

jenkins

  • script_security
CWE
CWE-732

Incorrect Permission Assignment for Critical Resource