Junglewise Threat Intelligence

CVE-2026-53263: Linux Kernel off-by-one in 6LoWPAN multicast address compression

CVE-2026-53263 · Severity: info · CVSS 0 · Published 2026-06-25

Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's 6LoWPAN networking stack could allow sensitive information to be leaked over the network. 6LoWPAN is a protocol used to allow low-power wireless devices to communicate using IPv6. An attacker could potentially capture uninitialized memory from the system's internal stack, which might contain sensitive data from other processes or the kernel itself.

Technical details

An off-by-one error exists in the lowpan_iphc_mcast_ctx_addr_compress() function within net/6lowpan/iphc.c. The second memcpy operation uses incorrect destination and source offsets, resulting in the corruption of the RIID field and leaving the final byte of the data array uninitialized. When this data is subsequently transmitted via lowpan_push_hc_data(), uninitialized kernel stack memory is leaked over the network. The fix involves correcting the buffer offsets and zero-initializing the data array to prevent future information disclosure.

Affected products

  • Linux Linux 5609c185f24dffca5f6a9c127106869da150be03 to latest stable

Timeline

  • 2026-06-25: advisory: Vulnerability disclosed and patched in stable kernels.

References