Lucene search
K

Online Book Store 1.0 SQL Injection

🗓️ 26 Apr 2023 00:00:00Reported by Or4nG.M4NType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 407 Views

Online Book Store 1.0 SQL Injection in process.ph

Code
`# Exploit Title: Online Book Store 1.0 - (process.php) SQL injection  
# Google Dork: 4/26/2023  
# Exploit Author: Or4nG.M4n  
# Vendor Homepage: https://projectworlds.in/free-projects/php-projects/online-book-store-project-in-php/  
# Software Link: https://github.com/projectworlds32/online-book-store-project-in-php/archive/master.zip  
# Version: 1.0  
  
* STEPS *  
1- go to any book and add it to cart  
2- after that u will redirected to /cart.php  
3- click on Go To Checkout /checkout.php  
4- inject your'e injecton code in any of this post parameters  
  
parameters : name address city zip_code country  
  
  
foreach($_SESSION['cart'] as $isbn => $qty){  
$bookprice = getbookprice($isbn);  
$query = "INSERT INTO order_items VALUES <====== 1  
('$orderid', '$isbn', '$bookprice', '$qty')"; <====== 2  
$result = mysqli_query($conn, $query); <====== 3  
if(!$result){  
echo "Insert value false!" . mysqli_error($conn2); <====== 4  
exit;  
}  
}  
`

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