CVE-2026-3477
Last modified
CVE-2026-3477 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. The PZ Frontend Manager plugin for WordPress is vulnerable to Missing Authorization in all versions up to and including 1.0.6. The pzfm_user_request_action_callback() function, registered via the wp_ajax_pzfm_user_request_action action hook, lacks both capability checks and nonce verification. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
The PZ Frontend Manager plugin for WordPress is vulnerable to Missing Authorization in all versions up to and including 1.0.6. The pzfm_user_request_action_callback() function, registered via the wp_ajax_pzfm_user_request_action action hook, lacks both capability checks and nonce verification. This function handles user activation, deactivation, and deletion operations. When the 'dataType' parameter is set to 'delete', the function calls wp_delete_user() on all provided user IDs without verifying that the current user has the appropriate permissions. Notably, the similar pzfm_remove_item_callback() function does check pzfm_can_delete_user() before performing deletions, indicating this was an oversight. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary WordPress users (including administrators) by sending a crafted request to the AJAX endpoint.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-3477?
How severe is CVE-2026-3477?
How do I fix CVE-2026-3477?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-34764Electron is a framework for writing cross-platform desktop a…5.5
- CVE-2026-34765Electron is a framework for writing cross-platform desktop a…8.8
- CVE-2026-34766Electron is a framework for writing cross-platform desktop a…5.4
- CVE-2026-34767Electron is a framework for writing cross-platform desktop a…6.5
- CVE-2026-34768Electron is a framework for writing cross-platform desktop a…7.8
- CVE-2026-34769Electron is a framework for writing cross-platform desktop a…8.8
- CVE-2026-34770Electron is a framework for writing cross-platform desktop a…8.8
- CVE-2026-34771Electron is a framework for writing cross-platform desktop a…8.8
- CVE-2026-34772Electron is a framework for writing cross-platform desktop a…8.8
- CVE-2026-34773Electron is a framework for writing cross-platform desktop a…7.5
- CVE-2026-34774Electron is a framework for writing cross-platform desktop a…8.1
- CVE-2026-34775Electron is a framework for writing cross-platform desktop a…9.8
Are you affected by CVE-2026-3477?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
