CVE-2025-8729
BaseFortify
Publication date: 2025-08-08
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 |
|---|---|---|
| migoxlab | lmeterx | 1.2.0 |
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 MigoXLab LMeterX version 1.2.0, specifically in the function process_cert_files within the backend/service/upload_service.py file. It involves manipulation of the argument task_id, which leads to a path traversal vulnerability. This means an attacker can remotely exploit this flaw to access or manipulate files and directories outside the intended scope by crafting malicious input for task_id.
How can this vulnerability impact me? :
The vulnerability can be exploited remotely to perform path traversal attacks, potentially allowing an attacker to access, modify, or delete files on the affected system that they should not have access to. This can lead to unauthorized information disclosure, data tampering, or disruption of service.
What immediate steps should I take to mitigate this vulnerability?
It is recommended to apply the patch identified by commit f1b00597e293d09452aabd4fa57f3185207350e8 to fix this issue.