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.

2837+ Articles
167+ 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. CVE-2026-90702: D-Link DWR-M921 OS Command Injection via Disk Format Handler
CVE-2026-90702: D-Link DWR-M921 OS Command Injection via Disk Format Handler

Critical Security Alert

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

SECURITYCRITICALCVE-2026-90702

CVE-2026-90702: D-Link DWR-M921 OS Command Injection via Disk Format Handler

D-Link DWR-M921 1.1.52 lets remote attackers inject OS commands through the formDiskFormat handler; a public exploit is already available.

Dylan H.

Security Team

September 15, 2026
3 min read

Affected Products

  • D-Link DWR-M921 — Firmware 1.1.52

Overview

A critical OS command injection vulnerability has been disclosed in the D-Link DWR-M921 router, firmware version 1.1.52. Tracked as CVE-2026-90702, the flaw sits in the system function of /boafrm/formDiskFormat, the handler that formats USB storage attached to the router, and can be triggered remotely without authentication.

This is one of two related OS command injection flaws disclosed in DWR-M921 firmware on the same day — see also CVE-2026-90703, which affects the disk share handler.


Technical Details

FieldValue
CVE IDCVE-2026-90702
CWECWE-78 (OS Command Injection)
SeverityCritical (CVSS 9.1)
Attack VectorNetwork
Affected Functionsystem in /boafrm/formDiskFormat
Vulnerable Parameterpartition
Exploit AvailabilityPublic exploit released

How It Works

The formDiskFormat endpoint accepts a partition parameter that identifies which storage partition on router-attached USB media to format. That value is concatenated directly into a system() call rather than being validated against a known device list, so shell metacharacters embedded in partition let an attacker run arbitrary commands with the privileges of the disk-management process.


Impact Assessment

The DWR-M921 exposes built-in USB/NAS-style storage sharing, a feature commonly left enabled and reachable on the LAN — and in poorly segmented deployments, the internet. A successful exploit yields command execution as the router's storage-management process, which typically has access to attached storage, the filesystem, and the network stack.

Potential Attack Chains

  1. Attacker reaches the router's web management interface, directly if internet-exposed or from an adjacent LAN segment.
  2. A crafted partition value containing shell metacharacters is submitted to formDiskFormat.
  3. Injected commands execute with the router's storage-process privileges.
  4. The compromised device is used to exfiltrate data from attached storage, pivot into the LAN, or is conscripted into an IoT botnet.

Mitigation

  • Check D-Link's support portal for a firmware update addressing CVE-2026-90702 and apply it as soon as one is released — no patched firmware was referenced in the disclosure at time of writing.
  • Never expose router management interfaces to the internet. Restrict access to formDiskFormat and other admin endpoints to trusted internal networks or a management VLAN.
  • Disable USB storage sharing on the router if the feature is not actively required.
  • Segment routers with attached storage away from sensitive internal systems to limit blast radius if the device is compromised.
  • Consider replacing end-of-support D-Link hardware with actively patched alternatives in environments with elevated security requirements.

References

  • NVD — CVE-2026-90702
  • CISA Known Exploited Vulnerabilities Catalog
#D-Link#CVE-2026-90702#OS Command Injection#Router Vulnerability#IoT Security#Critical Vulnerability

Related Articles

CVE-2026-90703: D-Link DWR-M921 OS Command Injection via Disk Share Handler

D-Link DWR-M921 1.1.52 lets remote attackers inject OS commands through the formDiskCreateShare handler; a public exploit is already available.

3 min read

CVE-2026-90699: D-Link DWR-M920 OS Command Injection via PIN Manage Setup

D-Link DWR-M920 1.1.7 lets remote attackers inject OS commands through the formPinManageSetup handler; a public exploit is already available.

3 min read

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.

4 min read
Back to all Security Alerts