Executive brief
CodeAstro Ecommerce Website 1.0 contains a security flaw in its customer account management features. An attacker with a standard user account can exploit this vulnerability to interact directly with the underlying database. This could lead to the unauthorized viewing of sensitive customer information, modification of data, or disruption of the website's services.
Technical details
A SQL injection vulnerability exists in CodeAstro Ecommerce Website 1.0 within the '/customer/my_account.php' file. The root cause is the improper neutralization of special elements in the 'delete_wishlist' GET parameter, which is used directly in SQL queries without adequate sanitization or prepared statements. A remote attacker with low-level privileges (authenticated user) can supply malicious SQL payloads, such as time-based blind injection strings, to extract sensitive information from the database or perform unauthorized data modifications. A public proof-of-concept exploit using SQLmap has been disclosed. No official patch is currently documented, but remediation should involve implementing prepared statements with parameterized queries.
Affected products
- CodeAstro Ecommerce Website 1.0
Timeline
- 2026-06-07: disclosed: Initial disclosure on GitHub by lilukun337/cve/issues/8
- 2026-07-06: advisory: NVD publication date