-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jenkins-ci.plugins:pam-auth | maven | > 1.4.1, <= 1.5 | 1.5.1 |
| org.jenkins-ci.plugins:pam-auth | maven | <= 1.4 |
The vulnerability stems from a missing permission check in the form validation endpoint doTest. The commit a9d8314 explicitly adds a Jenkins.ADMINISTER permission check to this method, and the advisory states this method was accessible to users with only Overall/Read. The method's purpose (testing PAM configuration) inherently requires accessing sensitive system information, making it the clear attack vector.