CVE-2026-61517 PUBLISHED

Netis NX10 OS Command Injection via Ping Diagnostic Handler

Assigner: VulnCheck
Reserved: 10.07.2026 Published: 08.09.2026 Updated: 08.09.2026

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.

Metrics

CVSS 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
CVSS Score: 8.6

Product Status

Vendor Netis Systems
Product NX10
Versions Default: unaffected
  • Version 4.0.1.5808 is affected
  • Version 3.0.0.4142 is affected

Credits

  • Michael Chan finder

References

Problem Types

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