CVE-2024-11150 CRITICAL

CVE-2024-11150: WordPress User Extra Fields <= 16.6 - Unauthenticated Arbitrary File Deletion

Vendor Vanquish
Product WordPress User Extra Fields
Weakness CWE-22 · Path traversal
Published November 13, 2024
Last update April 8, 2026

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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 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).

Explanation of Vulnerability in Simple Terms

02Summary

The WordPress User Extra Fields plugin through version 16.6 contains a path traversal vulnerability that allows unauthenticated attackers to read arbitrary files from the server. An attacker can access sensitive files such as configuration files, database credentials, and other protected data without needing to log in or interact with a user. This vulnerability affects all installations of the plugin up to and including version 16.6.

What an attacker can do

03Attacker Capabilities

Read arbitrary files from the server, including configuration files and sensitive data.

Potential impact on your site

04Site Impact

Attackers can access wp-config.php, database credentials, and other sensitive files without authentication.

Conditions required to exploit

05Prerequisites

None. The attacker needs only network access to the WordPress site.

Key dates

06Disclosure timeline

November 13, 2024 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE