Cyber Resilience

CVE-2023-50991

HighPublic PoC

Published: 05 January 2024

Published
05 January 2024
Modified
13 June 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.1294 94.2th percentile
Risk Priority 23 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-50991 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Tenda I29 Firmware. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 5.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

A buffer overflow vulnerability exists in the pingSet function of Tenda i29 wireless access point firmware versions 1.0 V1.0.0.5 and 1.0 V1.0.0.2. The flaw is triggered when the pingIp parameter is processed, allowing an attacker to supply crafted input that exceeds expected buffer bounds and results in a denial of service. The issue is tracked as CWE-120 and carries a CVSS 3.1 score of 7.5 reflecting network attack vector, low complexity, and high availability impact with no confidentiality or integrity consequences.

Remote unauthenticated attackers can exploit the vulnerability by sending a malicious HTTP request containing an oversized pingIp value directly to the device's web management interface. Successful exploitation causes the affected process to crash, producing a denial-of-service condition that disrupts device operation until a manual or automatic restart occurs.

Public technical details and proof-of-concept material are available in a GitHub repository that documents the pingSet parameter handling flaw, although no vendor advisory or firmware patch has been referenced in the supplied sources. The associated EPSS score has remained flat at 0.1294 with no material increase since disclosure.

EU & UK References

Vulnerability details

Buffer Overflow vulnerability in Tenda i29 versions 1.0 V1.0.0.5 and 1.0 V1.0.0.2, allows remote attackers to cause a denial of service (DoS) via the pingIp parameter in the pingSet function.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

tenda
i29 firmware
1.0.0.2, 1.0.0.5

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-120

Platform-independent managed code eliminates the need for unchecked native buffer copies that are the root cause of classic buffer overflows.

References