In the Linux kernel, the following vulnerability has been resolved:
vmxnet3: fix BUGON in vmxnet3gethdrlen() for Geneve packets
vmxnet3gethdrlen() assumes gdesc->rcd.v4/v6/tcp always describe the outer header, but for a Geneve-encapsulated packet the device can set them based on the inner header instead, signalled by the VMXNET3RCDHDRINNER_SHIFT bit in the completion descriptor. Since the function never skips the outer encapsulation, this mismatch triggers:
Check VMXNET3RCDHDRINNERSHIFT up front and bail out, since the function cannot locate the inner header it would need to parse. Also convert the remaining BUG_ON()s in this function to return 0 defensively.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68299.json",
"cna_assigner": "Linux"
}