In the Linux kernel, the following vulnerability has been resolved:
ice: fix using untrusted value of pktlen in icevcfdirparse_raw()
Fix using the untrusted value of proto->raw.pktlen in function icevcfdirparseraw() by verifying if it does not exceed the VIRTCHNLMAXSIZERAW_PACKET value.