CVE-2020-24922: xuxueli xxl-job Cross-Site Request Forgery Vulnerability
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.79191%
CWE
Published
8/11/2023
Updated
11/10/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| com.xuxueli:xxl-job | maven | <= 2.2.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
- The vulnerability explicitly references the '/user/add' endpoint in both CVE and GHSA descriptions.
- The provided PoC demonstrates CSRF exploitation through a crafted HTML form targeting this endpoint.
- In Spring MVC architectures typical of Java web apps, this would map to a controller method handling POST requests.
- The absence of CSRF protection mechanisms (like token validation) in this endpoint's implementation matches the vulnerability description of unauthenticated privilege escalation via forged requests.