Cyber Resilience

CVE-2024-50450

High

Published: 28 October 2024

Published
28 October 2024
Modified
23 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.5250 98.0th percentile
Risk Priority 46 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-50450 is a high-severity Code Injection (CWE-94) vulnerability in Pluginus Wordpress Meta Data And Taxonomies Filter. Its CVSS base score is 7.3 (High).

Operationally, ranked in the top 2.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2024-50450 is a code injection vulnerability, tracked as CWE-94, that affects the MDTF (Meta Data and Taxonomies Filter) WordPress plugin by RealMag777. The flaw stems from improper control of code generation and impacts all versions through 1.3.3.4, carrying a CVSS 3.1 base score of 7.3.

An unauthenticated attacker with network access can supply crafted input that results in injected code execution. Successful exploitation yields limited impacts to confidentiality, integrity, and availability on the affected site without requiring user interaction or elevated privileges.

The primary advisory reference is the Patchstack vulnerability database entry for this issue, which documents the affected plugin versions and associated bypass behavior. The EPSS score has reached a peak of 0.5407 with a current value of 0.5250, indicating sustained exploitation interest following disclosure.

EU & UK References

Vulnerability details

Improper Control of Generation of Code ('Code Injection') vulnerability in RealMag777 MDTF wp-meta-data-filter-and-taxonomy-filter allows Code Injection.This issue affects MDTF: from n/a through <= 1.3.3.4.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

pluginus
wordpress meta data and taxonomies filter
≤ 1.3.3.5

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.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

References