Security Advisory

CVE-2026-45871

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-27 12:15:51
Last updated 2026-05-27 12:15:51
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: tpm: st33zp24: Fix missing cleanup on get_burstcount() error get_burstcount() can return -EBUSY on timeout. When this happens, st33zp24_send() returns directly without releasing the locality acquired earlier. Use goto out_err to ensure proper cleanup when get_burstcount() fails.