Summary
CVE-2026-76071 is a critical stack-based buffer overflow vulnerability in Netis NC63 router firmware through version V3.0.0.3327. The flaw resides in the netis.cgi handler and allows an unauthenticated, remote attacker to overwrite saved stack state and achieve code execution as root. Given the lack of authentication requirements and the network attack vector, this vulnerability carries critical severity.
Technical details
- Root cause: the
ipFilterList=modaction innetis.cgiparses thedestHostparameter usingsscanf()with widthless scanset conversions (e.g.%[^,]), copying attacker-controlled data into fixed-size (16-byte) stack buffers with no bounds checking. - Trigger condition: submitting an oversized, comma-free string in the
destHostfield is sufficient to overwrite the saved return address on the stack. - Attack vector: the vulnerable request is processed before any authentication check, so no valid session or credentials are required; the attacker only needs network access to the device’s management interface.
- Impact: successful exploitation can yield arbitrary command execution with root privileges, enabling full device takeover, configuration theft, DNS manipulation, and interception of traffic passing through the router.
Affected software
- Netis NC63 router firmware, all versions through V3.0.0.3327
Severity
- CVSS v3.1 Base Score: 9.8 (Critical)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H - (Also reported as CVSS v4.0: 9.3 Critical,
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)
Mitigation and recommended actions
- Immediate: no fixed firmware version has been published by Netis at this time; check the Netis support/download portal regularly for a firmware update addressing this issue and apply it as soon as it is released.
- If no patch is available: restrict access to the router’s management interface (
netis.cgi) to trusted internal networks only, disable remote/WAN administration, place management interfaces behind a VPN, and monitor for anomalous POST requests to the CGI endpoint handlingipFilterListactions.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Server response header:
netis - Page title:
Shock&Innovation!! netis setup,netis ... Router,netis 광대역 라우터 관리 패널

