Cyber Resilience

CVE-2023-23492

HighPublic PoC

Published: 20 January 2023

Published
20 January 2023
Modified
03 April 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.8524 99.4th percentile
Risk Priority 69 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-23492 is a high-severity SQL Injection (CWE-89) vulnerability in Idehweb Login With Phone Number. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 0.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The Login with Phone Number WordPress plugin versions prior to 1.4.2 contain an authenticated SQL injection vulnerability, tracked as CVE-2023-23492 and assigned CWE-89. The flaw resides in the 'ID' parameter of the 'lwp_forgot_password' action and carries a CVSS 3.1 base score of 8.8, reflecting network-accessible exploitation with low attack complexity and low privileges required.

An authenticated attacker can supply a crafted 'ID' value to the affected action and execute arbitrary SQL queries against the underlying database. Successful exploitation grants the attacker full read, write, and delete access to database contents, enabling data exfiltration, privilege escalation, or persistent compromise of the WordPress site.

The Tenable advisory at https://www.tenable.com/security/research/tra-2023-3 provides the primary public reference for the issue. The current EPSS score of 0.8524, with a recorded peak of 0.8830, indicates sustained and elevated exploitation interest following disclosure.

EU & UK References

Vulnerability details

The Login with Phone Number WordPress Plugin, version < 1.4.2, is affected by an authenticated SQL injection vulnerability in the 'ID' parameter of its 'lwp_forgot_password' action.

CWE(s)

Related Threats

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

Affected Assets

idehweb
login with phone number
≤ 1.4.2

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-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References