VYPR
Unrated severityNVD Advisory· Published Nov 22, 2022· Updated Apr 29, 2025

CVE-2022-43215

CVE-2022-43215

Description

Billing System Project v1.0 was discovered to contain a SQL injection vulnerability via the endDate parameter at getOrderReport.php.

AI Insight

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

SQL injection vulnerability in Billing System Project v1.0 allows remote attackers to execute arbitrary SQL commands via the endDate parameter in getOrderReport.php.

Vulnerability

Billing System Project v1.0, a PHP-based application, contains a SQL injection vulnerability in the getOrderReport.php script. The endDate parameter is not properly sanitized before being used in a SQL query, allowing an attacker to inject arbitrary SQL commands. The vulnerability is present in the version available from SourceCodester [1].

Exploitation

An attacker can exploit this vulnerability by sending a crafted HTTP request to getOrderReport.php with a malicious endDate parameter. No authentication is required as the script is accessible without login. The attacker can use SQL injection techniques such as UNION-based or time-based blind injection to extract data. Reference [2] provides a proof-of-concept demonstrating the injection.

Impact

Successful exploitation allows an attacker to read, modify, or delete arbitrary data in the underlying MySQL database. This can lead to disclosure of sensitive information such as user credentials, billing records, and other application data. The attacker may also be able to bypass authentication or gain administrative access depending on the database configuration.

Mitigation

As of the publication date (2022-11-22), no official patch has been released by the vendor. The project appears to be unmaintained. Users should apply input validation and parameterized queries to the endDate parameter in getOrderReport.php as a workaround. Alternatively, consider migrating to a supported billing system.

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

2

News mentions

0

No linked articles in our index yet.