Tuesday , June 23 2026
DIR-825 router

CVE-2025-7206
Critical D-Link DIR-825 Router Flaw Remote Crash Via Buffer Overflow

A newly found vulnerability (CVE-2025-7206) in the D-Link DIR-825 router firmware version 2.10 poses a significant risk to home and business networks. Discovered by security researcher iC0rner, it enables remote attackers to crash the router’s web interface without needing authentication, which could lead to remote code execution or denial-of-service attacks.

“The manipulation of the argument Language leads to stack-based buffer overflow,” the CVE description writes, giving the issue a CVSS score of 9.8.

India’s Tata Electronics hit by cyber breach: Hacker target 630 GB record

A cyber attack seems to have affected one of India's top electronics companies. Tata Electronics has said there was a...
Read More
India’s Tata Electronics hit by cyber breach: Hacker target 630 GB record

Anthropic’s Mythos reportedly broke NSA classified systems in hours

The recent finding shows how powerful Mythos is: the AI can access the US government's secret networks in just a...
Read More
Anthropic’s Mythos reportedly broke NSA classified systems in hours

OpenAI New Method “Deployment Simulation” Predicts AI Risks Before Deployment

Test before going live is important for AI developers. But there's a problem: testing usually uses fake scenarios that often...
Read More
OpenAI New Method “Deployment Simulation” Predicts AI Risks Before Deployment

AryStinger botnet infected thousands of D-Link routers globally

AryStinger has taken control of over 4,000 old D-Link routers to use them as proxies for harmful traffic. The team...
Read More
AryStinger botnet infected thousands of D-Link routers globally

Hacker suspected of sending alerts across Brazil

Brazil's government suspects a hacking attack triggered an unauthorized ‌alert sent to cell phones across parts of the country early...
Read More
Hacker suspected of sending alerts across Brazil

CyberSentinel AI features 33 security tools like Nmap, SQLMap, and ZAP, utilizing Claude and GPT

A new open-source cybersecurity tool named CyberSentinel AI v3.0 has come out. It is an important step in self-operated security...
Read More
CyberSentinel AI features 33 security tools like Nmap, SQLMap, and ZAP, utilizing Claude and GPT

Barracuda hosts Dhaka roundtable on cyber resilience

Barracuda gathered industry people in Dhaka on 18 June 2026 for a roundtable talk about cyber resilience. The company shared...
Read More
Barracuda hosts Dhaka roundtable on cyber resilience

CISA Alerts Fortinet Users as FortiBleed Affects 86,644 FortiGate Devices

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) asked Fortinet users with FortiGate devices on Thursday to act to protect...
Read More
CISA Alerts Fortinet Users as FortiBleed Affects 86,644 FortiGate Devices

CISA: Splunk flaw under active exploit, patch by Sunday

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has asked federal agencies to protect their systems by Sunday from a...
Read More
CISA: Splunk flaw under active exploit, patch by Sunday

Texas data breach exposes 3 million driver’s licenses

The Texas Parks and Wildlife Department (TPWD) revealed a data leak at its license system provider. This leak exposed private...
Read More
Texas data breach exposes 3 million driver’s licenses

The flaw lies in the switch_language.cgi part of D-Link’s web server (httpd). Here’s its operation:

An attacker sends a maliciously long Language parameter via the CGI script.
This parameter is stored in non-volatile memory (nvram).

When the router later renders any ASP page (e.g., login.asp) that includes a JavaScript reference like

“<script type=“text/javascript” src=“lang_<% CmoGetCfg(“language“,”none“); %>.js”></script>”

the system attempts to dynamically fetch and parse the language file name.
The stored Language value flows through several internal functions — sub_40bFC4, v65, v61, v69, and eventually v67.

No proper bounds checking is applied, allowing an out-of-bounds write to occur.
This causes a segmentation fault, crashing the router’s httpd service.

“If the overflow length is insufficient, it will also affect the program’s execution,” the researcher noted, implying that partial corruption may also lead to instability or unpredictable behavior.

To exploit the flaw:

Set a long Language parameter via switch_language.cgi.
Access any page such as login.asp that references the dynamic language JavaScript.

The overflow is triggered in the background, crashing the process.

This is a zero-click attack vector once the initial parameter is set — the user merely needs to visit a common router page for the crash to occur.

The D-Link DIR-825 is widely used in residential, small business, and public Wi-Fi environments. While this vulnerability currently causes a segmentation fault (crash), any stack-based buffer overflow could potentially lead to remote code execution (RCE) in future exploit chains.

Check Also

F5

F5 Patches NGINX Flaw for Code Execution and DoS Attacks

F5 has shared a security warning about serious flaws in NGINX. These issues could let …