CVE-2026-64542
Detail
Received
This CVE record has recently been published to the CVE List and has been included within the NVD dataset.
Description
In the Linux kernel, the following vulnerability has been resolved:
ipv6: ndisc: fix NULL deref in accept_untracked_na()
accept_untracked_na() re-fetches the inet6_dev with __in6_dev_get(dev)
and dereferences idev->cnf.accept_untracked_na without a NULL check,
even though its only caller ndisc_recv_na() already fetched and
NULL-checked idev for the same device.
Both reads of dev->ip6_ptr run in the same RCU read-side critical
section, but a concurrent addrconf_ifdown() can clear dev->ip6_ptr
between them: lowering the MTU below IPV6_MIN_MTU calls addrconf_ifdown()
without the synchronize_net() that orders the unregister path, so the
re-fetch returns NULL and oopses:
BUG: KASAN: null-ptr-deref in ndisc_recv_na (net/ipv6/ndisc.c:974)
Read of size 4 at addr 0000000000000364
Call Trace:
<IRQ>
ndisc_recv_na (net/ipv6/ndisc.c:974)
icmpv6_rcv (net/ipv6/icmp.c:1193)
ip6_protocol_deliver_rcu (net/ipv6/ip6_input.c:479)
ip6_input_finish (net/ipv6/ip6_input.c:534)
ip6_input (net/ipv6/ip6_input.c:545)
ip6_mc_input (net/ipv6/ip6_input.c:635)
ipv6_rcv (net/ipv6/ip6_input.c:351)
</IRQ>
It is reachable by an unprivileged user via a network namespace.
Pass the caller's already validated idev instead of re-fetching it; the
idev stays alive for the whole RCU critical section, so it is safe even
after dev->ip6_ptr has been cleared.
Metrics
CVSS Version 4.0
CVSS Version 3.x
CVSS Version 2.0
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
CVSS 4.0 Severity and Vector Strings:
NVD assessment
not yet provided.
CVSS 3.x Severity and Vector Strings:
NVD assessment
not yet provided.
CVSS 2.0 Severity and Vector Strings:
NVD assessment
not yet provided.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected] .
Change History
4 change records found show changes
CVE Modified by kernel.org
8/19/2026 1:20:15 PM
Action
Type
Old Value
New Value
Added
Reference
https://git.kernel.org/stable/c/e5ba3017e46f275ad347e762e8eecacec5efa41d
Changed
Affected
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"160d3f0d7a556ceae505dcab521a37057b4ce28f","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"62c719203cb521b64fab74da94a81bdde5c18808","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"a6450f7cfae57b382cbaf66a577765c9a88b3c58","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"63d1c23764de2309cedbb779c75188d257a09d9b","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"d186e942365acece7c56d39da05dd63bf95b280a","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"6.0","status":"affected"},{"version":"0","lessThan":"6.0","versionType":"semver","status":"unaffected"},{"version":"6.6.148","lessThanOrEqual":"6.6.*","versionType":"semver","status":"unaffected"},{"version":"6.12.97","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.40","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.1.5","lessThanOrEqual":"7.1.*","versionType":"semver","status":"unaffected"},{"version":"7.2","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"e5ba3017e46f275ad347e762e8eecacec5efa41d","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"160d3f0d7a556ceae505dcab521a37057b4ce28f","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"62c719203cb521b64fab74da94a81bdde5c18808","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"a6450f7cfae57b382cbaf66a577765c9a88b3c58","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"63d1c23764de2309cedbb779c75188d257a09d9b","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"d186e942365acece7c56d39da05dd63bf95b280a","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"6.0","status":"affected"},{"version":"0","lessThan":"6.0","versionType":"semver","status":"unaffected"},{"version":"6.1.183","lessThanOrEqual":"6.1.*","versionType":"semver","status":"unaffected"},{"version":"6.6.148","lessThanOrEqual":"6.6.*","versionType":"semver","status":"unaffected"},{"version":"6.12.97","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.40","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.1.5","lessThanOrEqual":"7.1.*","versionType":"semver","status":"unaffected"},{"version":"7.2","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]
CVE Modified by kernel.org
8/17/2026 1:17:59 AM
Action
Type
Old Value
New Value
Changed
Affected
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"160d3f0d7a556ceae505dcab521a37057b4ce28f","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"62c719203cb521b64fab74da94a81bdde5c18808","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"a6450f7cfae57b382cbaf66a577765c9a88b3c58","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"63d1c23764de2309cedbb779c75188d257a09d9b","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"d186e942365acece7c56d39da05dd63bf95b280a","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"6.0","status":"affected"},{"version":"0","lessThan":"6.0","versionType":"semver","status":"unaffected"},{"version":"6.6.148","lessThanOrEqual":"6.6.*","versionType":"semver","status":"unaffected"},{"version":"6.12.97","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.40","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.1.5","lessThanOrEqual":"7.1.*","versionType":"semver","status":"unaffected"},{"version":"7.2-rc1","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"160d3f0d7a556ceae505dcab521a37057b4ce28f","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"62c719203cb521b64fab74da94a81bdde5c18808","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"a6450f7cfae57b382cbaf66a577765c9a88b3c58","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"63d1c23764de2309cedbb779c75188d257a09d9b","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"d186e942365acece7c56d39da05dd63bf95b280a","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"6.0","status":"affected"},{"version":"0","lessThan":"6.0","versionType":"semver","status":"unaffected"},{"version":"6.6.148","lessThanOrEqual":"6.6.*","versionType":"semver","status":"unaffected"},{"version":"6.12.97","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.40","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.1.5","lessThanOrEqual":"7.1.*","versionType":"semver","status":"unaffected"},{"version":"7.2","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]
CVE Modified by kernel.org
8/03/2026 6:16:32 AM
Action
Type
Old Value
New Value
Added
Reference
https://git.kernel.org/stable/c/160d3f0d7a556ceae505dcab521a37057b4ce28f
Changed
Affected
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"62c719203cb521b64fab74da94a81bdde5c18808","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"a6450f7cfae57b382cbaf66a577765c9a88b3c58","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"63d1c23764de2309cedbb779c75188d257a09d9b","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"d186e942365acece7c56d39da05dd63bf95b280a","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"6.0","status":"affected"},{"version":"0","lessThan":"6.0","versionType":"semver","status":"unaffected"},{"version":"6.12.97","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.40","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.1.5","lessThanOrEqual":"7.1.*","versionType":"semver","status":"unaffected"},{"version":"7.2-rc1","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"160d3f0d7a556ceae505dcab521a37057b4ce28f","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"62c719203cb521b64fab74da94a81bdde5c18808","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"a6450f7cfae57b382cbaf66a577765c9a88b3c58","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"63d1c23764de2309cedbb779c75188d257a09d9b","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"d186e942365acece7c56d39da05dd63bf95b280a","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"6.0","status":"affected"},{"version":"0","lessThan":"6.0","versionType":"semver","status":"unaffected"},{"version":"6.6.148","lessThanOrEqual":"6.6.*","versionType":"semver","status":"unaffected"},{"version":"6.12.97","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.40","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.1.5","lessThanOrEqual":"7.1.*","versionType":"semver","status":"unaffected"},{"version":"7.2-rc1","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]
New CVE Received from kernel.org
7/27/2026 5:17:06 PM
Action
Type
Old Value
New Value
Added
Description
In the Linux kernel, the following vulnerability has been resolved:
ipv6: ndisc: fix NULL deref in accept_untracked_na()
accept_untracked_na() re-fetches the inet6_dev with __in6_dev_get(dev)
and dereferences idev->cnf.accept_untracked_na without a NULL check,
even though its only caller ndisc_recv_na() already fetched and
NULL-checked idev for the same device.
Both reads of dev->ip6_ptr run in the same RCU read-side critical
section, but a concurrent addrconf_ifdown() can clear dev->ip6_ptr
between them: lowering the MTU below IPV6_MIN_MTU calls addrconf_ifdown()
without the synchronize_net() that orders the unregister path, so the
re-fetch returns NULL and oopses:
BUG: KASAN: null-ptr-deref in ndisc_recv_na (net/ipv6/ndisc.c:974)
Read of size 4 at addr 0000000000000364
Call Trace:
<IRQ>
ndisc_recv_na (net/ipv6/ndisc.c:974)
icmpv6_rcv (net/ipv6/icmp.c:1193)
ip6_protocol_deliver_rcu (net/ipv6/ip6_input.c:479)
ip6_input_finish (net/ipv6/ip6_input.c:534)
ip6_input (net/ipv6/ip6_input.c:545)
ip6_mc_input (net/ipv6/ip6_input.c:635)
ipv6_rcv (net/ipv6/ip6_input.c:351)
</IRQ>
It is reachable by an unprivileged user via a network namespace.
Pass the caller's already validated idev instead of re-fetching it; the
idev stays alive for the whole RCU critical section, so it is safe even
after dev->ip6_ptr has been cleared.
Added
Reference
https://git.kernel.org/stable/c/62c719203cb521b64fab74da94a81bdde5c18808
Added
Reference
https://git.kernel.org/stable/c/63d1c23764de2309cedbb779c75188d257a09d9b
Added
Reference
https://git.kernel.org/stable/c/a6450f7cfae57b382cbaf66a577765c9a88b3c58
Added
Reference
https://git.kernel.org/stable/c/d186e942365acece7c56d39da05dd63bf95b280a
Added
Affected
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"62c719203cb521b64fab74da94a81bdde5c18808","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"a6450f7cfae57b382cbaf66a577765c9a88b3c58","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"63d1c23764de2309cedbb779c75188d257a09d9b","versionType":"git","status":"affected"},{"version":"aaa5f515b16b6b3e137779ffb4c9558bb58c1e75","lessThan":"d186e942365acece7c56d39da05dd63bf95b280a","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["net/ipv6/ndisc.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"6.0","status":"affected"},{"version":"0","lessThan":"6.0","versionType":"semver","status":"unaffected"},{"version":"6.12.97","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.40","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.1.5","lessThanOrEqual":"7.1.*","versionType":"semver","status":"unaffected"},{"version":"7.2-rc1","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]
Quick Info
CVE Dictionary Entry: CVE-2026-64542 NVD
Published Date: 07/27/2026 NVD
Last Modified: 08/19/2026
Source: kernel.org