CVE-2026-7851
Published: 05 May 2026
Description
A vulnerability was identified in D-Link DI-8100 16.07.26A1. This affects the function sprintf of the file yyxz.asp. The manipulation of the argument ID leads to stack-based buffer overflow. The attack is possible to be carried out remotely. The exploit is…
more
publicly available and might be used.
Likely Mitigating ControlsAI
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.
Ongoing control assessments and code testing (static/dynamic analysis, fuzzing) surface memory buffer restriction failures, which are then remediated before release.
Managed runtimes used by platform-independent applications (e.g., JVM, CLR) enforce memory safety, preventing most buffer overflows that require direct memory manipulation.
Memory protections (e.g., W^X, ASLR) make exploitation of buffer-boundary violations far harder to turn into code execution.
Detects exploitation attempts that produce memory corruption, crashes, or anomalous behavior.
Security SummaryAI
CVE-2026-7851 is a stack-based buffer overflow vulnerability affecting the D-Link DI-8100 router on firmware version 16.07.26A1. The flaw exists in the sprintf function within the yyxz.asp file, where manipulation of the ID argument triggers the overflow. It is remotely exploitable and has a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H), mapped to CWEs-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow).
An authenticated attacker with high privileges can exploit this vulnerability remotely with low complexity and no user interaction required. Exploitation leads to high impacts on confidentiality, integrity, and availability, enabling potential full system compromise such as arbitrary code execution or denial of service. A public exploit is available and might be used.
Advisories and technical details are documented in references including a GitHub proof-of-concept report at https://github.com/draw-ctf/report/blob/main/DI-8100/yyxz_dlink_asp_overflow.md and VULDB entries at https://vuldb.com/vuln/361128. The D-Link website (https://www.dlink.com/) is also referenced for further information, though specific patch or mitigation guidance is not detailed in the available data.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Stack-based buffer overflow in public-facing web interface (yyxz.asp) directly enables remote exploitation of an Internet-facing application for RCE/DoS on the router.