NONE · 0

CVE-2026-63991

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt() The skb_clone() function can return NULL if memory allocati...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt() The skb_clone() function can return NULL if memory allocation fails. send_mcast_pkt() calls skb_clone() without checking the return value, which can lead to a NULL pointer dereference in send_pkt() when it dereferences skb->data. Add a NULL check after skb_clone() and skip the peer if the clone fails.

References

FAQ

What is CVE-2026-63991?

CVE-2026-63991 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt() The skb_clone() function can return NULL if memory allocati...

How severe is CVE-2026-63991?

CVSS scoring is not yet available for CVE-2026-63991. Check NVD for updates.

Is there a patch for CVE-2026-63991?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.