-
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:fortify | maven | <= 22.1.38 | 22.2.39 |
The vulnerability stems from HTTP endpoints that 1) lacked permission checks (CWE-862) and 2) accepted GET requests (CSRF vector). The commit adds @POST annotations and permission checks (checkAdministerPermission()/Item.CONFIGURE) to numerous methods. The vulnerable functions are those that handled sensitive operations (credential testing, project/version refresh, autocomplete) without these protections. High confidence comes from direct correlation between patched methods and the vulnerability description about missing auth checks + CSRF.
Ongoing coverage of React2Shell