Bug 2482041 (CVE-2026-45871) - CVE-2026-45871 kernel: tpm: st33zp24: Fix missing cleanup on get_burstcount() error
Summary: CVE-2026-45871 kernel: tpm: st33zp24: Fix missing cleanup on get_burstcount()...
Keywords:
Status: NEW
Alias: CVE-2026-45871
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-27 15:08 UTC by OSIDB Bzimport
Modified: 2026-05-28 03:47 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-27 15:08:25 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.