Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2610+ Articles
162+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. D-Link DIR-825M Disk-Format Stack Overflow (CVE-2026-82592)
D-Link DIR-825M Disk-Format Stack Overflow (CVE-2026-82592)

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-82592

D-Link DIR-825M Disk-Format Stack Overflow (CVE-2026-82592)

CVE-2026-82592 is a critical, unauthenticated stack overflow in D-Link DIR-825M's disk-formatting endpoint, with a public exploit available.

Dylan H.

Security Team

August 31, 2026
4 min read

Affected Products

  • D-Link DIR-825M firmware 1.1.8

Executive Summary

A critical stack-based buffer overflow (CVE-2026-82592) has been disclosed in the D-Link DIR-825M wireless router, firmware version 1.1.8. The flaw lives in sub_46725C, the handler behind the /boafrm/formDiskFormat endpoint that processes USB disk-formatting requests. Because the partition argument is copied into a fixed-size stack buffer without a length check, a remote, unauthenticated attacker can overflow adjacent memory and potentially achieve arbitrary code execution. A public exploit is already available, and the vulnerability carries a CVSS score as high as 9.9 (Critical).


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-82592
CVSS Score9.4–9.9 (Critical)
TypeStack-Based Buffer Overflow (CWE-121)
Componentsub_46725C in /boafrm/formDiskFormat (Disk Formatting Handler)
Attack VectorNetwork (remote, unauthenticated)
Privileges RequiredNone
User InteractionNone
Exploit StatusPublic exploit available

Technical Details

The /boafrm/formDiskFormat endpoint on the DIR-825M's built-in web management interface handles requests to format a USB storage device attached to the router. The handler function, sub_46725C, reads the partition parameter from the incoming request and copies it into a fixed-size buffer on the stack without validating its length.

1. Attacker sends a crafted request to /boafrm/formDiskFormat
2. The "partition" argument contains data exceeding the allocated buffer size
3. sub_46725C copies the oversized value onto the stack without bounds checking
4. Adjacent stack memory — including saved return addresses — is overwritten
5. Attacker-controlled data can redirect execution, enabling remote code execution

Because the request requires no authentication and no user interaction, any attacker with network access to the router's management interface can trigger the overflow. If the interface is exposed to the internet — common on consumer and small-office routers that ship with remote management enabled — this becomes exploitable from anywhere.

This disclosure is part of a broader pattern of stack-overflow flaws recently reported in DIR-825M firmware 1.1.8, including a related LTE-firmware-upgrade overflow, CVE-2026-82593, disclosed the same week.


Impact

ImpactDescription
Remote Code ExecutionAttacker-controlled stack overwrite can redirect execution flow
Full Device CompromiseSuccessful exploitation can grant control of the router's firmware environment
Network Pivot PointA compromised router can be used to intercept or redirect all LAN traffic
No Authentication RequiredFully exploitable by an anonymous, unauthenticated attacker

Remediation

D-Link has a long history of limited or no support for end-of-life consumer router models, and no vendor patch has been referenced in public advisories for this CVE as of this writing. Given the availability of a public exploit, treat this as actively exploitable and apply the following mitigations immediately:

  1. Disable remote/WAN-side management on the DIR-825M so the web administration interface is only reachable from the trusted LAN.
  2. Check D-Link's support pages for firmware updates specific to the DIR-825M and apply any available patch.
  3. Replace end-of-life hardware — the DIR-825M is a legacy model; if D-Link does not ship a fix, plan migration to a currently supported router.
  4. Segment IoT and router management traffic from sensitive internal networks using VLANs, limiting the blast radius of a compromised router.
  5. Monitor for anomalous requests to /boafrm/formDiskFormat and other boafrm endpoints in router logs, where logging is available.

Detection

IndicatorDescription
Requests to /boafrm/formDiskFormat with abnormally long partition valuesSignature of exploitation attempts
Unexpected router reboots or crash loopsPossible sign of failed or repeated exploitation attempts
Unrecognized outbound connections from the router itselfPossible sign of a compromised device

References

  • NVD — CVE-2026-82592
  • VulDB — CVE-2026-82592
#CVE-2026-82592#D-Link#DIR-825M#Buffer Overflow#Router#IoT

Related Articles

D-Link DIR-825M LTE Upgrade Stack Overflow (CVE-2026-82593)

CVE-2026-82593 is a critical, unauthenticated stack overflow in D-Link DIR-825M's LTE firmware-upgrade handler, with a public exploit available.

3 min read

CVE-2025-29635: D-Link DIR-823X Command Injection

A command injection flaw in end-of-life D-Link DIR-823X routers allows authenticated remote attackers to execute arbitrary OS commands. CISA has added...

3 min read

D-Link DHP-1320 SOAP Handler Stack Buffer Overflow

A CVSS 8.8 stack-based buffer overflow in D-Link DHP-1320 firmware 1.00WWB04 allows unauthenticated remote attackers to execute arbitrary code via a...

5 min read
Back to all Security Alerts