Cyber Resilience

CVE-2025-4607

Critical

Published: 31 May 2025

Published
31 May 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0106 78.1th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-4607 is a critical-severity Use of Insufficiently Random Values (CWE-330) vulnerability in Wordpress (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 21.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The PSW Front-end Login & Registration plugin for WordPress is vulnerable to privilege escalation in all versions through 1.12. The flaw resides in the customer_registration() function and stems from use of a weak, low-entropy OTP mechanism inside the forget() function (CWE-330), enabling unauthenticated attackers to trigger password resets for arbitrary accounts.

An attacker with no credentials can request a password reset for any user, including site administrators, and complete the reset to obtain full administrative control and site takeover. The vulnerability carries a CVSS 3.1 base score of 9.8 reflecting network-exploitable impact on confidentiality, integrity, and availability without authentication or user interaction.

Public references include the plugin source files on WordPress Trac that contain the affected functions, the plugin directory page, and a detailed entry from Wordfence. The associated EPSS score has remained flat at 0.0106 with no material rise since disclosure.

EU & UK References

Vulnerability details

The PSW Front-end Login & Registration plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.12 via the customer_registration() function. This is due to the use of a weak, low-entropy OTP mechanism in the…

more

forget() function. This makes it possible for unauthenticated attackers to initiate a password reset for any user, including administrators, and elevate their privileges for full site takeover.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-330

Key generation under controlled management uses approved random-bit sources rather than insufficiently random values.

References