CVE-2025-69612
BaseFortify
Publication date: 2026-01-22
Last updated on: 2026-02-03
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| tmsglobalsoft | tms_management_console | to 6.3.7.27386.20250818 (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 is a path traversal issue in the TMS Management Console version 6.3.7.27386.20250818. Specifically, the "Download Template" function in the profile dashboard does not properly neutralize directory traversal sequences (../) in the filePath parameter. This allows authenticated users to read arbitrary files on the server, such as the Web.config file. [1]
How can this vulnerability impact me? :
The vulnerability allows authenticated users to read arbitrary files on the server, which can lead to exposure of sensitive configuration files like Web.config. This could result in unauthorized access to sensitive information, potentially compromising the security of the system and its data. [1]