In the Linux kernel, the following vulnerability has been resolved:
tpm: tpmi2cinfineon: Fix locality leak on get_burstcount() failure
getburstcount() can return -EBUSY on timeout. When this happens, the function returns directly without releasing the locality that was acquired at the beginning of tpmtisi2csend().
Use goto outerr to ensure proper cleanup when getburstcount() fails.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45941.json"
}