CVE-2017-2606:
Exposure of Sensitive Information to an Unauthorized Actor in Jenkins
4.3
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.12988%
CWE
Published
5/13/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.main:jenkins-core | maven | <= 2.32.1 | 2.32.2 |
org.jenkins-ci.main:jenkins-core | maven | >= 2.34, <= 2.43 | 2.44 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis of the patch for CVE-2017-2606 revealed that the getItems()
method in Jenkins.java
was directly modified to address the vulnerability. This method is responsible for returning a list of items, and the patch removed an optimization that was causing it to return all items without proper permission checks for anonymous users.