CVE-2026-45871

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/05/2026
Last modified:
27/05/2026

Description

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

Impact