Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
Primary rating from Vendor (VulDB) · only source for this CVE.
CVSS VectorVendor: VulDB
Lifecycle Timeline
5DescriptionCVE.org
A vulnerability was detected in D-Link DI-7001 MINI up to 19.09.19A1. Impacted is the function sprintf of the file /httpd_debug.asp of the component API. The manipulation of the argument Time results in stack-based buffer overflow. The attack may be performed from remote. The exploit is now public and may be used.
AnalysisAI
Stack-based buffer overflow in D-Link DI-7001 MINI routers (firmware up to 19.09.19A1) allows authenticated remote attackers to corrupt memory via the Time parameter passed to the sprintf function in /httpd_debug.asp. Publicly available exploit code exists on GitHub, and the CVSS 4.0 score of 7.4 reflects high confidentiality, integrity, and availability impact with low privilege requirement and no user interaction. The vulnerability targets an embedded networking appliance commonly deployed at SMB and branch-office perimeters, increasing exposure risk where the management interface is reachable.
Technical ContextAI
The affected product (cpe:2.3:a:d-link:di-7001_mini) is a D-Link small-business gateway/router running a web-based administrative interface served by an embedded httpd. The flaw maps to CWE-121 (Stack-based Buffer Overflow) and originates in an unsafe sprintf call inside the /httpd_debug.asp handler that formats the user-supplied Time argument into a fixed-size stack buffer without bounds checking. Because embedded MIPS/ARM router firmware often ships without modern stack protections (ASLR, stack canaries, NX consistently enforced), such overflows in CGI-style handlers frequently lead to control-flow hijack and arbitrary code execution within the httpd process, which typically runs as root on D-Link devices.
RemediationAI
No vendor-released patch identified at time of analysis - the references include only the VulDB advisory (https://vuldb.com/cve/CVE-2026-10270) and the public PoC repository (https://github.com/666324/dlink-DI-7001MINI-8G-vuln), with no link to a fixed firmware build on D-Link's support site. Until a firmware update is published, restrict access to the device's web management interface to a dedicated management VLAN or trusted source IPs via ACL, and ensure the WAN-side admin interface is disabled (the trade-off is loss of remote administration). Rotate any default or weak administrative credentials immediately to make the PR:L requirement a meaningful barrier, and where possible block requests to /httpd_debug.asp at an upstream reverse proxy or filtering device (this may break legitimate diagnostic workflows). Monitor https://www.dlink.com/ and the vendor's security bulletin feed for a firmware release superseding 19.09.19A1.
Same weakness CWE-121 – Stack-based Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33693
GHSA-m47m-chp5-wgqj