Linux · Linux Kernel · CVE-2022-48647
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to a NULL pointer dereference in the Linux kernel's sfc component when using legacy interrupts. In legacy interrupt mode, the tx channel offset was hardcoded to 1, but this is not correct if efx sepparate tx channels is false. As a result, when trying to send traffic, the system attempts to access tx queues from an uninitialized channel, leading to errors and a kernel NULL pointer dereference. The `efx hard start xmit` function is involved in this process.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.