Cyber Resilience

CVE-2025-50739

CriticalRCE

Published: 30 October 2025

Published
30 October 2025
Modified
15 April 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.0093 76.6th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-50739 is a critical-severity Code Injection (CWE-94) vulnerability in Omnitools (inferred from references). 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 23.4% 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).

Deeper analysis

CVE-2025-50739 affects iib0011 omni-tools version 0.4.0, enabling remote code execution through unsafe JSON deserialization. This vulnerability, associated with CWE-94 (code injection), was published on 2025-10-30 and carries a CVSS v3.1 base score of 9.8, indicating critical severity due to its network accessibility, low attack complexity, lack of required privileges or user interaction, and high impact on confidentiality, integrity, and availability.

An unauthenticated attacker with network access can exploit this flaw remotely with low complexity and no user interaction, achieving full remote code execution on the affected system. The CVSS vector (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) underscores the ease of exploitation, allowing arbitrary code execution that compromises the entire host.

References include a GitHub repository at https://github.com/fai1424/Vulnerability-Research/tree/main/CVE-2025-50739 detailing the vulnerability research and the omni-tools JSON stringify page at https://omnitools.app/json/stringify, which may provide additional context on the affected component. No specific mitigation or patch details are detailed in the core CVE information.

EU & UK References

Vulnerability details

iib0011 omni-tools v0.4.0 is vulnerable to remote code execution via unsafe JSON deserialization.

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?

CVE-2025-50739 enables unauthenticated remote code execution on a network-accessible public-facing application through unsafe JSON deserialization, directly mapping to T1190: Exploit Public-Facing Application.

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

Omnitools
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-2 requires identifying, reporting, and correcting specific flaws like CVE-2025-50739, directly mitigating the unsafe JSON deserialization vulnerability through patching.

prevent

SI-10 enforces information input validation at entry points, preventing malicious JSON payloads from being deserialized into executable code.

prevent

SI-16 implements memory protections that mitigate remote code execution even if unsafe deserialization occurs.

References