4 matches found
CVE-2026-80599
CVE-2026-80599 affects the batman-adv (BATMAN-Advanced) module in the Linux kernel . The root cause is that batadv_get_vid() accesses the proto field of the Ethernet header without verifying that the underlying data is accessible. While other call sites handle this check, batadv_dat_get_vid() and...
CVE-2026-80599
In the Linux kernel, the following vulnerability has been resolved: b...
EUVD-2026-67475
In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: ensure accessible ethhdr proto field When batadvgetvid accesses the proto field of the ethernet header, it is not checking if the data itself is accessible. The caller is responsible for it. But in contrast to...
CVE-2026-52922
In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: handle forward allocation error batadvdatforwarddata calls pskbcopyforclone to duplicate an skb for each DHT candidate, but does not check the return value before passing it to batadvsendskbprepareunicast4addr...