SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-75364

MEDIUM · CVSS 6.8 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Comfast CF-N1-S firmware version 2.6.0.1 and CF-WR630AX (2024-01-30 build) are vulnerable due to improper sanitization of the display_name parameter in the update_interface_png SET handler, allowing remote authenticated attackers to inject arbitrary commands. This vulnerability can lead to unauthorized command execution with root privileges, posing a significant risk to the integrity and security of affected devices. Organizations using these specific firmware versions should prioritize patching to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75364
Severity
MEDIUM
CVSS
6.8
EPSS
0.24%

Original NVD Description

Comfast CF-N1-S firmware 2.6.0.1 and CF-WR630AX (2024-01-30 build), the update_interface_png SET handler in /usr/bin/webmgnt fails to sanitize the display_name parameter. User-controlled input is concatenated via sprintf() into the unquoted shell command `/etc/rrd/graphinterface %s %s` and executed by system() with root privileges. A remote authenticated attacker can inject arbitrary commands