CVE-2022-50710
Unknown Unknown - Not Provided

Null Pointer Dereference in Linux ice Driver Tx Timestamp Handling

Vulnerability report for CVE-2022-50710, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

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-07-06
AI Q&A
2025-12-24
EPSS Evaluated
2026-07-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 Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50710. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart