CVE-2024-10800 HIGH

CVE-2024-10800: WordPress User Extra Fields <= 16.6 - Missing Authorization to Authenticated (Subscriber+) Privilege Escalation

Vendor Vanquish
Product WordPress User Extra Fields
Weakness CWE-862 · Missing authorization
Published November 13, 2024
Last update April 8, 2026

CVSS base score

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

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/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 privilege escalation due to a missing capability check on the ajax_save_fields() function in all versions up to, and including, 16.6. This makes it possible for authenticated attackers, with subscriber-level access and above, to add custom fields that can be updated and then use the check_and_overwrite_wp_or_woocommerce_fields function to update the wp_capabilities field to have administrator privileges.

Explanation of Vulnerability in Simple Terms

02Summary

The WordPress User Extra Fields plugin through version 16.6 fails to properly check user permissions before allowing access to sensitive user data and functions. A logged-in user with low privileges can read, modify, or delete other users' custom field data without authorization. This affects all user roles and can expose private information or allow unauthorized account modifications.

What an attacker can do

03Attacker Capabilities

Read, modify, or delete other users' custom field data without permission.

Potential impact on your site

04Site Impact

Private user data exposed; unauthorized changes to user profiles; potential account compromise or data loss.

Conditions required to exploit

05Prerequisites

Attacker must be logged in to WordPress with a low-privilege account (e.g., subscriber or contributor).

Key dates

06Disclosure timeline

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

Related vulnerabilities

08Related CVE