CVE-2020-23811: xxl-job sensitive data exposure
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.54157%
CWE
Published
5/24/2022
Updated
7/18/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
| 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 description explicitly references UserController.java as the source of exposure. In typical Spring MVC implementations, controller methods mapped to endpoints handle data retrieval. The CWE-200 classification indicates unauthorized data exposure, suggesting the controller's list() method (or equivalent) returns user records containing sensitive fields without authentication/authorization checks. The high confidence stems from the direct reference to UserController.java in the advisory and the nature of the exposed data matching common user entity attributes.