CVE-2025-61189
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-07
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jeecg | jeecg_boot | to 3.8.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-24 | The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "../" sequences that can resolve to a location that is outside of that directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a path traversal issue in Jeecgboot versions 3.8.2 and earlier. It occurs at the /sys/comment/addFile endpoint, allowing attackers to upload files with system-whitelisted extensions to the system directory /opt instead of the intended /opt/upFiles directory. This means attackers can place files in unintended locations on the server.
How can this vulnerability impact me? :
The vulnerability can allow attackers to upload files to sensitive system directories, potentially leading to unauthorized file placement, which may result in system compromise, data manipulation, or further exploitation depending on the uploaded file's nature and server configuration.