CVE-2026-30281
Published: 31 March 2026
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 31.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).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires validation of file import inputs to prevent malicious paths or contents from overwriting critical internal files.
Mandates timely remediation of identified vulnerabilities like CVE-2026-30281 through patching the flawed file import process.
Restricts access and changes to critical system files, blocking unauthorized overwrites via the import mechanism.
MITRE ATT&CK Enterprise TechniquesAI
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).
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)