CVE-2025-54307
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-16
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| thermofisher | torrent_suite_software | 5.18.1 |
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 the Thermo Fisher Torrent Suite Django application 5.18.1, where certain endpoints allow low-privilege users to upload ZIP files without proper sanitization of the filename. The application uses the filename or a name parameter to construct the destination file path, but does not properly sanitize these inputs, leading to a path traversal vulnerability. This allows an authenticated attacker to write arbitrary files to the server, potentially overwriting executable files and enabling remote code execution.
How can this vulnerability impact me? :
An attacker who is authenticated and has network access can exploit this vulnerability to upload malicious files to the server, overwrite critical executable files, and execute arbitrary code remotely. This can lead to full compromise of the server, unauthorized access to sensitive data, disruption of services, and potential further attacks within the network.