3 matches found
CVE-2026-80634
In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: avoid numencaps underflow on bridge VLAN untag The DEVPATHBRVLANUNTAG case post-decrements info-numencaps inside WARNONONCE. numencaps is u8, so if it's already 0 the decrement still happens and wraps it to...
CVE-2026-80634
CVE-2026-80634 affects the Linux kernel 's netfilter flowtable component. The DEV_PATH_BR_VLAN_UNTAG case post-decrements info->num_encaps inside a WARN_ON_ONCE() call. Since num_encaps is a u8 , a decrement when already zero wraps it to 255 , and the break only exits the inner switch, allowin...
EUVD-2026-67510
In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: avoid numencaps underflow on bridge VLAN untag The DEVPATHBRVLANUNTAG case post-decrements info-numencaps inside WARNONONCE. numencaps is u8, so if it's already 0 the decrement still happens and wraps it to...