Description
In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: handle forward allocation error batadv_dat_forward_data() calls pskb_copy_for_clone() to duplicate an skb for each DHT candidate, but does not check the return value before passing it to batadv_send_skb_prepare_unicast_4addr(). That function dereferences the skb unconditionally, so a failed allocation triggers a NULL pointer dereference. Skip forwarding to the current DHT candidate on allocation failure.
References (8)
Core 8
Core References
Scores
CVSS v3
7.5
EPSS
0.0039
EPSS Percentile
31.5%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-476
Status
published
Products (27)
linux/Kernel
3.8.0 - 5.10.258linux
linux/Kernel
5.11.0 - 5.15.209linux
linux/Kernel
5.16.0 - 6.1.175linux
linux/Kernel
6.13.0 - 6.18.34linux
linux/Kernel
6.19.0 - 7.0.11linux
linux/Kernel
6.2.0 - 6.6.142linux
linux/Kernel
6.7.0 - 6.12.92linux
Linux/Linux
< 3.8
Linux/Linux
3.8
Linux/Linux
5.10.258 - 5.10.*
... and 17 more
Published
Jun 24, 2026
Tracked Since
Jun 24, 2026