The fix for XSA-423 added logic to Linux'es netback driver to deal with a frontend splitting a packet in a way such that not all of the headers would come in one piece. Unfortunately the logic introduced there didn't account for the extreme case of the entire packet being split into as many pieces as permitted by the protocol, yet still being smaller than the area that's specially dealt with to keep all (possible) headers together. Such an unusual packet would therefore trigger a buffer overrun in the driver. References: https://xenbits.xen.org/xsa/advisory-432.html
Created kernel tracking bugs for this issue: Affects: fedora-all [bug 2230157]
Upstream fix: https://github.com/torvalds/linux/commit/534fc31d09b706a16d83533e16b5dc855caf7576
This bug is now closed. Further updates for individual products will be reflected on the CVE page(s): https://access.redhat.com/security/cve/cve-2023-34319