CVE-2025-5956
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-04

Last updated on: 2025-08-13

Assigner: Wordfence

Description
The WP Human Resource Management plugin for WordPress is vulnerable to Arbitrary User Deletion due to a missing authorization within the ajax_delete_employee() function in versions 2.0.0 through 2.2.17. The plugin’s deletion handler reads the client-supplied $_POST['delete'] array and passes each ID directly to wp_delete_user() without verifying that the caller has the delete_users capability or limiting which user IDs may be removed. This makes it possible for authenticated attackers, with Employee-level access and above, to delete arbitrary accounts, including administrators.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-04
Last Modified
2025-08-13
Generated
2026-05-07
AI Q&A
2025-07-04
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
mishubd wp_human_resource_management From 2.0.0 (inc) to 2.2.17 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

The vulnerability in the WP Human Resource Management plugin for WordPress allows authenticated users with Employee-level access or higher to delete arbitrary user accounts, including administrators. This happens because the ajax_delete_employee() function does not properly check if the user has permission to delete users before passing user IDs from a client-supplied array directly to the wp_delete_user() function. As a result, attackers can delete any user account without proper authorization.


How can this vulnerability impact me? :

This vulnerability can lead to unauthorized deletion of user accounts, including administrator accounts, by attackers with limited access. This could disrupt the management of the WordPress site, cause loss of important user data, and potentially lock out legitimate administrators, impacting site availability and control.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include disabling or uninstalling the WP Human Resource Management plugin version 2.0.0 through 2.2.17 until a secure update is released, restricting access to users with Employee-level access or higher, and monitoring user deletion activities closely. Since the plugin has been temporarily closed pending a security review, avoid using it in production environments. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart