Cyber Resilience

CVE-2024-42733

CriticalPublic PoCRCE

Published: 07 March 2025

Published
07 March 2025
Modified
23 June 2025
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.0354 87.9th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-42733 is a critical-severity Code Injection (CWE-94) vulnerability in Docmosis Tornado. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 12.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

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-2024-42733 is a remote code execution vulnerability affecting Docmosis Tornado version 2.9.7 and earlier. The flaw, tracked under CWE-94, permits arbitrary code execution when an attacker supplies a crafted script through the UNC path input field. It carries a CVSS 3.1 base score of 9.8, reflecting network-accessible exploitation with no required authentication or user interaction.

A remote attacker can send a malicious UNC path value to the affected Tornado instance and achieve full arbitrary code execution on the server, resulting in complete compromise of confidentiality, integrity, and availability.

Public references consist of a GitHub issue in the tornado-docker repository and a proof-of-concept repository entry; neither source details official patches or mitigation steps beyond the version constraint noted in the CVE description.

EPSS for the vulnerability rose from lower values to a peak of 0.0693 on 2026-04-17 before receding to the current score of 0.0354, indicating a period of increased exploitation interest after disclosure.

EU & UK References

Vulnerability details

An issue in Docmosis Tornado v.2.9.7 and before allows a remote attacker to execute arbitrary code via a crafted script to the UNC path input

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.
Why these techniques?

The vulnerability is a remote code injection (CWE-94) in a public-facing Docmosis Tornado server allowing unauthenticated arbitrary code execution over the network, directly mapping to exploitation of public-facing applications for initial access and execution.

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

CVEs Like This One

CVE-2025-13773Shared CWE-94
CVE-2025-50692Shared CWE-94
CVE-2026-30643Shared CWE-94
CVE-2026-30460Shared CWE-94
CVE-2025-71243Shared CWE-94
CVE-2026-44262Shared CWE-94
CVE-2024-13792Shared CWE-94
CVE-2020-37052Shared CWE-94
CVE-2026-42555Shared CWE-94
CVE-2025-65037Shared CWE-94

Affected Assets

docmosis
tornado
≤ 2.9.7

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2024-42733 by requiring timely flaw remediation and patching of the vulnerable Docmosis Tornado software to eliminate the code injection vulnerability.

prevent

Prevents arbitrary code execution by enforcing validation of UNC path inputs to reject crafted malicious scripts.

preventdetect

Identifies and remediates the specific vulnerability in Docmosis Tornado versions 2.9.7 and earlier through regular scanning and patching processes.

References