CVE-2026-71402CWE-125CWE-130

CVE-2026-71402

Medium · published August 27, 2026

CVSS v3.1
5.4
EPSS
0%
Percentile
6.4
In the wild
Unconfirmed
What it is

An out-of-bounds read was found in the DHCPv4 packet capture code of wicked. ni_capture_inspect_udp_header() in src/capture.c reports the IP total length as the payload length instead of the length of the remaining UDP payload. Consequently, the DHCP option walker in the DHCPv4 client (wickedd-dhcp4) reads up to ihl + 8 bytes — at most 68 bytes — past the end of the 1500-byte packet receive buffer. An unauthenticated attacker on the same network who sends a crafted DHCP/UDP packet can make the client parse adjacent heap memory as DHCP options, so that heap contents such as allocator metadata or pointer values can be interpreted into lease fields. The over-read is bounded to 68 bytes; no memory write, no attacker control over the adjacent bytes and no remote exfiltration primitive has been demonstrated. This issue affects wicked up to and including version 0.6.80.

The record
Technical detail
CVSS v3.1
5.4 · MEDIUM
Vector
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
CVSS v4.0
5.3 · CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
EPSS
0.00168 · 6.4th percentile
Weaknesses
CWE-125 · Out-of-bounds Read; CWE-130 · Improper Handling of Length Parameter Inconsistency
Published
2026-08-27T21:19Z
References (2)
EPSS history
Timeline
  • 27 AUG 15:09Z
    wicked: out-of-bounds read in the DHCPv4 option parser due to payload length taken from the IP total length
    cvelistv5