CVE-2026-53263

Source
https://cve.org/CVERecord?id=CVE-2026-53263
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53263.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-53263
Downstream
Published
2026-06-25T08:39:51.215Z
Modified
2026-06-27T12:02:21.197827265Z
Summary
6lowpan: fix off-by-one in multicast context address compression
Details

In the Linux kernel, the following vulnerability has been resolved:

6lowpan: fix off-by-one in multicast context address compression

The second memcpy in lowpaniphcmcastctxaddrcompress() uses &data[1] as destination and &ipaddr->s6addr[11] as source, but both should be offset by one: &data[2] and &ipaddr->s6_addr[12] respectively.

This off-by-one has two consequences: 1. data[1] is overwritten with s6addr[11], corrupting the RIID field in the compressed multicast address 2. data[5] is never written, so uninitialized kernel stack memory is transmitted over the network via lowpanpushhcdata(), leaking kernel stack contents

The correct inline data layout must match what the decompression function lowpanuncompressmulticastctxdaddr() expects: data[0..1] = s6addr[1..2] (flags/scope + RIID) data[2..5] = s6addr[12..15] (group ID)

Also zero-initialize the data array as a defensive measure against similar bugs in the future.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53263.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5609c185f24dffca5f6a9c127106869da150be03
Fixed
f24a58c72a45f4c109f3557a760cc4b60b7a6037
Fixed
da8cbb64b47e9066b40af0de170901caf17b768c
Fixed
4485d79617520d84ba5a14515e2b5136007d6deb
Fixed
06ce6fc106b16dec9b535950db626261be865e5b
Fixed
dcb1bec1c32ee5c3878354e087cf5dbee2b7c7af
Fixed
c32f30ef5e66adbfa102348e2e8a23776eb007cb
Fixed
da8808463882c3f3c357b072e25053c2121f1419
Fixed
2a58899d11009bffc7b4b32a571858f381121837

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53263.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.6.0
Fixed
5.10.259
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.94
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.36
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.13

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53263.json"