CVE-2023-50769:
Jenkins Nexus Platform Plugin missing permission check
4.2
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.16017%
CWE
Published
12/13/2023
Updated
12/18/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/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.sonatype.nexus.ci:nexus-jenkins-plugin | maven | < 3.18.1-01 | 3.18.1-01 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from form validation methods that lacked both permission checks (requiring only Overall/Read instead of ADMINISTER) and CSRF protections (allowing GET requests). The GitHub commit explicitly adds @POST
annotations and Jenkins.ADMINISTER
checks to these specific methods across multiple configuration classes, confirming they were the vulnerable endpoints. The direct correlation between the patch and these functions' security improvements provides high confidence in identification.