Cyber Resilience

CVE-2025-22630

CriticalRCE

Published: 14 February 2025

Published
14 February 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 9.9 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0060 69.8th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-22630 is a critical-severity Command Injection (CWE-77) vulnerability. Its CVSS base score is 9.9 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 30.2% 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

The vulnerability is an OS command injection flaw, tracked as CVE-2025-22630 and assigned CWE-77, that affects the Widget Options WordPress plugin in all versions through 4.1.0. The issue stems from improper neutralization of special elements in commands, allowing an attacker to inject and execute arbitrary operating-system commands. It carries a CVSS 3.1 score of 9.9, reflecting network attack vector, low complexity, low required privileges, and changed scope with high impact on confidentiality, integrity, and availability.

An authenticated attacker with low privileges can exploit the flaw over the network to achieve arbitrary code execution on the underlying server. Successful exploitation grants the ability to run operating-system commands, potentially leading to full system compromise within the affected WordPress installation.

The single reference advisory from Patchstack explicitly labels the issue as an arbitrary-code-execution vulnerability in the Widget Options plugin at version 4.1.0. The EPSS score rose from a low baseline to a recorded peak of 0.0121, indicating emerging exploitation interest after disclosure.

EU & UK References

Vulnerability details

Improper Neutralization of Special Elements used in a Command ('Command Injection') vulnerability in Marketing Fire Widget Options widget-options allows OS Command Injection.This issue affects Widget Options: from n/a through <= 4.1.0.

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?

OS command injection in public-facing WordPress plugin enables exploitation of public-facing applications (T1190) for arbitrary code execution and use of command/scripting interpreters (T1059) on the server.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-67397Shared CWE-77
CVE-2024-55030Shared CWE-77
CVE-2025-24818Shared CWE-77
CVE-2025-9223Shared CWE-77
CVE-2026-8431Shared CWE-77
CVE-2026-44869Shared CWE-77
CVE-2025-70093Shared CWE-77
CVE-2025-0593Shared CWE-77
CVE-2026-34259Shared CWE-77
CVE-2026-44866Shared CWE-77

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely remediation of the known command injection flaw in the Widget Options WordPress plugin through patching, directly eliminating the vulnerability.

prevent

Mandates validation and sanitization of all inputs to prevent improper neutralization of special elements leading to OS command injection.

prevent

Enforces least privilege for low-privilege WordPress users and web server processes, limiting the impact of successful command injection exploitation.

References