Skip to content
Threat Feed
high advisory

Unauthenticated Firmware Update Vulnerability in Netis NC63 Routers

An unauthenticated firmware update vulnerability in Netis NC63 routers allows attackers to bypass authentication and upload malicious firmware via the /cgi-bin/upload_fw.cgi endpoint.

CVE search metadata

CVE search record: CVE-2026-73673. Severity: high. CVSS: 8.8. KEV: no. Product: NC63 (V3.0.0.3327). Brief: Unauthenticated Firmware Update Vulnerability in Netis NC63 Routers. Brief link: https://feed.craftedsignal.io/briefs/2026-08-netis-firmware-vulnerability/

Netis NC63 router firmware version V3.0.0.3327 contains a critical vulnerability (CVE-2026-73673) that allows unauthenticated remote attackers to upload malicious firmware images to the device. The vulnerability stems from improper authentication enforcement within the Boa web server and the netis.cgi CGI dispatcher. The web server incorrectly allows access to any path containing '.cgi' without validating session cookies. Furthermore, the netis.cgi dispatcher invokes the firmware update handler without verifying the authentication state of the request. Because the firmware update process relies on a weak additive checksum and static product strings rather than cryptographic signature verification, an attacker can push unauthorized or malicious firmware to the device. This enables persistent, full control over the compromised router.

Attack Chain

  1. Attacker performs reconnaissance to identify the target Netis NC63 router and confirms the firmware version V3.0.0.3327.
  2. Attacker crafts a multipart POST request targeting the /cgi-bin/upload_fw.cgi endpoint.
  3. The request is sent to the target device without a valid session cookie.
  4. The Boa web server processes the request, bypassing authentication checks due to the '.cgi' extension.
  5. The netis.cgi CGI dispatcher accepts the request and passes it to the internal firmware update handler.
  6. The firmware update handler verifies the forged additive checksum and static strings, failing to perform cryptographic signature validation.
  7. The router processes and writes the malicious firmware image to flash memory.
  8. Upon reboot, the malicious firmware executes, granting the attacker persistent administrative control over the router.

Impact

Successful exploitation allows for the permanent compromise of the Netis NC63 router. As a network edge device, a compromised router can be used to facilitate man-in-the-middle attacks, intercept traffic, exfiltrate sensitive data, or serve as a persistent foothold for lateral movement into the local area network.

Recommendation

  • Immediately restrict administrative access to the router web interface to trusted management IPs only.
  • Disable remote management on all internet-facing interfaces.
  • Monitor network logs for multipart POST requests directed at /cgi-bin/upload_fw.cgi.
  • Check the Netis official support portal for firmware patches addressing CVE-2026-73673 and update all affected devices.

Immediate actions

Restrict administrative web access to internal management IPs

IT Operations 24h

Mitigations

Disable WAN-side management access

immediate IT Operations

CVE-2026-73673

Detection coverage 1

Detects CVE-2026-73673 Exploitation - Unauthenticated Firmware Upload

high

Detects unauthorized multipart POST requests to the firmware upload endpoint on Netis routers.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →