CVE-2018-1000147:
Jenkins Perforce Plugin exposure of sensitive information vulnerability exists
6.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.53668%
CWE
Published
5/14/2022
Updated
1/9/2024
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:perforce | maven | <= 1.3.36 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from custom credential encryption in PerforcePasswordEncryptor.java
using DES with a static key. Both encryption and decryption functions
are vulnerable because: 1) DES is cryptographically weak, 2) The encryption key is hard-coded in the plugin's source (CWE-200), 3) Jenkins' permission system couldn't protect these credentials as the encryption wasn't considered a true secret. The advisory explicitly states this implementation allows unauthorized password retrieval through these functions
.