All intelligence
// vulnerability record
live · NVDCVE-2024-11284
CRITICALpublished 2025-03-14 05:15 UTC · 1 year ago · modified 2026-06-17 06:57 UTC
9.8
CVSS / 10
// description
The WP JobHunt plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 6.9. This is due to the plugin not properly validating a user's identity prior to updating their password through the account_settings_save_callback() function. This makes it possible for unauthenticated attackers to change arbitrary user's passwords, including administrators, and leverage that to gain access to their account.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-639