CVE-2026-33243
Received
Received - Intake
Hash Manipulation in barebox FIT Signature Allows Boot Bypass
Publication date: 2026-03-20
Last updated on: 2026-03-26
Assigner: GitHub, Inc.
Description
Description
barebox is a bootloader. In barebox from version 2016.03.0 to before version 2026.03.1 (and the corresponding backport to 2025.09.3), an attacker could exploit a FIT signature verification vulnerability to trick the bootloader into booting different images than those that were verified as part of a signed configuration. mkimage(1) sets the hashed-nodes property of the FIT signature node to list which nodes of the FIT were hashed as part of the signing process as these will need to be verified later on by the bootloader. However, hashed-nodes itself is not part of the hash and could therefore be modified to allow booting different images than those that have been verified. This issue has been patched in barebox versions 2026.03.1 and backported to 2025.09.3.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| denx | u-boot | From 2013.07 (inc) to 2026.04 (exc) |
| denx | u-boot | 2026.04 |
| denx | u-boot | 2026.04 |
| denx | u-boot | 2026.04 |
| pengutronix | barebox | From 2016.03.0 (inc) to 2025.09.3 (exc) |
| pengutronix | barebox | From 2025.10.0 (inc) to 2026.03.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-345 | The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data. |