CVE-2024-34146: Jenkins Git server Plugin does not perform a permission check
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.26985%
CWE
Published
5/2/2024
Updated
7/3/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jenkins-ci.plugins:git-server | maven | < 117.veb | 117.veb |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing permission checks in SSH Git operations. The primary vulnerable function would be the SSH command handler (SshCommandFactory.createCommand) that processes incoming requests without security validation. The Repository.serveCommand is included as it's the likely execution point for Git operations that required added permission checks. These conclusions are based on Jenkins plugin architecture patterns and the advisory's description of the security fix adding permission requirements at the SSH access layer.