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

ipv6: guard against possible NULL deref in __in6_dev_stats_get()

dev_get_by_index_rcu() could return NULL if the original physical
device is unregistered.

Found by Sashiko.
Published: 2026-08-28
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the Linux kernel’s IPv6 stack and allows a NULL pointer dereference when __in6_dev_stats_get() is called after the underlying network device has been unregistered, which can trigger a kernel fault that may halt the system or disrupt networking services. This flaw is a classic NULL pointer dereference (CWE-476) and no CVSS score is publicly available.

Affected Systems

All Linux kernel releases that include the __in6_dev_stats_get() function without the added null check are affected. This includes every kernel version built before the commit that introduced the guard. Upgrading to a kernel that contains the null‑check fix resolves the issue for all architectures.

Risk and Exploitability

No CVSS, EPSS, or KEV information is provided, and no public exploits are known for this flaw. Reaching the vulnerable code path likely requires local or privileged execution to cause device unregistration and trigger the IPv6 statistics routine. While the potential impact of a system crash is high, the likelihood of exploitation in the wild appears limited according to the available data.

Generated by OpenCVE AI on August 28, 2026 at 12:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that includes the null‑check modification for __in6_dev_stats_get()
  • Reboot the system or reload the kernel to ensure the patched code is active
  • Verify kernel stability by monitoring system logs for any IPv6‑related panics and confirm that networking services continue to operate normally

Generated by OpenCVE AI on August 28, 2026 at 12:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ipv6: guard against possible NULL deref in __in6_dev_stats_get() dev_get_by_index_rcu() could return NULL if the original physical device is unregistered. Found by Sashiko.
Title ipv6: guard against possible NULL deref in __in6_dev_stats_get()
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-08-28T06:48:56.277Z

Reserved: 2026-08-26T14:34:25.779Z

Link: CVE-2026-80646

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:49.550

Modified: 2026-08-28T08:16:49.550

Link: CVE-2026-80646

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T12:15:04Z

Weaknesses