Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-hm2w-vr2p-hq7w | UEFI Firmware Parser has a heap out-of-bounds write in tiano decompressor ReadCLen |
Thu, 17 Sep 2026 20:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Theopolis
Theopolis uefi-firmware-parser |
|
| Vendors & Products |
Theopolis
Theopolis uefi-firmware-parser |
Wed, 16 Sep 2026 19:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Mon, 14 Sep 2026 21:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | UEFI Firmware Parser parses BIOS, Intel ME, and UEFI firmware structures including volumes, file systems, and files. Prior to 1.14, ReadCLen() in uefi_firmware/compression/Tiano/Decompress.c reads Number from GetBits(Sd, CBIT) with CBIT = 9 and can obtain 511 entries for the 510-element Sd->mCLen heap array because its loop does not enforce Index < NC. The CharC == 2 run-length path can additionally request up to 531 zero writes through Sd->mCLen[Index++] = 0. The normal CompressedSection.process() to efi_compressor.TianoDecompress() to TianoDecompress() to DecodeC() to ReadCLen() parsing path therefore permits crafted Tiano or EFI compressed firmware to corrupt heap memory, deterministically crash the parsing process, and potentially execute code depending on build and runtime details. This issue is fixed in version 1.14. | |
| Title | UEFI Firmware Parser: Heap out-of-bounds write in tiano decompressor `ReadCLen` | |
| Weaknesses | CWE-787 | |
| References |
|
|
| Metrics |
cvssV3_1
|
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-09-16T18:35:59.871Z
Reserved: 2026-06-12T19:23:22.316Z
Link: CVE-2026-54334
Updated: 2026-09-16T18:35:56.481Z
Status : Received
Published: 2026-09-14T20:16:46.143
Modified: 2026-09-16T19:17:19.577
Link: CVE-2026-54334
No data.
OpenCVE Enrichment
Updated: 2026-09-17T20:00:33Z
-
CWE-787
Out-of-bounds Write
Github GHSA