CVE-2026-98089

Source
https://cve.org/CVERecord?id=CVE-2026-98089
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98089.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-98089
Downstream
Published
2026-09-25T10:24:22Z
Modified
2026-09-26T03:48:37Z
Summary
bonding: alb: fix uninitialized transport header access in alb_determine_nd()
Details

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

bonding: alb: fix uninitialized transport header access in alb_determine_nd()

alb_determine_nd() uses icmp6_hdr(skb) to inspect ICMPv6 headers. However, in xmit paths (e.g. packets sent via AF_PACKET / raw sockets or forwarded packets), skb->transport_header is not guaranteed to be initialized. While pskb_network_may_pull() ensures the packet data is linear starting from the network header, it does not set or adjust the transport header offset.

Dereferencing icmp6_hdr(skb) can therefore access out-of-bounds memory.

Fetch the icmp6hdr directly after ipv6hdr following pskb_network_may_pull(), and reload ipv6hdr in case pskb_may_pull() reallocated skb->head. Also remove the unused bond argument from alb_determine_nd().

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98089.json"
}
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
0da8aa00bfcfeb3f4e6537dd8e2001e0727ba549
Fixed
e39cf90bd856443542b97933289749fca07476bf
Fixed
27314f96d29b54e815e7a9b84c3273f1895e68e2
Fixed
3b178894931a268c09126a5b53630f343e10e296
Fixed
70f3995830d3f1e79faa14eb0605914f778feca9

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.18.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

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