CVE-2025-31721: Jenkins Missing Permission Check
4.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.04705%
CWE
Published
4/2/2025
Updated
4/2/2025
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jenkins-ci.main:jenkins-core | maven | >= 2.500, < 2.504 | 2.504 |
| org.jenkins-ci.main:jenkins-core | maven | < 2.492.3 | 2.492.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The security patch adds a Computer.CONFIGURE permission check in ComputerSet.doCreateItem() that was previously missing. The vulnerable versions allowed agent copying through this endpoint without verifying Configure permission. The method signature is clearly visible in the patch diff modifying the agent copy logic, with the added code throwing AccessDeniedException when unauthorized. This matches the CVE description about missing authorization for secret access during agent copy operations.