CVE-2024-13984
BaseFortify
Publication date: 2025-08-27
Last updated on: 2025-08-29
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| qianxin | rptsvr | * |
| qianxin | tianqing_management_center | * |
| qianxin | tianqing_management_center | 6.7.0.4130 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-73 | The product allows user input to control or influence paths or file names that are used in filesystem operations. |
| 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 is a path traversal flaw in the rptsvr component of QiAnXin TianQing Management Center (up to version 6.7.0.4130). It allows unauthenticated attackers to upload files to arbitrary locations on the server by exploiting the /rptsvr/upload endpoint, which does not properly sanitize the filename parameter in multipart form-data requests. This can enable attackers to place executable files in web-accessible directories, potentially leading to remote code execution.
How can this vulnerability impact me? :
The vulnerability can allow attackers to upload malicious executable files to the server without authentication. This can lead to remote code execution, compromising the server, potentially allowing attackers to take control of the system, steal data, disrupt services, or use the server as a foothold for further attacks.