CVE-2022-50710 Details
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.
A vulnerability exists in the Linux kernel's Intel Ice driver, specifically in the handling of transmit (Tx) rings when the number of queues is changed via ethtool. The issue arises because the new Tx rings are allocated without properly initializing the transmit timestamps. This oversight leads to the timestamps being set to zero (due to the use of kcalloc for allocation), causing a NULL pointer dereference when a transmit timestamp is requested on the newly created ring.
Users can upgrade to the patched version of the Linux kernel available in the Linux kernel stable tree. Instructions for downloading the updated kernel can be found in the Linux kernel documentation.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 24, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/13180cb88a7be5ee389f65f6ab9f78e46f7722b2 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/624f03a027f2b18647cc4f1a7a81920a1e4e0201 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/9eb5fff6b0e78819c758892282da5faa915724d0 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/b3b173745c8cab1e24d6821488b60abed3acb24d | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
| Intel ice | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 24, 2025 | New CVE Received | kernel.org |
Volerion