Cyber Resilience

CVE-2025-15240

High

Published: 05 January 2026

Published
05 January 2026
Modified
20 January 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0044 34.9th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-15240 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Quantatw Qoca Aim. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 34.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

This vulnerability is AI-related — categorised as Other Platforms; in the Supply Chain and Deployment risk domain.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-9 (Information Input Restrictions).

Deeper analysis

CVE-2025-15240 is an Arbitrary File Upload vulnerability (CWE-434) in the QOCA aim AI Medical Cloud Platform developed by Quanta Computer. Published on 2026-01-05, it enables authenticated remote attackers to upload and execute web shell backdoors, resulting in arbitrary code execution on the server. The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its network accessibility, low attack complexity, and significant impacts across confidentiality, integrity, and availability.

An attacker with low-privilege authenticated access can exploit this flaw remotely over the network without requiring user interaction. By uploading malicious files such as web shells, the attacker achieves arbitrary code execution on the server, potentially leading to full system compromise, data exfiltration, or further lateral movement within the environment.

TWCERT advisories at https://www.twcert.org.tw/en/cp-139-10616-cd942-2.html and https://www.twcert.org.tw/tw/cp-132-10615-157a3-1.html provide details on the vulnerability, including guidance for practitioners on identification and response.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

QOCA aim AI Medical Cloud Platform developed by Quanta Computer has an Arbitrary File Upload vulnerability, allowing authenticated remote attackers to upload and execute web shell backdoors, thereby enabling arbitrary code execution on the server.

CWE(s)

AI Security AnalysisAI

AI Category
Other Platforms
Risk Domain
Supply Chain and Deployment
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: ai

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

CVE enables exploitation of a public-facing web application (T1190) via arbitrary file upload by authenticated users, directly facilitating deployment and execution of web shells (T1505.003) for arbitrary code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-13595Shared CWE-434
CVE-2025-13597Shared CWE-434
CVE-2025-22654Shared CWE-434
CVE-2025-11948Shared CWE-434
CVE-2025-67260Shared CWE-434
CVE-2025-28915Shared CWE-434
CVE-2023-53956Shared CWE-434
CVE-2024-13882Shared CWE-434
CVE-2025-6058Shared CWE-434
CVE-2021-47819Shared CWE-434

Affected Assets

quantatw
qoca aim
≤ 2.7.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires validation of information inputs, directly preventing arbitrary file uploads by checking file content, type, and structure to block web shells.

prevent

SI-9 restricts types, amounts, and characteristics of inputs, preventing upload of executable web shells through file type whitelisting and limits.

preventdetect

SI-3 provides malicious code protection to scan and quarantine uploaded web shells before execution on the server.

References