Cyber Resilience

CVE-2026-7102

LowPublic PoC

Published: 27 April 2026

Published
27 April 2026
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 2.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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.0302 85.8th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-7102 is a low-severity Injection (CWE-74) vulnerability in Tenda F456 Firmware. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 14.2% 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

CVE-2026-7102 affects Tenda F456 firmware version 1.0.0.5 and resides in the FromWriteFacMac function of the /goform/WriteFacMac endpoint within the httpd component. The flaw is a command-injection issue that arises when the mac argument is manipulated, corresponding to CWE-74 and CWE-77.

An authenticated remote attacker can supply a crafted mac value to the endpoint and execute arbitrary commands on the device. The CVSS 4.0 vector indicates network access with low attack complexity and low privileges, and a publicly available exploit has already been disclosed.

EPSS for the vulnerability rose from a low baseline to a recorded peak of 0.0273 before settling at the current value of 0.0104, indicating increased exploitation interest after disclosure. No vendor advisory or patch information is provided in the available references.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

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.

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

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

CVEs Like This One

CVE-2026-7055Same product: Tenda F456
CVE-2026-7057Same product: Tenda F456
CVE-2026-7033Same product: Tenda F456
CVE-2026-7098Same product: Tenda F456
CVE-2026-7053Same product: Tenda F456
CVE-2026-7097Same product: Tenda F456
CVE-2026-7080Same product: Tenda F456
CVE-2026-7031Same product: Tenda F456
CVE-2026-7082Same product: Tenda F456
CVE-2026-7101Same product: Tenda F456

Affected Assets

tenda
f456 firmware
1.0.0.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents command injection by requiring validation of the 'mac' argument in the FromWriteFacMac function to ensure only valid inputs are processed.

prevent

SI-2 mandates identification and remediation of flaws like this command injection vulnerability through firmware patching.

prevent

AC-6 limits the impact of successful command injection by enforcing least privilege on the httpd process handling the vulnerable endpoint.

References