CVE & CISA-KEV Catalog

CVE-2026-46283

UNSCORED

Description

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.

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.86-1CVE-2026-46283
Fixed in:7.0.4-1CVE-2026-46283

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.17%probability of exploitation in 30 days
6thpercentile

Low risk: more likely to be exploited than 6% of all known CVEs.

References

Embed a live status badge for CVE-2026-46283
CVE-2026-46283 severity badge

Markdown

[![CVE-2026-46283](https://tridentstack.com/cve/badge/CVE-2026-46283.svg)](https://tridentstack.com/cve/CVE-2026-46283)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-46283"><img src="https://tridentstack.com/cve/badge/CVE-2026-46283.svg" alt="CVE-2026-46283"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-06-17.