CVE-2026-34960 PUBLISHED

barebox Out-of-Bounds Read in DHCP Option Parsing

Assigner: VulnCheck
Reserved: 31.03.2026 Published: 11.05.2026 Updated: 11.05.2026

barebox prior to version 2026.04.0 contains an out-of-bounds read vulnerability in DHCP option parsing within the dhcp_message_type() function that fails to verify the options pointer remains within received packet bounds. An attacker on the same broadcast domain can send a crafted DHCP Offer or ACK packet without a proper 0xff end marker to cause the parser to read past valid packet data and potentially crash the system.

Metrics

CVSS Vector: CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 7.1

Product Status

Vendor barebox
Product barebox
Versions Default: unaffected
  • affected from 0 to 2026.04.0 (incl.)

Credits

  • Kazuma Matsumoto finder

References

Problem Types

  • CWE-125 Out-of-bounds Read CWE