CVE-2022-50710
Null Pointer Dereference in Linux ice Driver Tx Timestamp Handling
Publication date: 2025-12-24
Last updated on: 2025-12-24
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 ice driver when the user changes the number of queues via ethtool. The driver allocates new transmit (Tx) rings but does not initialize the tx_tstamps field. Because tx_tstamps remains zero (due to kcalloc allocation), attempting to use a transmit timestamp on the new ring causes a NULL pointer dereference, potentially leading to a kernel crash or instability.
How can this vulnerability impact me? :
This vulnerability can cause a NULL pointer dereference in the Linux kernel when transmit timestamps are used on newly allocated Tx rings, potentially leading to kernel crashes or system instability. This can disrupt network operations and affect system reliability.