CVE-2022-50710
Unknown Unknown - Not Provided
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
In the Linux kernel, the following vulnerability has been resolved: ice: set tx_tstamps when creating new Tx rings via ethtool When the user changes the number of queues via ethtool, the driver allocates new rings. This allocation did not initialize tx_tstamps. This results in the tx_tstamps field being zero (due to kcalloc allocation), and would result in a NULL pointer dereference when attempting a transmit timestamp on the new ring.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-05-07
AI Q&A
2025-12-24
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart