CVE-2023-54218
Data Race Vulnerability in Linux Kernel net/socket Timestamp Handling
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 is a data race condition in the Linux kernel's sock_recv_cmsgs() function, where concurrent read and write accesses to the sk->sk_stamp field occur without proper synchronization. This can lead to inconsistent or incorrect data being read or written, potentially causing unexpected behavior or system instability.
How can this vulnerability impact me? :
The data race in sock_recv_cmsgs() can cause unpredictable behavior in network packet processing, potentially leading to system crashes, data corruption, or security issues due to inconsistent timestamp data handling in socket operations.