In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: 6lowpan: check skbclone() return value in sendmcast_pkt()
The skbclone() function can return NULL if memory allocation fails. sendmcastpkt() calls skbclone() without checking the return value, which can lead to a NULL pointer dereference in sendpkt() when it dereferences skb->data. Add a NULL check after skbclone() and skip the peer if the clone fails.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63991.json",
"cna_assigner": "Linux"
}