CVE-2018-1999046: 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.36691%
CWE
Published
5/14/2022
Updated
12/18/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.121.3 | 2.121.3 |
org.jenkins-ci.main:jenkins-core | maven | >= 2.122, < 2.138 | 2.138 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing authorization checks in the log exposure mechanism. The commit diff shows Computer.java
's getLogText()
method was modified to add a checkPermission(CONNECT)
call. This matches the advisory's description of unauthorized access to agent logs via missing permission validation. Other files in the commit relate to broader permission system improvements but aren't directly tied to the described agent log exposure.