CVE-2025-10589
Published: 17 September 2025
Summary
CVE-2025-10589 is a high-severity OS Command Injection (CWE-78) vulnerability in Org (inferred from references). Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Unix Shell (T1059.004); ranked in the top 48.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents OS command injection by implementing input validation mechanisms to sanitize untrusted inputs before processing.
Remediates the specific OS command injection flaw through timely patching and correction as per vendor advisories.
Limits the impact of successful command injection by enforcing least privilege on the affected server processes.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection directly enables arbitrary Unix shell command execution (T1059.004) by authenticated low-privileged users; high impact on C/I/A indicates resulting privilege escalation (T1068).
NVD Description
The N-Reporter, N-Cloud, and N-Probe developed by N-Partner has an OS Command Injection vulnerability, allowing authenticated remote attackers to inject arbitrary OS commands and execute them on the server.
Deeper analysisAI
CVE-2025-10589 is an OS command injection vulnerability (CWE-78) affecting the N-Reporter, N-Cloud, and N-Probe products developed by N-Partner. The flaw enables authenticated remote attackers to inject and execute arbitrary operating system commands on the affected server. It has 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 on confidentiality, integrity, and availability.
An authenticated attacker with low privileges can exploit this vulnerability remotely over the network without user interaction. Successful exploitation allows full execution of arbitrary OS commands on the server, potentially leading to complete system compromise, data exfiltration, modification of critical files, or denial of service.
Mitigation details are available in advisories from TWCERT/CC, including English and Traditional Chinese versions at https://www.twcert.org.tw/en/cp-139-10387-b8a4e-2.html and https://www.twcert.org.tw/tw/cp-132-10386-231ae-1.html. Security practitioners should consult these for vendor-recommended patches or workarounds.
Details
- CWE(s)