-
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:active-directory | maven | < 2.20 | 2.20 |
The vulnerability stems from HTTP endpoints handling sensitive operations (connection/auth tests) without POST request requirements. The commit patching CVE-2020-2303 specifically adds @RequirePOST annotations to these two methods, indicating they were previously vulnerable to CSRF due to accepting GET requests. Both methods handle Active Directory server interactions and were missing both POST enforcement and proper permission checks (also addressed in the patch). The direct correlation between the vulnerability description and the security-focused commit confirms these as the vulnerable endpoints.
KEV Misses 88% of Exploited CVEs- Get the report