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.
Published: 2026-07-19
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A coding oversight in Linux’s Bluetooth 6lowpan driver lets the skb_clone() function return NULL when memory allocation fails. send_mcast_pkt() does not check this return value and, if NULL, subsequently dereferences skb->data in send_pkt(), causing a kernel crash. The flaw is a classic null pointer dereference (CWE‑476). The effect is a system crash, which leads to a denial of service.

Affected Systems

All Linux kernel releases containing the unpatched Bluetooth 6lowpan subsystem are affected. The vulnerability exists in the kernel’s networking stack handling multicast packets over Bluetooth 6lowpan. Any distribution that has not incorporated the recent patched commits is at risk.

Risk and Exploitability

The EPSS score of less than 1% indicates a very low probability of exploitation in the wild, and the vulnerability is not listed in CISA’s KEV catalog. The CVSS score of 5.5 reflects medium severity, matching the potential to cause a system crash leading to denial of service. The likely attack vector involves sending a crafted Bluetooth 6lowpan multicast packet to the target; this inference is based on the description that the fault is triggered by a multicast packet; it is not explicitly stated that the attack is remote, but the use of Bluetooth implies a proximity or wireless remote vector. No public exploit is documented. The risk remains moderate: significant impact if exploited but low likelihood of successful exploitation. Patching is advised over monitoring alone.

Generated by OpenCVE AI on August 4, 2026 at 06:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a patched version that includes the fix for the skb_clone() null pointer check.
  • If an immediate kernel update is not possible, disable the Bluetooth 6lowpan module by blacklisting it or unloading it with modprobe -r.
  • Block all Bluetooth traffic on the host or disable the Bluetooth service to prevent malicious multicast packets from reaching the kernel.

Generated by OpenCVE AI on August 4, 2026 at 06:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Wed, 22 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
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.
Title Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-19T14:56:11.824Z

Reserved: 2026-07-19T07:54:57.025Z

Link: CVE-2026-63991

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63991 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T06:30:05Z

Weaknesses