CVE-2024-9518 – UserPlus <= 2.0 - Unauthenticated Privilege Escalation
https://notcve.org/view.php?id=CVE-2024-9518
09 Oct 2024 — The UserPlus plugin for WordPress is vulnerable to privilege escalation in versions up to, and including, 2.0 due to insufficient restriction on the 'form_actions' and 'userplus_update_user_profile' functions. This makes it possible for unauthenticated attackers to specify their user role by supplying the 'role' parameter during a registration. • https://plugins.trac.wordpress.org/browser/userplus/trunk/functions/user-functions.php?rev=1604604#L47 • CWE-269: Improper Privilege Management •
CVE-2024-9519 – UserPlus <= 2.0 - Authenticated (Editor+) Registration Form Update to Privilege Escalation
https://notcve.org/view.php?id=CVE-2024-9519
09 Oct 2024 — The UserPlus plugin for WordPress is vulnerable to unauthorized modification of data due to an improper capability check on the 'save_metabox_form' function in versions up to, and including, 2.0. This makes it possible for authenticated attackers, with editor-level permissions or above, to update the registration form role to administrator, which leads to privilege escalation. • https://plugins.trac.wordpress.org/browser/userplus/trunk/admin/admin-post-metaboxes.php?rev=1627771#L62 • CWE-266: Incorrect Privilege Assignment •
CVE-2024-9520 – UserPlus <= 2.0 - Missing Authorization via Multiple Functions
https://notcve.org/view.php?id=CVE-2024-9520
09 Oct 2024 — The UserPlus plugin for WordPress is vulnerable to unauthorized access, modification, and loss of data due to a missing capability check on multiple functions in all versions up to, and including, 2.0. This makes it possible for authenticated attackers with subscriber-level permissions or above, to add, modify, or delete user meta and plugin options. • https://plugins.trac.wordpress.org/browser/userplus/trunk/admin/admin-ajax.php?rev=1627771#L186 • CWE-862: Missing Authorization •