VYPR

uefi-firmware-parser

by Theopolis

CVEs (2)

  • CVE-2026-54334criApr 16, 2026
    risk 0.59cvss epss

    `uefi-firmware` contains a heap out-of-bounds write vulnerability in the native tiano/EFI decompressor. in `uefi_firmware/compression/Tiano/Decompress.c`, `ReadCLen()` reads `Number = GetBits(Sd, CBIT)` with `CBIT = 9`, so `Number` can be as large as `511`, while the destination…

  • CVE-2026-54333criApr 16, 2026
    risk 0.59cvss epss

    `uefi-firmware` contains a stack out-of-bounds write vulnerability in the native tiano/EFI decompressor. in `uefi_firmware/compression/Tiano/Decompress.c`, `MakeTable()` does not validate that bit-length values read from the compressed bitstream are within the expected range…