Cyber Resilience

CVE-2025-70039

CriticalRCE

Published: 09 March 2026

Published
09 March 2026
Modified
13 March 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0038 29.7th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-70039 is a critical-severity OS Command Injection (CWE-78) vulnerability in Linagora Twake. Its CVSS base score is 9.8 (Critical).

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

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-70039 is a critical vulnerability, scored at 9.8 under CVSS 3.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), stemming from CWE-78: Improper Neutralization of Special Elements used in an OS Command. It affects Linagora Twake version 2023.Q1.1223, an open-source collaboration platform. The issue enables OS command injection due to inadequate sanitization of user-supplied inputs passed to system commands.

Remote attackers require no authentication, privileges, or user interaction and can exploit the flaw over the network with low attack complexity. Successful exploitation grants high-impact access to confidentiality, integrity, and availability, allowing arbitrary OS command execution on the affected system and potential full compromise of the Twake instance.

Mitigation details are available in vendor resources, including the Linagora GitHub organization at https://github.com/linagora, the Twake repository at https://github.com/linagora/Twake, and a specific advisory gist at https://gist.github.com/zcxlighthouse/62ad88841b308e184220af2f3c19ec38. The CVE was published on 2026-03-09T18:16:15.210.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

An issue pertaining to CWE-78: Improper Neutralization of Special Elements used in an OS Command was discovered in linagora Twake v2023.Q1.1223.

CWE(s)

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.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

OS command injection in public-facing app enables remote unauthenticated arbitrary command execution via Unix shell.

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

CVEs Like This One

CVE-2025-70038Same product: Linagora Twake
CVE-2018-25115Shared CWE-78
CVE-2025-24382Shared CWE-78
CVE-2026-29058Shared CWE-78
CVE-2024-57016Shared CWE-78
CVE-2024-46484Shared CWE-78
CVE-2015-10145Shared CWE-78
CVE-2020-37002Shared CWE-78
CVE-2026-27848Shared CWE-78
CVE-2025-0356Shared CWE-78

Affected Assets

linagora
twake
2023.q1.1223

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses CWE-78 by enforcing validation and sanitization of user-supplied inputs before they are passed to OS commands, preventing command injection exploitation.

prevent

Requires identification, reporting, and correction of the specific flaw in Twake v2023.Q1.1223, enabling patching or mitigation as per vendor advisories.

detect

Vulnerability scanning identifies command injection flaws like CVE-2025-70039 in the Twake platform for subsequent remediation.

References