CVE-2026-54333 PUBLISHED

UEFI Firmware Parser: Stack out-of-bounds write in tiano decompressor MakeTable

Assigner: GitHub_M
Reserved: 12.06.2026 Published: 14.09.2026 Updated: 15.09.2026

UEFI Firmware Parser parses BIOS, Intel ME, and UEFI firmware structures including volumes, file systems, and files. Prior to 1.14, MakeTable() in uefi_firmware/compression/Tiano/Decompress.c does not validate that bit-length values read from a crafted Tiano or EFI compressed firmware bitstream remain within the expected range from 0 through 16. The normal CompressedSection.process() to efi_compressor.TianoDecompress() to TianoDecompress() to ReadPTLen() to MakeTable() parsing path can consequently write beyond the stack-allocated Count[17] array and related decode tables. The resulting stack corruption deterministically crashes the parsing process and may permit code execution depending on build and runtime details. This issue is fixed in version 1.14.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8

Product Status

Vendor theopolis
Product uefi-firmware-parser
Versions
  • Version < 1.14 is affected

References

Problem Types

  • CWE-787: Out-of-bounds Write CWE