VYPR
Unrated severityNVD Advisory· Published Jan 20, 2022· Updated Aug 4, 2024

CVE-2021-44092

CVE-2021-44092

Description

An SQL Injection vulnerability exists in code-projects Pharmacy Management 1.0 via the username parameter in the administer login form.

AI Insight

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

SQL Injection in Pharmacy Management 1.0 login allows attackers to bypass authentication and extract database contents.

Vulnerability

An SQL Injection vulnerability exists in the username parameter of the administer login form in code-projects Pharmacy Management version 1.0 [1]. The application fails to sanitize user input before using it in a SQL query, allowing an attacker to inject arbitrary SQL commands.

Exploitation

An attacker with network access to the login page can exploit this vulnerability by submitting a crafted string containing SQL metacharacters in the username field. No prior authentication is required. For example, entering ' OR '1'='1 as the username may bypass authentication and log in as an administrator.

Impact

Successful exploitation allows an attacker to bypass authentication, retrieve sensitive data from the database (e.g., patient records, prescriptions, and user credentials), and potentially modify or delete data. This could lead to unauthorized access to the entire application.

Mitigation

No official patch has been released by the vendor for Pharmacy Management 1.0 as of the publication date. The vulnerability was reported to the vendor via the repository [1]. As a workaround, input validation and parameterized queries should be implemented. Until a fix is available, administrators should restrict network access to the login page and monitor for suspicious activity.

AI Insight generated on May 27, 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.