CVE-2018-1999038: Jenkins Publisher Over CIFS Plugin confused deputy vulnerability
4.2
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.07093%
CWE
Published
5/14/2022
Updated
12/18/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:publish-over-cifs | maven | <= 0.10 | 0.11 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows security fixes were applied to the doTestConnection
method: 1) Added @POST verb restriction 2) Added Administer permission check. The vulnerability description explicitly states this method was vulnerable due to missing these protections. The function's purpose (testing CIFS connections) directly matches the attack scenario described in CVE-2018-1999038
.