Cyber Posture

CVE-2026-3165

HighPublic PoC

Published: 25 February 2026

Published
25 February 2026
Modified
25 February 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.0011 28.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-3165 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda F453 Firmware. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 28.3th percentile by exploit likelihood (below the median); 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-16 (Memory Protection).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents buffer overflow by validating and sanitizing the mit_ssid argument in the fromSetWifiGusetBasic function of the httpd component.

prevent

Remediates the specific buffer overflow flaw in Tenda F453 firmware version 1.0.0.3 through timely patching or updates.

prevent

Provides architectural protections against memory corruption from buffer overflows, such as non-executable stacks and address space randomization, hindering remote exploitation.

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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Buffer overflow in public-facing httpd web interface (fromSetWifiGusetBasic) directly enables remote exploitation of a network device application for RCE (T1190); low-privilege requirement with full C/I/A impact also facilitates local-to-root privilege escalation on the device (T1068).

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

NVD Description

A vulnerability was determined in Tenda F453 1.0.0.3. Impacted is the function fromSetWifiGusetBasic of the file /goform/AdvSetWrlsafeset of the component httpd. This manipulation of the argument mit_ssid causes buffer overflow. The attack can be initiated remotely. The exploit has been…

more

publicly disclosed and may be utilized.

Deeper analysisAI

CVE-2026-3165 is a buffer overflow vulnerability in Tenda F453 firmware version 1.0.0.3. The flaw affects the httpd component, specifically the fromSetWifiGusetBasic function in the /goform/AdvSetWrlsafeset file, where manipulation of the mit_ssid argument triggers the overflow. Published on 2026-02-25, 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) and is linked to CWE-119 and CWE-120.

An attacker with low privileges can exploit this remotely over the network with low attack complexity and no user interaction. Successful exploitation grants high-impact access to confidentiality, integrity, and availability, potentially enabling arbitrary code execution or system compromise on the affected router.

Advisories from VulDB detail the issue, with exploit code publicly disclosed in a GitHub repository at https://github.com/Litengzheng/vul_db/blob/main/F453/vul_64/README.md. Additional references include VulDB entries and the Tenda website at https://www.tenda.com.cn/, though specific patch or mitigation guidance is not outlined in the CVE description.

Details

CWE(s)

Affected Products

tenda
f453 firmware
1.0.0.3

CVEs Like This One

CVE-2026-3168Same product: Tenda F453
CVE-2026-3273Same product: Tenda F453
CVE-2026-3377Same product: Tenda F453
CVE-2026-3169Same product: Tenda F453
CVE-2026-3376Same product: Tenda F453
CVE-2026-3275Same product: Tenda F453
CVE-2026-3380Same product: Tenda F453
CVE-2026-3398Same product: Tenda F453
CVE-2026-3274Same product: Tenda F453
CVE-2026-3378Same product: Tenda F453

References