Path Traversal in Thermofisher Torrent Suite Software
CVE-2025-54307
An issue was discovered in the Thermo Fisher Torrent Suite Django application 5.18.1. The /configure/plugins/plugin/upload/zip/ and /configure/newupdates/offline/bundle/upload/ endpoints allow low-privilege users to upload ZIP files to the server. The plupload_file_upload function handles these file uploads and constructs the destination file path by using either the name parameter or the uploaded filename, neither of which is properly sanitized. The file extension is extracted by splitting the filename, and a format string is used to construct the final file path, leaving the destination path vulnerable to path traversal. An authenticated attacker with network connectivity can write arbitrary files to the server, enabling remote code execution after overwriting an executable file. An example is the pdflatex executable, which is executed through subprocess.Popen in the write_report_pdf function after requests to a /report/latex/(\d+).pdf endpoint.
Vulnerability class: Path Traversal (Directory Traversal)
EPSS: 0.007 (48.6th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 8.8 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Thermofisher Torrent_suite_software — versions 5.18.1
- N/a — versions n/a
Weakness classification (CWE)
References
- cve@mitre.org (Product)
- cve@mitre.org (Product, Release Notes)
- cve@mitre.org (Vendor Advisory)
Frequently asked questions
- What is CVE-2025-54307?
- CVE-2025-54307 is a high-severity vulnerability in Thermofisher Torrent Suite Software, classified under Path Traversal. CVSS score: 8.8/10. Published 2025-12-04.
- How severe is CVE-2025-54307?
- High severity. CVSS v3 base score is 8.8 out of 10.