Cyber Resilience

CVE-2024-11150

Critical

Published: 13 November 2024

Published
13 November 2024
Modified
19 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.3000 96.8th percentile
Risk Priority 38 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-11150 is a critical-severity Path Traversal (CWE-22) vulnerability in Vanquish User Extra Fields. Its CVSS base score is 9.8 (Critical).

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

Deeper analysis

The WordPress User Extra Fields plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete_tmp_uploaded_file() function. This affects all versions up to and including 16.6 and is tracked as CWE-22 with a CVSS 3.1 score of 9.8.

Unauthenticated attackers can exploit the flaw over the network to delete arbitrary files on the server. Successful exploitation can readily result in remote code execution, for example by removing wp-config.php or other critical files.

The EPSS score stands at 0.3 with no material increase from a lower baseline. Public references point to the vendor page on Codecanyon and a detailed entry from Wordfence for further technical context.

EU & UK References

Vulnerability details

The WordPress User Extra Fields plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete_tmp_uploaded_file() function in all versions up to, and including, 16.6. This makes it possible for unauthenticated attackers to…

more

delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).

CWE(s)

Related Threats

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

Affected Assets

vanquish
user extra fields
≤ 16.7

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-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References