CVE-2017-2652:
Missing permission checks in Jenkins Distributed Fork Plugin
8.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.4344%
CWE
Published
5/13/2022
Updated
1/30/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:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:distfork | maven | <= 1.5.0 | 1.6.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing Computer.BUILD
permission checks in the CLI command handler. The dist-fork command execution entry point (DistForkCommand.execute
) would appear in runtime profiles during exploitation as it's the method that processes and executes arbitrary commands. The security advisory explicitly states the missing permission check was addressed in 1.6.0
by adding Computer.BUILD
verification, confirming this as the vulnerable entry point.