CVE-2023-54318
Race Condition in Linux Kernel SMC Component Causes Kernel Crash
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's smc module, specifically in the smcr_port_add function. When smcr_port_add is running, the smc_lgr_list.list can be modified (linkgroups added or deleted) concurrently without proper locking, which can lead to a kernel crash due to a NULL pointer dereference. The fix involves using smc_lgr_list.lock to protect the iteration over smc_lgr_list.list to prevent such crashes.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash unexpectedly, leading to system instability or downtime. A kernel crash can disrupt services, cause data loss, or require a system reboot, impacting availability and reliability of systems running the affected kernel.