Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-46283
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-08 Jun, 2026 | 15:41
Updated At-08 Jun, 2026 | 15:41
Rejected At-
▼CVE Numbering Authority (CNA)
tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()

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.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/char/tpm/tpm-chip.c
Default Status
unaffected
Versions
Affected
  • From 699e3efd6c645c741ea4d6d58282c56b6d108cf7 before dd3ac52ea7a001406c7dbc663aae4b9f89da679a (git)
  • From 699e3efd6c645c741ea4d6d58282c56b6d108cf7 before 53e6d2d834df40960b655b353e7a8ff4d927e1c7 (git)
  • From 699e3efd6c645c741ea4d6d58282c56b6d108cf7 before 84ced03172da544c9f8c0862faad48104f519352 (git)
  • From 699e3efd6c645c741ea4d6d58282c56b6d108cf7 before c424d2664f08c77f08b4580b5f0cbaabf7c229b2 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/char/tpm/tpm-chip.c
Default Status
affected
Versions
Affected
  • 6.10
Unaffected
  • From 0 before 6.10 (semver)
  • From 6.12.86 through 6.12.* (semver)
  • From 6.18.27 through 6.18.* (semver)
  • From 7.0.4 through 7.0.* (semver)
  • From 7.1-rc1 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/dd3ac52ea7a001406c7dbc663aae4b9f89da679a
N/A
https://git.kernel.org/stable/c/53e6d2d834df40960b655b353e7a8ff4d927e1c7
N/A
https://git.kernel.org/stable/c/84ced03172da544c9f8c0862faad48104f519352
N/A
https://git.kernel.org/stable/c/c424d2664f08c77f08b4580b5f0cbaabf7c229b2
N/A
Hyperlink: https://git.kernel.org/stable/c/dd3ac52ea7a001406c7dbc663aae4b9f89da679a
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/53e6d2d834df40960b655b353e7a8ff4d927e1c7
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/84ced03172da544c9f8c0862faad48104f519352
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/c424d2664f08c77f08b4580b5f0cbaabf7c229b2
Resource: N/A
Details not found