Lucene search
K

PHP MySQLi Database Class 2.9.2 SQL Injection

🗓️ 16 Mar 2019 00:00:00Reported by Jaroslav LobacevskiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 55 Views

v2.9.2 SQL Injection in Where() function, fix denie

Code
`https://packagist.org/packages/joshcam/mysqli-database-class aka  
https://github.com/ThingEngineer/PHP-MySQLi-Database-Class v2.9.2 is  
vulnerable to SQL injection in functon Where() because of special  
"forkaround" at line 971  
<https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/blob/eaf1f6cc387c8464ea6a9221fb308669beed3a63/MysqliDb.php#L971>  
  
If $whereValue happens to be an array, key value is used as $operator to  
build query.  
However typical usage of the class looks like:  
  
$db->where('ID', $_POST['id']);  
$name = $db->getValue('USERS', 'name');  
  
The $whereValue is usually untrusted and if there are no additional checks  
like is_numeric($_POST['id']) an attacker may inject his statements. For  
example: id[= ? or 1=1 --]=0(Url encoded version for HTTP  
POST: id%5B%3D%20%3F%20or%201%3D1%20--%5D=0)  
  
Timeline:  
08-03-2019 Sent and email to a.butenka at gmail.com  
and josh.lee.campbell at gmail.com  
13-03-2019 No response, created public GitHub issue  
<https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/issues/823>.  
The maintainer replies "not a bug".  
13-03-2019 Full disclosure list.  
  
Regards,  
Jaroslav LobaAevski  
  
  
`

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