CVE-2023-54237
Race Condition in Linux smc_llc_srv_add_link Causes Kernel Panic
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 | 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 exists in the Linux kernel's net/smc component, specifically in the function smc_llc_srv_add_link(). When the server tries to create a second link, this function lacks proper protection and may add a new link to the link group without adequate synchronization. This breaks the security environment protected by llc_conf_mutex and can lead to a kernel panic, causing the system to crash.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to panic and crash when a second link is created in the net/smc subsystem. This can lead to system instability, denial of service, and potential disruption of services running on the affected system.