VYPR
Unrated severityNVD Advisory· Published Dec 7, 2022· Updated Apr 23, 2025

CVE-2022-45010

CVE-2022-45010

Description

Simple Phone Book/Directory Web App v1.0 was discovered to contain a SQL injection vulnerability via the editid parameter at /PhoneBook/edit.php.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Simple Phone Book/Directory Web App v1.0 has a SQL injection vulnerability in the editid parameter at /PhoneBook/edit.php.

Vulnerability

The Simple Phone Book/Directory Web App v1.0 by bakhtiar [1] contains a SQL injection vulnerability in the editid GET parameter at /PhoneBook/edit.php. The application fails to sanitize user input, allowing an attacker to inject arbitrary SQL commands. The vulnerability is present in version 1.0 [1].

Exploitation

An attacker can exploit this vulnerability by sending a crafted HTTP request with a SQL injection payload in the editid parameter. The reference [1] demonstrates that sending a single quote (') causes an SQL statement error, while a double single quote ('') produces a successful page display, indicating faulty filtering. A time-based blind SQL injection payload using SLEEP(10) confirms the vulnerability can be exploited to extract data [1]. No authentication is required [1].

Impact

Successful exploitation allows an attacker to read, modify, or delete arbitrary data from the underlying database. This can lead to disclosure of sensitive information (e.g., phone numbers, user credentials), data corruption, or potential privilege escalation depending on database privileges. The impact is high due to potential data breach and loss of integrity [1].

Mitigation

As of the published date (2022-12-07), no official patch or fixed version has been released [1]. Developers should use parameterized queries or prepared statements to prevent SQL injection. Until a fix is available, restrict access to the vulnerable endpoint and implement input validation. This CVE is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog [1].

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.