CVE-2025-22106
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
16/04/2025
Last modified:
03/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
vmxnet3: unregister xdp rxq info in the reset path<br />
<br />
vmxnet3 does not unregister xdp rxq info in the<br />
vmxnet3_reset_work() code path as vmxnet3_rq_destroy()<br />
is not invoked in this code path. So, we get below message with a<br />
backtrace.<br />
<br />
Missing unregister, handled but fix driver<br />
WARNING: CPU:48 PID: 500 at net/core/xdp.c:182<br />
__xdp_rxq_info_reg+0x93/0xf0<br />
<br />
This patch fixes the problem by moving the unregister<br />
code of XDP from vmxnet3_rq_destroy() to vmxnet3_rq_cleanup().
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.6 (including) | 6.6.108 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.49 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.14.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



