In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic due to multi-buffer handling Currently, the ionic_run_xdp() doesn't handle multi-buffer packets properly …
High CVSS 8.8
Summary
In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic due to multi-buffer handling Currently, the ionic_run_xdp() doesn't handle multi-buffer packets properly for XDP_TX and XDP_REDIRECT. When a jumbo frame is received, the ionic_run_xdp() first makes xdp frame with all necessary pages in the rx descriptor. And if the action is either XDP_TX or XDP_REDIRECT, it should unmap dma-mapping and reset page pointer to NULL for all pages, not only the first page.…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/8ae401525ae84228a8986bb369224a6224e4d22f Patch
- https://git.kernel.org/stable/c/e3f02f32a05009a688a87f5799e049ed6b55bab5 Patch
- https://git.kernel.org/stable/c/8ae401525ae84228a8986bb369224a6224e4d22f Patch
- https://git.kernel.org/stable/c/e3f02f32a05009a688a87f5799e049ed6b55bab5 Patch
Timeline
- nvd_ingest NVD