Description
Netis NX10 firmware V4.0.1.5808 and V3.0.0.4142 contain an OS command injection vulnerability in the ping diagnostic handler that allows authenticated administrators to execute arbitrary shell commands as root by injecting into the IpAddr parameter. The parameter is interpolated directly into a shell command executed through system() with an incomplete denylist that only blocks spaces, pipes, semicolons, and ampersands, leaving command substitution and alternate field separator expansion available for exploitation.
Published: 2026-09-08
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An OS command injection flaw exists in the ping diagnostic handler of Netis NX10 firmware. The IpAddr parameter is passed directly to a shell command through system() without adequate sanitization. The incomplete denylist only removes spaces, pipes, semicolons, and ampersands, leaving command substitution and alternate field separator expansion available. The flaw allows an authenticated administrator to execute arbitrary shell commands with root privileges, effectively granting full control over the device, including data exfiltration, persistence, and service disruption.

Affected Systems

Netis NX10 firmware versions V4.0.1.5808 and V3.0.0.4142.

Risk and Exploitability

The vulnerability has a CVSS score of 8.6. The EPSS score is not available. It is not listed in the CISA KEV catalog. The attack requires authenticated administrator privileges and is therefore restricted to users with privileged access. The likely attack vector is via the web interface or API that exposes the ping diagnostic endpoint, where the unsanitized IpAddr parameter can be injected. The high severity score and the need for privileged access indicate a significant risk if not mitigated.

Generated by OpenCVE AI on September 8, 2026 at 15:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest firmware release from Netis that addresses the command injection vulnerability.
  • If no patch is available, disable the ping diagnostic handler or remove the API endpoint that accepts unsanitized input.
  • Limit administrator access to trusted personnel and enforce strong credential policies.

Generated by OpenCVE AI on September 8, 2026 at 15:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description Netis NX10 firmware V4.0.1.5808 and V3.0.0.4142 contain an OS command injection vulnerability in the ping diagnostic handler that allows authenticated administrators to execute arbitrary shell commands as root by injecting into the IpAddr parameter. The parameter is interpolated directly into a shell command executed through system() with an incomplete denylist that only blocks spaces, pipes, semicolons, and ampersands, leaving command substitution and alternate field separator expansion available for exploitation.
Title Netis NX10 OS Command Injection via Ping Diagnostic Handler
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-08T14:27:45.829Z

Reserved: 2026-07-10T15:43:36.627Z

Link: CVE-2026-61517

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-08T15:18:44.330

Modified: 2026-09-08T15:18:44.330

Link: CVE-2026-61517

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T16:00:15Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')