CVE-2025-22106

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-22106
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-22106.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-22106
Downstream
Related
Published
2025-04-16T15:16:04Z
Modified
2025-09-25T10:15:31Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

vmxnet3: unregister xdp rxq info in the reset path

vmxnet3 does not unregister xdp rxq info in the vmxnet3resetwork() code path as vmxnet3rqdestroy() is not invoked in this code path. So, we get below message with a backtrace.

Missing unregister, handled but fix driver WARNING: CPU:48 PID: 500 at net/core/xdp.c:182 _xdprxqinforeg+0x93/0xf0

This patch fixes the problem by moving the unregister code of XDP from vmxnet3rqdestroy() to vmxnet3rqcleanup().

References

Affected packages