Cyber Resilience

CVE-2023-2449

Userproplugin Userpro ≤ 5.1.1

Public PoC
Published
22 November 2023
Modified
08 April 2026
Patch / advisory
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0090 57th percentile
Risk Priority 73 floored blend · peak EPSS

Summary

CVE-2023-2449 is a critical-severity Unverified Password Change (CWE-620) vulnerability in Userproplugin Userpro. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Account Manipulation (T1098); ranked in the top 43% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The UserPro plugin for WordPress is vulnerable to unauthorized password resets in versions up to, and including 5.1.1. This is due to the plugin using native password reset functionality, with insufficient validation on the password reset function (userpro_process_form). The function…

more

uses the plaintext value of a password reset key instead of a hashed value which means it can easily be retrieved and subsequently used. An attacker can leverage CVE-2023-2448 and CVE-2023-2446, or another vulnerability like SQL Injection in another plugin or theme installed on the site to successfully exploit this vulnerability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1098 Account Manipulation Persistence
Adversaries may manipulate accounts to maintain and/or elevate access to victim systems.
T1098.001 Additional Cloud Credentials Persistence
Adversaries may add adversary-controlled credentials to a cloud account to maintain persistent access to victim accounts and instances within the environment.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-6008Same product: Userproplugin Userpro
CVE-2023-2439Same product: Userproplugin Userpro
CVE-2024-35700Same product: Userproplugin Userpro
CVE-2023-2497Same product: Userproplugin Userpro
CVE-2023-6009Same product: Userproplugin Userpro
CVE-2023-2448Same product: Userproplugin Userpro
CVE-2023-2447Same product: Userproplugin Userpro
CVE-2023-2437Same product: Userproplugin Userpro
CVE-2023-2446Same product: Userproplugin Userpro
CVE-2024-0701Same product: Userproplugin Userpro

Affected Assets

userproplugin
userpro
≤ 5.1.1

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-01 mostly match
prevents

Credential management practices directly enforce re-authentication for password changes.

PR.AA-03 mostly match
prevents

Authentication requirements include verifying identity before allowing credential modifications.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Requires secure management of authentication information, directly addressing the need to verify the original password before allowing a change.

prevents

Mandates secure authentication mechanisms, which include verifying existing credentials before permitting password changes.

none

Identity management processes can incorporate verification steps, but the control itself does not explicitly require password-change verification.

none

Information access restriction can be strengthened by password verification, yet the control focuses on access rights rather than change procedures.

References