๐Ÿ” CVE Alert

CVE-2026-71402

MEDIUM 5.4

wicked: out-of-bounds read in the DHCPv4 option parser due to payload length taken from the IP total length

CVSS Score
5.4
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-125 CWE-130
Vendor suse
Product wicked
Published Aug 27, 2026
Stay Ahead of the Next One

Get instant alerts for suse wicked

Be the first to know when new medium vulnerabilities affecting suse wicked are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

SUSE / wicked
0 โ‰ค 0.6.80

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
bugzilla.suse.com: https://bugzilla.suse.com/show_bug.cgi?id=1274627 github.com: https://github.com/openSUSE/wicked/pull/1079

Credits

Daniel Birtwhistle