CVE-2020-28088:
Jeecg-Boot CMS arbitrary file upload vulnerability
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.90134%
CWE
Published
5/24/2022
Updated
8/23/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:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jeecgframework.boot:jeecg-boot-parent | maven | <= 2.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
- The vulnerability is explicitly tied to the /jeecg-boot/sys/common/upload endpoint
- In Spring Boot applications, URL mappings typically correspond to controller methods
- The CWE-434 classification indicates improper file validation during upload operations
- Standard Java package conventions suggest the controller would be in org.jeecg.modules.system.controller
- The lack of patch information requires inference, but the endpoint specificity strongly indicates the associated controller method is vulnerable