cbcvebase.
CVE-2026-1125
published 2026-01-18

CVE-2026-1125: A weakness has been identified in D-Link DIR-823X 250416. Affected by this issue is the function sub_412E7C of the file /goform/set_wifidog_settings. Executing…

PriorityP185critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWVulnCheck KEV
Exploited in the wild
EPSS
14.38%
96.2th percentile
A weakness has been identified in D-Link DIR-823X 250416. Affected by this issue is the function sub_412E7C of the file /goform/set_wifidog_settings. Executing a manipulation of the argument wd_enable can lead to command injection. The attack can be executed remotely. The exploit has been made available to the public and could be used for attacks.

Affected

2 ranges
VendorProductVersion rangeFixed in
d-linkdir-823x
dlinkdir-823x_firmware

Detection & IOCsextracted from sources · hover to see the quote

path/goform/set_wifidog_settings
snort
alert http any any -> $HOME_NET any (msg:"ET WEB_SPECIFIC_APPS D-Link set_wifidog_settings wd_enable Parameter Command Injection Attempt (CVE-2026-1125)"; flow:established,to_server; http.method; content:"POST"; http.uri; bsize:28; content:"/goform/set_wifidog_settings"; fast_pattern; http.request_body; content:"wd_enable|3d|"; pcre:"/^[^\x26]*?(?:(?:\x3b|%3[Bb])|(?:\x0a|%0[Aa])|(?:\x60|%60)|(?:\x7c|%7[Cc])|(?:\x24|%24))+/R"; reference:url,github.com/DavCloudz/cve/blob/main/D-link/DIR_823X/DIR-823X%20V250416%20Command%20Execution%20Vulnerability.md; reference:cve,2026-1125; classtype:attempted-admin; sid:2067089; rev:1; metadata:affected_product D_Link, attack_target Networking_Equipment, tls_state plaintext, created_at 2026_01_26, cve CVE_2026_1125, deployment Perimeter, deployment Internal, performance_impact Low, confidence High, signature_severity Major, tag Exploit, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2026_01_26, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application; target:dest_ip;)
bytes
wd_enable=
  • Exploit targets HTTP POST requests to the exact URI /goform/set_wifidog_settings (URI length is exactly 28 bytes); match on this path combined with POST method.
  • Command injection payload is embedded in the request body in the wd_enable parameter; look for shell metacharacters (;, newline \x0a, backtick \x60, pipe \x7c, dollar \x24) immediately following the wd_enable= value, including URL-encoded variants (%3B, %0A, %60, %7C, %24).
  • The vulnerable function is sub_412E7C in the firmware binary; the argument wd_enable is the injection point. Focus analysis on this function when performing firmware reverse engineering.
  • Traffic is expected in plaintext (no TLS); deploy detection at the network perimeter and internally.
  • Public exploit PoC is available; treat any matching traffic as high-severity attempted-admin exploitation (MITRE T1190 – Exploit Public-Facing Application).
  • ·The Snort/Suricata rule uses a strict URI byte-size match (bsize:28); ensure your IDS/IPS engine supports the bsize keyword, otherwise the URI content match alone may produce false positives.
  • ·The PCRE anchors on the wd_enable parameter value and stops at the & delimiter (\x26); multi-parameter POST bodies where wd_enable is not the first parameter may require rule tuning.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv4.05.5MEDIUMCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
vulncheck9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.