Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2972+ Articles
168+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-94097: Netcore NBR200V2 CGI Diagnostic Endpoint Command Injection
CVE-2026-94097: Netcore NBR200V2 CGI Diagnostic Endpoint Command Injection

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-94097

CVE-2026-94097: Netcore NBR200V2 CGI Diagnostic Endpoint Command Injection

A third command injection flaw in Netcore NBR200V2's network_tools CGI endpoint lets remote attackers run arbitrary shell commands unauthenticated.

Dylan H.

Security Team

September 21, 2026
3 min read

Affected Products

  • Netcore NBR200V2 1.3.241127.071246

Overview

A third command injection vulnerability has been disclosed in the Netcore NBR200V2 router, firmware version 1.3.241127.071246, in the CGI Diagnostic Endpoint at /www/cgi-bin/network_tools. Tracked as CVE-2026-94097, the flaw lets a remote, unauthenticated attacker inject shell commands via the param, key, or val arguments passed to the diagnostic CGI script. VulDB explicitly links this entry to the other command injection flaws in the same firmware build (VDB-408024, -408025, -408027, -408028).

This is part of a six-vulnerability cluster disclosed together in this firmware — see Related Reading for the full set, all traced back to network_tools building shell commands from unvalidated request parameters.


Technical Details

FieldValue
CVE IDCVE-2026-94097
SeverityCritical (CVSS 3.1: 10.0)
WeaknessCWE-77 (Command Injection)
Vulnerable File/www/cgi-bin/network_tools
ComponentCGI Diagnostic Endpoint
Parametersparam, key, val
AuthenticationNone required
Exploit MaturityPublic PoC available
Vendor ResponseContacted early, did not respond

How It Works

The CGI wrapper at /www/cgi-bin/network_tools exposes the same underlying diagnostic tooling as the ubus-based traceroute handler (CVE-2026-94095), but reachable directly over HTTP. The param, key, and val query arguments are concatenated into a shell command without sanitization, so an attacker who submits shell metacharacters in any of these fields can break out of the intended command and execute arbitrary instructions — reachable with a single crafted HTTP GET or POST request, no session or credentials needed.


Impact Assessment

Who Is At Risk

  • Any NBR200V2 unit on firmware 1.3.241127.071246 with the /www/cgi-bin/ path reachable from an untrusted network — this is a standard web-exposed CGI path, making it a likely internet-scanning target
  • No vendor patch exists

Potential Impact

  • Arbitrary remote command execution reachable over plain HTTP, with no ubus-level access required — a lower bar for exploitation than CVE-2026-94095
  • Full device and downstream network compromise
  • High likelihood of automated mass exploitation given the simplicity of the HTTP-reachable attack surface

Mitigation

  • Block external access to /www/cgi-bin/network_tools at the network edge; there is no vendor patch to apply
  • Disable WAN-facing web management entirely on affected units
  • Deploy WAF rules matching shell metacharacters (;, |, `, $() in the param, key, and val parameters
  • Audit web server access logs for requests to this endpoint with anomalous parameter values
  • Prioritize this alongside CVE-2026-94095 as the two most trivially reachable flaws in the cluster

References

  • VulDB — CVE-2026-94097

Related Reading

  • CVE-2026-94095: Netcore NBR200V2 Traceroute Command Injection Enables Root RCE
  • CVE-2026-94096: Command Injection in Netcore NBR200V2 LAN IP Configuration Handler
  • CVE-2026-94098: Command Injection in Netcore NBR200V2 Firmware Upgrade Endpoint
  • CVE-2026-94099: Command Injection in Netcore NBR200V2 Backup Restore Endpoint
  • CVE-2026-94100: Buffer Overflow in Netcore NBR200V2 WAN VLAN Reconfiguration
#Netcore#CVE-2026-94097#Command Injection#Router Security#IoT Security#RCE

Related Articles

CVE-2026-94098: Command Injection in Netcore NBR200V2 Firmware Upgrade Endpoint

Netcore NBR200V2's firmware upgrade CGI endpoint injects the QUERY_STRING argument into a shell command, enabling unauthenticated remote injection.

3 min read

CVE-2026-94099: Command Injection in Netcore NBR200V2 Backup Restore Endpoint

The restore.cgi backup-restore endpoint on Netcore NBR200V2 routers is vulnerable to unauthenticated command injection via QUERY_STRING.

3 min read

CVE-2026-94095: Netcore NBR200V2 Traceroute Command Injection Enables Root RCE

An unauthenticated command injection in Netcore NBR200V2's traceroute tool lets attackers run arbitrary commands as root via ubus JSON-RPC.

3 min read
Back to all Security Alerts