# CVE-2026-54333

## Summary

- **CVE ID:** CVE-2026-54333
- **Severity:** CRITICAL
- **CVSS Score:** 9.8 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
- **CWE:** CWE-787
- **Published:** Sep 14, 2026
- **Last Modified:** Sep 15, 2026

## Description

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.

## Affected Products

- theopolis — uefi-firmware-parser (< 1.14)

## References

- [CNA](https://github.com/theopolis/uefi-firmware-parser/security/advisories/GHSA-2689-5p89-6j3j)
- [CNA](https://github.com/theopolis/uefi-firmware-parser/pull/145)
- [CNA](https://github.com/theopolis/uefi-firmware-parser/commit/bf3dfaa8a05675bae6ea0cbfa082ddcebfcde23e)
- [CNA](https://github.com/theopolis/uefi-firmware-parser/releases/tag/v1.14)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.43%
- **EPSS Percentile:** 37.0

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-18._