CVE-2026-8344 — Command Injection
CVE-2026-8344 — A weakness has been identified in D-Link DIR-816 1.10CNB05_R1B011D88210. Affected by this vulnerability is the function sub_445E7C of the file /goform/formDMZ.cgi. This manipulation causes command injection. It is possible to initiate the attack remotely. The exploit has been made av
What This Means For You
- If your environment is affected by CWE-74, CWE-77, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-8344 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-8344 - D-Link DIR-816 Command Injection via formDMZ.cgi
title: CVE-2026-8344 - D-Link DIR-816 Command Injection via formDMZ.cgi
id: scw-2026-05-11-ai-1
status: experimental
level: critical
description: |
Detects attempts to exploit CVE-2026-8344 by targeting the /goform/formDMZ.cgi endpoint on D-Link DIR-816 devices. The rule looks for common command injection payloads within the URI query string, indicating an attempt to execute arbitrary commands.
author: SCW Feed Engine (AI-generated)
date: 2026-05-11
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-8344/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/goform/formDMZ.cgi'
cs-uri-query|contains:
- 'ping'
- 'wget'
- 'curl'
- 'nc'
- 'telnet'
- 'sh'
- 'bash'
- 'cat /etc/passwd'
- 'uname -a'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-8344 | vulnerability | CVE-2026-8344 |
| CWE-74 | weakness | CWE-74 |
| CWE-77 | weakness | CWE-77 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 12, 2026 at 01:22 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.