Monday , September 14 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.

Hackers deploy Casbaneiro Trojan that activates on bank websites

Casbaneiro is going after online banking users by sending fake messages that seem like urgent bills or legal papers. The...
Read More
Hackers deploy Casbaneiro Trojan that activates on bank websites

German police read Signal, Telegram, WhatsApp messages without breaking encryption

German law enforcement agencies are using features built into apps such as WhatsApp to monitor people’s messages without breaking their...
Read More
German police read Signal, Telegram, WhatsApp messages without breaking encryption

Urgent Patch! cPanel, GitLab Flaws Expose Users to RCE, File and Credential Theft

GitLab has released an important security update to fix two serious problems. These issues could allow unauthorized file access and...
Read More
Urgent Patch! cPanel, GitLab Flaws Expose Users to RCE, File and Credential Theft

Palo Alto PAN-OS Flaw Enables Root Arbitrary Code Execution

Palo Alto Networks has revealed a serious flaw in PAN-OS. It may let a remote attacker without a password run...
Read More
Palo Alto PAN-OS Flaw Enables Root Arbitrary Code Execution

Critical Check Point VPN flaws allow remote code execution attacks

Check Point Software has revealed and fixed two major VPN flaws, CVE-2026-85102 and CVE-2026-85103. Both have a top CVSS score...
Read More
Critical Check Point VPN flaws allow remote code execution attacks

Cisco confirms CVE-2026-20079 flaw in Secure FMC is exploited in attacks

Cisco has said that a serious security flaw CVE-2026-20079 in its Secure Firewall Management Center (FMC) software is being used...
Read More
Cisco confirms CVE-2026-20079 flaw in Secure FMC is exploited in attacks

Hackers exploit PaperCut flaws using hundreds of AI agents, compromising 440 servers globally

A Russian-speaking hacker has used artificial intelligence like never before. They sent out hundreds of AI agents to find and...
Read More
Hackers exploit PaperCut flaws using hundreds of AI agents, compromising 440 servers globally

CISA Says Chinese Firms Extracted Billions of Tokens From Frontier AI Models

Six Chinese AI companies ran large-scale attacks on American AI models since late 2024, according to U.S. cybersecurity and intelligence...
Read More
CISA Says Chinese Firms Extracted Billions of Tokens From Frontier AI Models

Nightmare Eclipse Drops New Microsoft Defender ‘ShieldCrash’ zero-day

An unknown security expert called Nightmare Eclipse has drops a new Microsoft Defender flaw called "ShieldCrash" right after Microsoft released...
Read More
Nightmare Eclipse Drops New Microsoft Defender ‘ShieldCrash’ zero-day

cPanel Flaw Lets Hosting Accounts With Mail Privileges Execute Code as Root

cPanel has shared CVE-2026-67401, a serious SQL injection flaw in EmailTrack. This flaw could allow attackers with permission to take...
Read More
cPanel Flaw Lets Hosting Accounts With Mail Privileges Execute Code as Root

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

cPanel

cPanel Flaw Lets Hosting Accounts With Mail Privileges Execute Code as Root

cPanel has shared CVE-2026-67401, a serious SQL injection flaw in EmailTrack. This flaw could allow …