Cyber Resilience

CVE-2024-11816

High

Published: 08 January 2025

Published
08 January 2025
Modified
17 January 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.1803 95.3th percentile
Risk Priority 28 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-11816 is a high-severity Missing Authorization (CWE-862) vulnerability in Wpextended Ultimate Wordpress Toolkit. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 4.7% 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 AC-3 (Access Enforcement) and AC-6 (Least Privilege).

Deeper analysis

The Ultimate WordPress Toolkit – WP Extended plugin for WordPress version 3.0.11 contains a remote code execution vulnerability stemming from a missing capability check in the wpext_handle_snippet_update function. The flaw is tracked as CWE-862 and carries a CVSS 3.1 score of 8.8.

Authenticated attackers with subscriber-level access or higher can exploit the issue to execute arbitrary code on the server, provided an administrator has previously created at least one code snippet. The attack requires no user interaction and can be performed over the network.

Public references include the plugin source on WordPress Trac, a changeset that addresses the affected code, and a detailed entry from Wordfence that outlines the vulnerability and its prerequisites.

EPSS scores for the CVE stand at a current value of 0.1803 with a recorded peak of 0.1884, indicating moderate and relatively stable exploitation probability since disclosure.

EU & UK References

Vulnerability details

The Ultimate WordPress Toolkit – WP Extended plugin for WordPress is vulnerable to Remote Code Execution in version 3.0.11. This is due to a missing capability check on the 'wpext_handle_snippet_update' function. This makes it possible for authenticated attackers, with Subscriber-level…

more

access and above, to execute code on the server providing an admin has created at least one code snippet.

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?

RCE in public-facing WordPress plugin via missing authz directly maps to T1190; arbitrary code execution enables T1059.

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

CVEs Like This One

CVE-2025-59022Same product class: CMS core
CVE-2025-1971Same product class: CMS core
CVE-2024-11635Same product class: CMS core
CVE-2024-11916Same vendor: Wpextended
CVE-2026-34645Same product class: CMS core
CVE-2026-23899Same product class: CMS core
CVE-2024-8855Same product class: CMS core
CVE-2024-13250Same product class: CMS core
CVE-2026-21309Same product class: CMS core
CVE-2026-21289Same product class: CMS core

Affected Assets

wpextended
ultimate wordpress toolkit
≤ 3.0.12

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for logical access, directly addressing the missing capability check in wpext_handle_snippet_update that enables authenticated low-privilege users to achieve RCE.

prevent

Employs the principle of least privilege to restrict Subscriber-level and higher users from executing privileged snippet update functions leading to arbitrary code execution.

prevent

Requires timely identification, reporting, and correction of flaws like the RCE vulnerability in WP Extended plugin version 3.0.11 through patching or updates.

References