In the Linux kernel, the following vulnerability has been resolved:ice: track AF_XDP ZC enabled queues in bitmapCommit c7a219048e45 ("ice: Remove xsk_buff_pool from VSI structure")silently introduced a regression and broke the Tx side of AF_XDP in copymode. xsk_pool on ice_ring is set only based on the existence of the XDPprog on the VSI which in turn picks ice_clean_tx_irq_zc to be executed.That is not something that should happen for copy mode as it should usethe regular data path ice_clean_tx_irq.This results in a following splat when xdpsock is run in txonly or l2fwdscenarios in copy mode:
No PoCs from references.
- https://github.com/NaInSec/CVE-LIST