CVE-2026-12417
Last modified
CVE-2026-12417 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. The SignUp & SignIn plugin for WordPress is vulnerable to Authentication Bypass via Weak Password Reset Validation leading to Account Takeover in versions up to, and including, 1.0.0. This is due to the `pravel_change_password()` AJAX handler — registered via `wp_ajax_nopriv_pravel_change_password` and therefore accessible to unauthenticated users — performing no nonce verification, no capability check, and only a loose equality check between an attacker-supplied `reset_activation_code` POST parameter and the target user's `forgot_email` user meta value; when a user has never initiated a password reset, `get_user_meta()` returns an empty string that trivially satisfies this check against an omitted or empty attacker-supplied code. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
The SignUp & SignIn plugin for WordPress is vulnerable to Authentication Bypass via Weak Password Reset Validation leading to Account Takeover in versions up to, and including, 1.0.0. This is due to the `pravel_change_password()` AJAX handler — registered via `wp_ajax_nopriv_pravel_change_password` and therefore accessible to unauthenticated users — performing no nonce verification, no capability check, and only a loose equality check between an attacker-supplied `reset_activation_code` POST parameter and the target user's `forgot_email` user meta value; when a user has never initiated a password reset, `get_user_meta()` returns an empty string that trivially satisfies this check against an omitted or empty attacker-supplied code. This makes it possible for unauthenticated attackers to change the password of any WordPress user, including administrators, by sending a crafted POST request to `admin-ajax.php` with `action=pravel_change_password`, `reset_user_id` set to the target account's user ID, and `new_password_custom` set to an attacker-chosen password. Successful exploitation allows the attacker to authenticate with the newly set password and fully take over the targeted account, achieving administrator-level privilege escalation on the affected site.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-12417?
How severe is CVE-2026-12417?
How do I fix CVE-2026-12417?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-12410Link following vulnerability in the Uninstaller component in…7.8
- CVE-2026-12411Broken Access Control in the devLXDInstancePatchHandler comp…9.6
- CVE-2026-12412Rejected reason: loading template...
- CVE-2026-12413An invalidly formatted IKEv2 fragment causes the Libreswan p…7.5
- CVE-2026-12415The Invoice Generator plugin for WordPress is vulnerable to …9.8
- CVE-2026-12416The Invoice Generator plugin for WordPress is vulnerable to …9.8
- CVE-2026-12418The User Frontend: AI Powered Frontend Posting, User Directo…5.3
- CVE-2026-12421The ARforms plugin for WordPress is vulnerable to Stored Cro…7.2
- CVE-2026-12425Improper Neutralization of Input During Web Page Generation …6.1
- CVE-2026-12426The Members – Membership & User Role Editor Plugin plugin fo…5.3
- CVE-2026-12428The Blocks for ACF Fields plugin for WordPress is vulnerable…6.5
- CVE-2026-1243IBM Content Navigator 3.0.15, 3.1.0, and 3.2.0 is vulnerable…5.4
Are you affected by CVE-2026-12417?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
