CVE-2026-34960: barebox Out-of-Bounds Read in DHCP Option Parsing
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.
Security readout for executives and security teams
Plain-English summary
CVE-2026-34960 is a denial-of-service risk in barebox bootloader DHCP handling. A nearby network attacker can send malformed DHCP responses that may make affected systems read beyond packet data and crash. Business impact depends on whether products or embedded systems use vulnerable barebox network boot paths.
Executive priority
Prioritize environments where barebox-based devices are operationally important and share Layer 2 networks with untrusted systems. The expected impact is availability disruption, so urgency is highest for recovery-critical embedded, industrial, or provisioning workflows.
Technical view
barebox before 2026.04.0 reportedly fails to keep the DHCP options pointer within received packet bounds in dhcp_message_type(). Crafted DHCP Offer or ACK packets missing a proper 0xff end marker can trigger an out-of-bounds read. The stated impact is system crash, not confidentiality or code execution.
Likely exposure
Exposure is likely limited to devices or firmware using barebox before 2026.04.0 with DHCP parsing reachable. The attacker must be on the same broadcast domain, so flat provisioning networks, labs, or boot networks with untrusted hosts matter most.
Exploitation context
The bundle does not show CISA KEV listing or evidence of active exploitation. The described attack is adjacent-network and low-complexity, requiring crafted DHCP Offer or ACK traffic on the victim’s broadcast domain.
Researcher notes
The source bundle’s affected metadata is sparse and lacks CPEs, while the description states barebox prior to 2026.04.0. Validate downstream integrations carefully. Evidence supports out-of-bounds read and crash potential only; it does not support code execution or confirmed exploitation.
Mitigation direction
Upgrade barebox to version 2026.04.0 or later where applicable.
Check barebox vendor guidance and downstream firmware advisories for product-specific fixes.
Restrict untrusted hosts from boot or provisioning broadcast domains.
Use trusted DHCP infrastructure on networks where barebox-based devices boot.
Validation and detection
Inventory products, firmware, and builds that include barebox.
Confirm the embedded barebox version for each affected device or image.
Identify networks where those devices accept DHCP during boot or provisioning.
Check whether untrusted hosts share those broadcast domains.
Review vendor or integrator advisories for downstream exposure statements.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-125: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.