CVE-2026-44932: Wicked DHCP Client RCE via Unsanitized String Injection
A flaw in the wicked DHCP client allows a malicious DHCP server to inject unsanitized strings that lead to arbitrary code execution on affected machines. An attacker on the local network (or able to intercept DHCP traffic) can exploit this without user interaction to gain full control of a system. The vulnerability affects wicked versions before 0.6.79.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.8 HIGH · CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-78
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-16 / 2026-06-18
NVD description (verbatim)
Passing of unsanitized strings from DHCP replies into the wicked dhcp client before wicked 0.6.79 could be used by attackers operating a malicious DHCP server to execute code on the local machine.
6 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-44932 stems from insufficient input validation in wicked's DHCP client. The client fails to sanitize strings returned in DHCP replies before processing them, creating a classic command-injection vector (CWE-78). The attack surface is the network layer: any entity able to respond to DHCP requests or spoof DHCP replies can craft malicious payloads. The CVSS 3.1 score of 8.8 reflects high severity across confidentiality, integrity, and availability—an attacker gains unauthenticated remote code execution with only adjacent network access required.
Business impact
Successful exploitation enables complete system compromise: attackers can steal data, install persistence mechanisms, disrupt operations, or pivot to other networked assets. In enterprise environments where DHCP is centralized, a compromised rogue DHCP server or on-path attacker could affect multiple machines simultaneously. Organizations relying on wicked for network configuration are exposed to post-compromise lateral movement risks and credential harvesting.
Affected systems
The wicked DHCP client in versions prior to 0.6.79 is affected. Wicked is a network configuration daemon commonly used in Linux distributions, particularly SUSE-based systems, for dynamic IP assignment and network management. Check your distribution's package repositories and installed versions to determine exposure.
Exploitability
Exploitability is moderate in practice but structurally high: an attacker needs adjacent network access (AV:A) to send or intercept DHCP traffic, but requires no authentication, user interaction, or special privileges. In enterprise networks with rogue DHCP detection controls or where DHCP is strictly monitored and filtered, the window of opportunity narrows. In less-controlled environments or guest networks, this is readily exploitable.
Remediation
Update wicked to version 0.6.79 or later. This patch sanitizes DHCP reply strings before use. Organizations should prioritize this for systems with direct or unfiltered network exposure, especially those in untrusted network zones or handling sensitive workloads.
Patch guidance
Vendors and distributions will release patched wicked packages; coordinate updates through your distribution's security advisory channel. Verify the patch applies sanitization to all DHCP reply fields. Test in a non-production environment first, as DHCP client changes can affect network initialization. For systems unable to patch immediately, enforce network-layer segmentation (DHCP snooping, authorized server whitelisting) as a compensating control.
Detection guidance
Monitor for abnormal process spawning from wicked or dhcp-related daemons, especially commands that invoke shells or execute binaries. Log DHCP server responses and watch for unusually long or malformed option values. Intrusion detection systems should flag DHCP packets with suspicious payloads. Host-based monitoring of wicked process behavior and file-system changes during DHCP negotiation can reveal exploitation attempts.
Why prioritize this
This is a high-priority remote code execution flaw requiring minimal attacker capability (adjacent network access only, no authentication). The lack of KEV listing does not diminish urgency; the technical severity is unambiguous. Organizations with networked Linux systems—especially servers, IoT devices, or edge systems—should treat this as critical in their patching queue.
Risk score, explained
The CVSS 8.8 (HIGH) reflects the combination of unauthenticated network-adjacent RCE with full system compromise impact. The vector AV:A (Adjacent Network) and AC:L (Low Attack Complexity) indicate an attacker needs local network proximity but not elevated privilege. All three impact metrics (C:H, I:H, A:H) are maximal, reflecting unrestricted code execution capability.
Frequently asked questions
Do I need to be on the same physical network to exploit this?
Yes, the vulnerability requires adjacent network access—you must be on the same network segment or able to intercept/spoof DHCP traffic. This includes WiFi networks, bridged VLANs, or compromised network appliances. A direct Internet attack is not possible.
What DHCP servers are malicious?
Any DHCP server can be weaponized if controlled by an attacker, or a server can be spoofed via ARP or MAC spoofing on a local network. The vulnerability does not require a specific vendor's DHCP server—the flaw is in how wicked processes the reply, not in the server itself.
Is this exploited in the wild?
CVE-2026-44932 is not currently listed in CISA's KEV catalog, indicating no confirmed active exploitation at time of publication. However, the technical barrier to exploitation is low, and proof-of-concept development would be straightforward; do not assume absence of KEV status means absence of risk.
Can I mitigate this without patching?
Implement network controls: enable DHCP snooping on switches, whitelist authorized DHCP servers, restrict DHCP traffic via firewalls, and segment untrusted networks. These reduce the attack surface but do not eliminate the vulnerability; patching remains essential.
This analysis is provided for informational purposes to support security decision-making. SEC.co does not confirm the existence, severity, or active exploitation of this vulnerability independent of the sources cited. Consult official vendor advisories and your security team before making patch or mitigation decisions. Always test patches in non-production environments first. The information provided is current as of the publication date and may be updated as new details emerge. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2025-41265HIGHWaterfall WF-500 TX Host OS Command Injection (CVSS 7.2)
- CVE-2025-41266HIGHWaterfall WF-500 TX Host Command Injection Vulnerability Analysis
- CVE-2025-41267HIGHWaterfall WF-500 TX Host Command Injection Vulnerability
- CVE-2025-41279HIGHOS Command Injection in Waterfall WF-500 RX Host Administration WebUI
- CVE-2025-41281HIGHWaterfall WF-500 OS Command Injection
- CVE-2025-66273HIGHQNAP Command Injection in QTS and QuTS hero
- CVE-2025-66279HIGHQNAP NAS Command Injection – Admin Authentication Required, HIGH Severity
- CVE-2025-69755HIGHNeterbit NW-431F Router RCE and Data Exposure Vulnerability