CVE-2025-13284
Published: 17 November 2025
Description
ThinPLUS developed by ThinPLUS has an OS Command Injection vulnerability, allowing unauthenticated remote attackers to inject arbitrary OS commands and execute them on the server.
Mitigating Controls (NIST 800-53 r5)AI
Directly remediates the OS command injection vulnerability in ThinPLUS by identifying, reporting, and correcting the specific flaw through patching.
Prevents OS command injection by validating all user inputs to ensure they do not contain arbitrary commands before processing.
Mitigates command injection by restricting inputs to safe formats, lengths, and character sets that block shell metacharacters and payloads.
Security SummaryAI
CVE-2025-13284 is an OS command injection vulnerability (CWE-78) in ThinPLUS software developed by ThinPLUS. Published on 2025-11-17, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its potential for high impact on confidentiality, integrity, and availability. The flaw allows unauthenticated remote attackers to inject and execute arbitrary operating system commands on the affected server.
Unauthenticated attackers with network access can exploit this vulnerability with low complexity and no user interaction required. Successful exploitation enables full remote code execution on the server, potentially granting attackers complete control over the system, including data exfiltration, modification, or disruption of services.
Advisories from the Taiwan CERT Coordination Center (TWCERT/CC) detail the vulnerability at https://www.twcert.org.tw/en/cp-139-10513-0d82b-2.html and https://www.twcert.org.tw/tw/cp-132-10512-e196b-1.html, providing guidance for practitioners on identification and response.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE enables unauthenticated remote exploitation of a public-facing application (T1190) via OS command injection, directly facilitating arbitrary command execution through command interpreters (T1059).