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