CVE-2018-1000419: Jenkins HipChat Plugin allows attackers with Overall/Read access to obtain credential IDs
6.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.49182%
CWE
-
Published
5/13/2022
Updated
2/2/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jvnet.hudson.plugins:hipchat | maven | < 2.2.1 | 2.2.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers on unauthorized credential ID enumeration in HipChatNotifier. Jenkins plugins typically implement credential selection through doFill[...]Items methods that populate dropdown lists. The advisory specifically mentions HipChatNotifier.java as the vulnerable component, and the pattern of adding permission checks (Jenkins.ADMINISTER) in the patched version indicates these methods were previously missing authorization controls. The descriptorImpl inner class would contain the configuration endpoints vulnerable to this authorization bypass.