Cyber Resilience

CVE-2024-11976

High

Published: 23 January 2026

Published
23 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0014 33.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-11976 is a high-severity Code Injection (CWE-94) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 33.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-2024-11976 is an arbitrary shortcode execution vulnerability in the BuddyPress plugin for WordPress, affecting all versions up to and including 14.3.3. The issue stems from an AJAX action that fails to properly validate a user-supplied value before passing it to the do_shortcode function, enabling execution of arbitrary shortcodes. It is classified under CWE-94 (Improper Control of Generation of Code) with a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).

Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction or privileges required. By sending a crafted request to the affected AJAX endpoint, they can execute arbitrary shortcodes, potentially compromising low levels of confidentiality, integrity, and availability on the targeted WordPress site.

Advisories and plugin repository references indicate mitigation through updating BuddyPress to a version beyond 14.3.3. The vulnerable code is located in bp-templates/bp-nouveau/includes/messages/ajax.php at line 232 in the 14.3.1 tag, with a fix applied in trunk changeset 3259392. Additional details are available on the Wordfence threat intelligence page for this vulnerability ID.

EU & UK References

Vulnerability details

The The BuddyPress plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 14.3.3. This is due to the software allowing users to execute an action that does not properly validate a value before…

more

running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.

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.
Why these techniques?

Direct unauthenticated remote exploitation of a public-facing WordPress plugin via crafted AJAX request to invoke arbitrary shortcodes (CWE-94).

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

CVEs Like This One

CVE-2025-13773Shared CWE-94
CVE-2025-50692Shared CWE-94
CVE-2026-30643Shared CWE-94
CVE-2026-30460Shared CWE-94
CVE-2025-71243Shared CWE-94
CVE-2026-44262Shared CWE-94
CVE-2024-13792Shared CWE-94
CVE-2020-37052Shared CWE-94
CVE-2026-42555Shared CWE-94
CVE-2025-65037Shared CWE-94

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of user-supplied values before they are used in dangerous operations such as do_shortcode, eliminating the root cause of the unauthenticated shortcode execution.

prevent

Mandates timely application of patches that correct the missing input validation in the BuddyPress AJAX handler (fixed after 14.3.3).

prevent

Enforces access-control decisions on the vulnerable AJAX endpoint so that only authenticated and authorized users may invoke the shortcode-execution action.

References