CVE-2023-54073
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54073 is a kernel crash vulnerability in the Linux kernel's TPM (Trusted Platform Module) subsystem, specifically in the hardware random number generator (hwrng) unregistration path. The flaw involves a missing check for !tpm_amd_is_rng_defective() at the hwrng_unregister() call site, which can lead to list corruption and a kernel BUG (null pointer dereference in __list_del_entry_valid). It was published on December 24, 2025, and affects the Linux kernel (CVE Record). No CVSS score has been assigned as of the time of this report (Feedly).

Technical details

The root cause is a missing conditional guard in the TPM module's cleanup path: when hwrng_unregister() is called without first verifying that the AMD RNG defect check (tpm_amd_is_rng_defective()) is false, the hwrng entry may not have been registered in the first place, leading to an attempt to remove a list entry with a NULL next pointer. This triggers a kernel BUG in lib/list_debug.c (list_del corruption), classified as a use-before-initialization or improper state management issue (CWE-476 / CWE-665). The crash was observed during module unloading (modprobe) on systems with AMD hardware, as shown in the reported kernel trace: list_del corruption, ffff99560d485790->next is NULL followed by kernel BUG at lib/list_debug.c:49 (Feedly). The fix adds the !tpm_amd_is_rng_defective() guard to the hwrng_unregister() call site, mirroring the condition used during registration (kernel.org patch).

Impact

Successful triggering of this vulnerability causes a kernel panic (BUG) on affected Linux systems, resulting in a denial of service (system crash). The impact is limited to availability — there is no evidence of confidentiality or integrity compromise. The crash occurs during TPM module unloading on systems with AMD hardware where the RNG defect path is active, meaning it primarily affects systems with specific AMD TPM configurations (Feedly).

Mitigation and workarounds

Apply the upstream Linux kernel patches that add the !tpm_amd_is_rng_defective() guard to the hwrng_unregister() call site. Multiple stable-branch patches have been issued, referenced at the following kernel.org commits: 0af0a989e747, 8da5ba044ea7, 1408d27f25c7, and bd8621ca1510. Users should update to a patched kernel version provided by their Linux distribution. As a temporary workaround, avoiding unloading the TPM module on affected AMD hardware can prevent the crash (kernel.org patch).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management