Vulnerability in Linux
CVE-2026-46283
In the Linux kernel, the following vulnerability has been resolved: tpm: Use kfree_sensitive() to free auth session in tpm_dev_release() tpm_dev_release() uses plain kfree() to free chip->auth, which contains sensitive cryptographic material including HMAC session keys, nonces, and passphrase data (struct tpm2_auth). Every other code path that frees this structure uses kfree_sensitive() to zero the memory before releasing it: both tpm2_end_auth_session() and tpm_buf_check_hmac_response() do so. The tpm_dev_release() path is the only one that does not, leaving key material in freed slab memory until it is eventually overwritten. Use kfree_sensitive() for consistency with the rest of the driver and to ensure session keys are scrubbed during device teardown.
EPSS: 0.001 (2.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 699e3efd6c645c741ea4d6d58282c56b6d108cf7, 6.10, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2026-46283?
- CVE-2026-46283 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2026-06-08.
- How severe is CVE-2026-46283?
- Medium severity. CVSS v3 base score is 5.5 out of 10.