Cyber Resilience

CVE-2026-1687

MediumPublic PoC

Published: 30 January 2026

Published
30 January 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0434 89.2th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1687 is a medium-severity Injection (CWE-74) vulnerability in Tenda Hg10 Firmware. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 10.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

A weakness has been identified in the Tenda HG10 device running firmware US_HG7_HG9_HG10re_300001138_en_xpon. The issue resides in an unknown function of the /boaform/formSamba file within the Boa Webserver component. Remote manipulation of the serverString argument can trigger command injection, as classified under CWE-74 and CWE-77. The vulnerability carries a CVSS 4.0 score of 6.9 and is exploitable over the network without authentication.

An attacker can send a crafted HTTP request to the web interface from a remote position to execute arbitrary commands on the affected device. Public proof-of-concept code demonstrating the injection has been released, enabling straightforward reproduction of the attack.

No vendor advisory or patch information is referenced in the available sources. The associated EPSS score remains low, with a current value of 0.0561 and a peak of 0.0622, indicating limited observed exploitation interest to date.

EU & UK References

Vulnerability details

A weakness has been identified in Tenda HG10 US_HG7_HG9_HG10re_300001138_en_xpon. Impacted is an unknown function of the file /boaform/formSamba of the component Boa Webserver. Executing a manipulation of the argument serverString can lead to command injection. It is possible to launch…

more

the attack remotely. The exploit has been made available to the public and could be used for attacks.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Command injection in public-facing Boa webserver enables remote unauthenticated arbitrary command execution on the device.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-1689Same product: Tenda Hg10
CVE-2026-6988Same product: Tenda Hg10
CVE-2025-11121Same vendor: Tenda
CVE-2025-15048Same vendor: Tenda
CVE-2026-6989Same vendor: Tenda
CVE-2025-11523Same vendor: Tenda
CVE-2026-7102Same vendor: Tenda
CVE-2026-1638Same vendor: Tenda
CVE-2026-7160Same vendor: Tenda
CVE-2026-0581Same vendor: Tenda

Affected Assets

tenda
hg10 firmware
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents command injection by requiring validation and sanitization of the serverString input parameter in the Boa Webserver's /boaform/formSamba endpoint.

prevent

Mandates identification, reporting, and patching of the specific command injection flaw in the Tenda HG10 firmware's Boa Webserver component.

preventdetect

Enforces boundary protections such as web application firewalls to monitor and block remotely exploitable requests targeting the vulnerable /boaform/formSamba endpoint.

References