Cyber Resilience

CVE-2026-30281

CriticalPublic PoC

Published: 31 March 2026

Published
31 March 2026
Modified
06 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.0069 48.0th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-30281 is a critical-severity External Control of File Name or Path (CWE-73) vulnerability in Maru Neo.Maru. 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 48.0th percentile by exploit likelihood (below the median); 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 CM-5 (Access Restrictions for Change) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-30281 is an arbitrary file overwrite vulnerability (CWE-73) affecting MaruNuri LLC version 2.0.23. The flaw occurs in the file import process, enabling attackers to overwrite critical internal files. This can result in arbitrary code execution or information exposure, as indicated by the high CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). The vulnerability was published on 2026-03-31.

Remote, unauthenticated attackers can exploit this vulnerability over the network with low complexity and no user interaction required. By manipulating the file import mechanism, they can target and overwrite essential system files, achieving full control over the application. Potential outcomes include executing arbitrary code with the application's privileges or exposing sensitive data stored internally.

Mitigation details are referenced in advisories such as the GitHub issue at https://github.com/Secsys-FDU/AF_CVEs/issues/21, the vendor site at https://maru.xyz/, the Google Play Store listing at https://play.google.com/store/apps/details?id=neo.maru, and the Fudan University security page at https://secsys.fudan.edu.cn/. Security practitioners should consult these sources for patches or workarounds, as no specific remediation steps are detailed in the CVE description.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

An arbitrary file overwrite vulnerability in MaruNuri LLC v2.0.23 allows attackers to overwrite critical internal files via the file import process, leading to arbitrary code execution or information exposure.

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 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Remote unauthenticated arbitrary file overwrite in network-accessible file import directly enables T1190 (Exploit Public-Facing Application) for initial access and leads to arbitrary code execution via T1059 (Command and Scripting Interpreter).

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

CVEs Like This One

CVE-2026-30276Shared CWE-73
CVE-2025-65473Shared CWE-73
CVE-2025-10134Shared CWE-73
CVE-2026-40370Shared CWE-73
CVE-2026-25573Shared CWE-73
CVE-2025-65115Shared CWE-73
CVE-2024-12267Shared CWE-73
CVE-2025-9048Shared CWE-73
CVE-2025-66254Shared CWE-73
CVE-2026-26360Shared CWE-73

Affected Assets

maru
neo.maru
2.0.23

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of file import inputs to prevent malicious paths or contents from overwriting critical internal files.

prevent

Mandates timely remediation of identified vulnerabilities like CVE-2026-30281 through patching the flawed file import process.

prevent

Restricts access and changes to critical system files, blocking unauthorized overwrites via the import mechanism.

References