CVE-2025-51052
BaseFortify
Publication date: 2025-08-06
Last updated on: 2025-10-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vedo_suite_project | vedo_suite | 2024.17 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-23 | The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." 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 Vedo Suite 2024.17 that allows remote authenticated attackers to read arbitrary files on the filesystem. It occurs because the 'file_get_contents()' function call in the '/api_vedo/template' endpoint does not properly sanitize input, enabling attackers to access files outside the intended directory.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can read sensitive files on the server, potentially exposing confidential information, configuration files, or other data that should be protected. This can lead to information disclosure and compromise of system security.