In the Linux kernel, the following vulnerability has been resolved:
tpm: st33zp24: Fix missing cleanup on get_burstcount() error
getburstcount() can return -EBUSY on timeout. When this happens, st33zp24send() returns directly without releasing the locality acquired earlier.
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-45871.json"
}