CVE-2025-26970
Published: 03 March 2025
Summary
CVE-2025-26970 is a critical-severity Code Injection (CWE-94) vulnerability in Arktheme The Ark. Its CVSS base score is 10.0 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 48.5th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-26970 is an Improper Control of Generation of Code ('Code Injection') vulnerability, classified as CWE-94, in the FRESHFACE Ark Theme Core (ark-core) WordPress plugin. This issue affects all versions from n/a through those prior to 1.71.0. Published on 2025-03-03, it carries a CVSS v3.1 base score of 10.0 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H), marking it as critical.
An unauthenticated attacker can exploit this vulnerability remotely over the network with low attack complexity and no user interaction required. Successful exploitation enables code injection, leading to remote code execution (RCE) with high impacts on confidentiality, integrity, and availability, and a changed scope.
The Patchstack advisory details this as an unauthenticated RCE vulnerability specifically in Ark Theme Core plugin version 1.70.0 and earlier versions. Mitigation requires updating to version 1.71.0 or later.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-5624
Vulnerability details
Improper Control of Generation of Code ('Code Injection') vulnerability in FRESHFACE Ark Theme Core ark-core allows Code Injection.This issue affects Ark Theme Core: from n/a through < 1.71.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated remote code injection leading to RCE in a public-facing WordPress plugin directly maps to exploitation of public-facing applications.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates code injection (CWE-94) by requiring validation and sanitization of inputs to the Ark Theme Core plugin.
Ensures timely patching of the specific flaw in Ark Theme Core versions prior to 1.71.0 to prevent unauthenticated RCE.
Provides malicious code protection mechanisms that can block or detect execution of injected code leading to RCE.