Description
An integer underflow was found in the DHCPv4 packet capture code of wicked. ni_capture_inspect_udp_header() in src/capture.c does not verify that the IP total length field (ip_len) is at least as large as the IP header length (ihl) before subtracting the header length. An unauthenticated attacker on the same network can thereby trigger an out-of-bounds read past the receive buffer in the wicked DHCPv4 client (wickedd-dhcp4), which can crash the daemon depending on the process memory layout. No information disclosure has been demonstrated. This issue affects wicked up to and including version 0.6.80.
Published: 2026-08-27
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

An integer underflow in the DHCPv4 packet capture routine of wicked allows an unauthenticated attacker on the same local network to trigger an out-of-bounds read. The code fails to verify that the total IP length field is at least as large as the IP header length before subtracting the header length, leading to a read beyond the receive buffer. This can cause the wicked DHCPv4 client daemon (wickedd-dhcp4) to crash, disrupting network connectivity for machines that rely on wicked for DHCP handling. No information disclosure was demonstrated in the available data.

Affected Systems

The vulnerability affects the SUSE wicked networking utility, specifically the DHCPv4 client component, up to and including version 0.6.80. Any deployment of wicked DHCPv4 in that version range is susceptible to exploitation.

Risk and Exploitability

The CVSS score of 5.3 represents a medium severity risk, and the exploit is feasible from any device on the same local network without authentication. Because the attack depends only on manipulating DHCP traffic, an attacker with local network access can trigger the out-of-bounds read, potentially causing a denial of service. The EPSS score is not provided, and the vulnerability is not listed in the CISA KEV catalog. As a result, the likelihood of exploitation is uncertain, but the potential impact justifies proactive mitigation.

Generated by OpenCVE AI on August 27, 2026 at 17:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade wicked to a patched release that includes the integer underflow fix (any version newer than 0.6.80).
  • If an upgrade is temporarily unavailable, disable or isolate the wicked DHCPv4 client process until a patch is applied.
  • Use strict DHCP filtering rules on the network to prevent untrusted hosts from sending malformed DHCP packets that could trigger the vulnerability.

Generated by OpenCVE AI on August 27, 2026 at 17:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
First Time appeared Suse
Suse wicked
Vendors & Products Suse
Suse wicked

Thu, 27 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description An integer underflow was found in the DHCPv4 packet capture code of wicked. ni_capture_inspect_udp_header() in src/capture.c does not verify that the IP total length field (ip_len) is at least as large as the IP header length (ihl) before subtracting the header length. An unauthenticated attacker on the same network can thereby trigger an out-of-bounds read past the receive buffer in the wicked DHCPv4 client (wickedd-dhcp4), which can crash the daemon depending on the process memory layout. No information disclosure has been demonstrated. This issue affects wicked up to and including version 0.6.80.
Title wicked: integer underflow of the UDP length in ni_capture_inspect_udp_header() leads to an out-of-bounds read
Weaknesses CWE-191
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: suse

Published:

Updated: 2026-08-27T19:31:06.894Z

Reserved: 2026-08-06T11:38:54.896Z

Link: CVE-2026-71401

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-27T17:19:44.830

Modified: 2026-09-01T20:54:51.287

Link: CVE-2026-71401

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T18:00:12Z

Weaknesses
  • CWE-191

    Integer Underflow (Wrap or Wraparound)