CVE-2025-63748
8.8QaTraq · QaTraq
QaTraq 6.9.2 allows authenticated users to upload arbitrary executable files via the Test Script module, leading to remote code execution on the server.
Executive summary
A critical remote code execution vulnerability in QaTraq 6.9.2 allows authenticated users to compromise the host server by uploading and executing malicious files.
Vulnerability
The application fails to perform adequate file type validation within the Add Attachment feature of the Test Script module. This allows an authenticated user to upload and subsequently execute arbitrary PHP files on the underlying server.
Business impact
The vulnerability poses a severe risk to organizational infrastructure, as it permits full remote code execution under the context of the web server. With a CVSS score of 8.8, this flaw could lead to complete system compromise, unauthorized data access, and the potential for lateral movement within the network.
Remediation
Immediate Action: Since a specific patch version is not currently identified, users should restrict access to the Test Script module and the Add Attachment feature to only highly trusted administrative accounts until the vendor provides a security update.
Proactive Monitoring: Security teams should audit web server logs for suspicious access requests to the attachment directory and monitor for unusual child processes spawned by the web server service.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to block requests containing file uploads with suspicious extensions like .php, .phtml, or .php5 within the Test Script module path.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the security researcher's write-up referenced by the CVE record.
Analyst recommendation
Given the high CVSS severity and the existence of a public proof-of-concept, this vulnerability warrants immediate attention. Organizations utilizing QaTraq 6.9.2 must prioritize limiting access to the vulnerable module and monitor for vendor releases to remediate the underlying file validation flaw as soon as a patch becomes available.