Katalog CVE

CVE-2026-46283

ŚrednieCVSS 5.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.12%

Percentyl 2 - wyżej niż 2% wszystkich znanych CVE

Streszczenie

W jądrze Linux w sterowniku TPM (tpm) funkcja tpm_dev_release() używa kfree() zamiast kfree_sensitive() do zwolnienia struktury auth zawierającej poufne dane kryptograficzne (klucze sesji HMAC, nonce, hasła). Inne ścieżki kodu używają kfree_sensitive(), co prowadzi do niespójności i pozostawienia wrażliwych danych w pamięci.

Ocena ryzyka

Poufne materiały kryptograficzne mogą pozostać w niezerowanej pamięci po zwolnieniu, co umożliwia ich odzyskanie przez atakującego z dostępem do pamięci (np. przez cold boot attack lub inne podatności).

Rekomendacja

Zastosować aktualizację jądra Linux zawierającą zmianę kfree() na kfree_sensitive() w tpm_dev_release().

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS