Cyber Posture

CVE-2026-7096

HighPublic PoC

Published: 27 April 2026

Published
27 April 2026
Modified
30 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0097 76.7th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

A security flaw has been discovered in Tenda HG3 2.0 300003070. This vulnerability affects the function formgponConf of the file /boaform/admin/formgponConf. The manipulation of the argument fmgpon_loid results in os command injection. It is possible to launch the attack remotely.…

more

The exploit has been released to the public and may be used for attacks.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly validates the fmgpon_loid input argument in the formgponConf function to prevent OS command injection exploits.

prevent

Enables timely identification, reporting, and patching of the specific OS command injection flaw in Tenda HG3 2.0 firmware version 300003070.

prevent

Restricts the fmgpon_loid input to valid formats and lengths, blocking malicious OS command payloads in the vulnerable /boaform/admin/formgponConf endpoint.

Security SummaryAI

CVE-2026-7096 is an OS command injection vulnerability (CWE-77, CWE-78) affecting Tenda HG3 2.0 router firmware version 300003070. The flaw exists in the formgponConf function of the /boaform/admin/formgponConf file, where manipulation of the fmgpon_loid argument enables attackers to inject operating system commands. Published on 2026-04-27, it carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

The vulnerability is exploitable remotely by low-privileged users over the network with low attack complexity and no user interaction required. Successful exploitation allows arbitrary OS command execution, resulting in high impacts to confidentiality, integrity, and availability, potentially leading to full device compromise.

Advisories on VulDB (including submit/800796, vuln/359671, and vuln/359671/cti) document the issue and confirm a public exploit release that may be used in attacks. Further details appear on a Notion page specific to Tenda HG3 and the vendor's website at tenda.com.cn, though explicit patch or mitigation instructions are not detailed in the disclosure.

The public availability of the exploit heightens risk for unpatched Tenda HG3 2.0 devices.

Details

CWE(s)

Affected Products

tenda
hg3 firmware
300003070

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.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

CVE enables exploitation of public-facing web application (T1190) via command injection in router firmware, directly facilitating arbitrary Unix shell command execution (T1059.004).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References