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: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

The Linux kernel’s IPv6 stack contains a flaw in the __in6_dev_stats_get() function, which can dereference a NULL pointer when the network device it queries has been unregistered. This triggers a kernel fault, potentially causing the system to crash or disrupting networking. The weakness is quantified with a CVSS base score of 7.5, indicating a high risk of denial of service.

Affected Systems

All Linux kernel builds that expose the vulnerable __in6_dev_stats_get() implementation, that is, all releases before the patch that added the null check. This includes any distribution’s Linux kernel that has not yet been updated to include the commit introducing the guard.

Risk and Exploitability

The CVSS score is 7.5, the EPSS score is below 1%, and the vulnerability is not listed in KEV. Based on the description, it is inferred that exploiting the flaw requires reaching the code path that calls __in6_dev_stats_get() after a device has been unregistered, which typically demands local or privileged execution. The impact of a successfully triggered fault would be a kernel panic or service interruption, but the low exploitation probability and need for preconditions make real‑world attacks unlikely at present.

Generated by OpenCVE AI on August 29, 2026 at 10:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the null‑check patch for __in6_dev_stats_get().
  • If an updated kernel is unavailable, apply the upstream patch that adds the guard to the function.
  • After applying the change, reboot or reload the kernel to ensure the corrected code is executed.

Generated by OpenCVE AI on August 29, 2026 at 10:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 00:15:00 +0000


Sat, 29 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 29 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


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-29T06:21:41.550Z

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-29T07:16:48.040

Link: CVE-2026-80646

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80646 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-29T10:30:08Z

Weaknesses