CVE-2026-7102
Published: 27 April 2026
Description
A vulnerability was found in Tenda F456 1.0.0.5. This impacts the function FromWriteFacMac of the file /goform/WriteFacMac of the component httpd. The manipulation of the argument mac results in command injection. The attack can be executed remotely. The exploit has…
more
been made public and could be used.
Mitigating Controls (NIST 800-53 r5)AI
SI-10 directly prevents command injection by requiring validation of the 'mac' argument in the FromWriteFacMac function to ensure only valid inputs are processed.
SI-2 mandates identification and remediation of flaws like this command injection vulnerability through firmware patching.
AC-6 limits the impact of successful command injection by enforcing least privilege on the httpd process handling the vulnerable endpoint.
Security SummaryAI
CVE-2026-7102 is a command injection vulnerability affecting the Tenda F456 router on firmware version 1.0.0.5. The issue resides in the FromWriteFacMac function within the /goform/WriteFacMac file of the httpd component, where manipulation of the mac argument enables command injection.
The vulnerability carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and is associated with CWE-74 and CWE-77. It can be exploited remotely by attackers possessing low privileges, with low attack complexity and no user interaction required. Exploitation allows arbitrary command execution, resulting in low impacts to confidentiality, integrity, and availability.
Advisories detail the issue on VulDB, including submission, vulnerability, and CTI pages. An exploit is publicly available in a GitHub repository. The vendor site is at https://www.tenda.com.cn/. The exploit has been made public and could be used.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Command injection in router's public-facing web interface (httpd /goform) enables exploitation of public-facing application (T1190) and facilitates arbitrary Unix shell command execution (T1059.004).