{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "1.14"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "bf3dfaa8a05675bae6ea0cbfa082ddcebfcde23e"
            },
            {
              "fixed": "0475f5bfb158a74401cb8c10b75fbf4b4615b664"
            }
          ],
          "repo": "https://github.com/theopolis/uefi-firmware-parser",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-hm2w-vr2p-hq7w"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-787"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/54xxx/CVE-2026-54334.json"
  },
  "details": "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-\u003emCLen heap array because its loop does not enforce Index \u003c NC. The CharC == 2 run-length path can additionally request up to 531 zero writes through Sd-\u003emCLen[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.",
  "id": "CVE-2026-54334",
  "modified": "2026-09-17T03:30:20.135116071Z",
  "published": "2026-09-14T20:06:42.388Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/theopolis/uefi-firmware-parser/releases/tag/v1.14"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/54xxx/CVE-2026-54334.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/theopolis/uefi-firmware-parser/security/advisories/GHSA-hm2w-vr2p-hq7w"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54334"
    },
    {
      "type": "FIX",
      "url": "https://github.com/theopolis/uefi-firmware-parser/commit/bf3dfaa8a05675bae6ea0cbfa082ddcebfcde23e"
    },
    {
      "type": "FIX",
      "url": "https://github.com/theopolis/uefi-firmware-parser/pull/145"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "UEFI Firmware Parser: Heap out-of-bounds write in tiano decompressor `ReadCLen`"
}