CVE-2025-7566
BaseFortify
Publication date: 2025-07-14
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jishenghua | jsherp | to 3.5 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in jshERP up to version 3.5 in the function exportExcelByParam located in the file /src/main/java/com/jsh/erp/controller/SystemConfigController.java. It involves manipulation of the argument 'Title' which leads to a path traversal vulnerability. This means an attacker can remotely exploit this flaw to access or manipulate files outside the intended directory structure.
How can this vulnerability impact me? :
The vulnerability can allow a remote attacker to perform path traversal attacks, potentially accessing or modifying sensitive files on the server. This could lead to unauthorized data exposure, data modification, or other malicious activities compromising the integrity and confidentiality of the system.