Description
A security vulnerability has been detected in Netcore NBR200V2 1.3.241127.071246. The affected element is the function vlan_load_form_uci of the file /usr/bin/routerd. The manipulation of the argument wan_num leads to buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-21
Score: 9.4 Critical
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Assess Impact
AI Analysis

Impact

The flaw is a classic buffer overflow in the vlan_load_form_uci function of Netcore’s routerd utility. By manipulating the wan_num argument, an attacker can overflow the function’s local buffer and overwrite adjacent memory. This memory corruption can be used to execute arbitrary code, leading to a full compromise of the device. The weakness corresponds to the common CWE‑119 and CWE‑120 classes of buffer overflows.

Affected Systems

The vulnerability exists in Netcore NBR200V2 routers running firmware version 1.3.241127.071246. Only the router’s routerd process is affected, but because it is a privileged service, compromising it can give an attacker administrative control over the router.

Risk and Exploitability

The score of 9.4 marks it a critical flaw. The exploit is reported to be remote, and the vulnerability has been disclosed publicly. No official patch is currently available and the vendor has not responded, so the risk remains high. Because the exploit can be triggered from outside the local network and no mitigation is offered by the vendor, administrators must assess their exposure and consider isolation or replacement of the affected device.

Generated by OpenCVE AI on September 21, 2026 at 02:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Verify the firmware version of all Netcore NBR200V2 routers and confirm that the vulnerable 1.3.241127.071246 release is installed.
  • Apply any vendor‑issued firmware update that removes the vlan_load_form_uci overflow or install a patched image from Netcore if available.
  • If no patch exists, isolate the affected routers from outside networks by placing them behind a firewall or virtual LAN that limits inbound traffic, and disable external access to the routerd management interface.
  • Continuously monitor firewall and router logs for unexpected or repeated attempts to access the routerd service, and treat such activity as a potential exploitation attempt.

Generated by OpenCVE AI on September 21, 2026 at 02:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 01:30:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in Netcore NBR200V2 1.3.241127.071246. The affected element is the function vlan_load_form_uci of the file /usr/bin/routerd. The manipulation of the argument wan_num leads to buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title Netcore NBR200V2 routerd vlan_load_form_uci buffer overflow
First Time appeared Netcore
Netcore nbr200v2
Weaknesses CWE-119
CWE-120
CPEs cpe:2.3:a:netcore:nbr200v2:*:*:*:*:*:*:*:*
Vendors & Products Netcore
Netcore nbr200v2
References
Metrics cvssV2_0

{'score': 9, 'vector': 'AV:N/AC:L/Au:S/C:C/I:C/A:C/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 9.9, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 9.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P'}


Subscriptions

Netcore Nbr200v2
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-21T00:45:11.529Z

Reserved: 2026-09-20T09:19:19.199Z

Link: CVE-2026-94101

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T02:16:53.317

Modified: 2026-09-21T02:16:53.317

Link: CVE-2026-94101

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T02:30:07Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')