Bug 2426198 (CVE-2023-54309) - CVE-2023-54309 kernel: tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation
Summary: CVE-2023-54309 kernel: tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpm...
Keywords:
Status: NEW
Alias: CVE-2023-54309
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-30 13:15 UTC by OSIDB Bzimport
Modified: 2025-12-31 02:05 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-30 13:15:51 UTC
In the Linux kernel, the following vulnerability has been resolved:

tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation

/dev/vtpmx is made visible before 'workqueue' is initialized, which can
lead to a memory corruption in the worst case scenario.

Address this by initializing 'workqueue' as the very first step of the
driver initialization.


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