CVE-2025-30911
Published: 01 April 2025
Summary
CVE-2025-30911 is a critical-severity Code Injection (CWE-94) vulnerability. Its CVSS base score is 9.9 (Critical).
Operationally, ranked in the top 43.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2025-30911 is a code injection vulnerability (CWE-94) in the Rometheme RTMKit plugin (rometheme-for-elementor) for WordPress, affecting all versions through 1.5.4. The flaw permits command injection and carries a CVSS 3.1 score of 9.9, reflecting network-accessible exploitation with low attack complexity, low privileges, and changed scope that can fully compromise confidentiality, integrity, and availability.
An authenticated attacker with low privileges can supply crafted input that results in arbitrary plugin installation and activation, ultimately achieving remote code execution on the affected WordPress site. The vulnerability is exploitable remotely without user interaction once an account with plugin-management rights is obtained.
The Patchstack advisory frames the issue as an arbitrary plugin installation and activation path leading to RCE and lists the affected plugin versions, directing administrators to apply vendor updates once released.
EPSS for the CVE rose from a low baseline to a peak of 0.0174 on 2026-03-03 before receding to the current value of 0.0034, indicating a temporary increase in exploitation interest after public disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-9078
Vulnerability details
Improper Control of Generation of Code ('Code Injection') vulnerability in Rometheme RTMKit rometheme-for-elementor allows Command Injection.This issue affects RTMKit: from n/a through <= 1.5.4.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.
Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.
Validates inputs used in dynamic code generation to block injected directives.
Directly prevents execution of attacker-supplied code written into data memory regions.