CVE-2026-97472
Received Received - Intake

IPv6 Privacy Address Generation Failure in Linux Kernel

Vulnerability report for CVE-2026-97472, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ipv6: addrconf: fix temp address generation after prefix deprecation When a router temporarily deprecates an IPv6 prefix (either by sending a Router Advertisement with Preferred Lifetime = 0 or by letting the lifetime expire) and later restores it, the kernel permanently loses its ability to generate temporary privacy addresses (RFC 8981) for that prefix. This happens because the address worker attempts to generate a replacement temporary address when the current one nears expiration. As the base prefix is deprecated already, the generation fails after marking the temporary address as already having spawned a replacement (ifp->regen_count++). When the router eventually restores the prefix, the temporary address becomes active again. However, once it naturally expires, the address worker sees this temporary address already tried to generate one and skips the regeneration. Fix the issue by resetting the regen_count check of the latest temp address generated for the prefix updated by the incoming RA.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects IPv6 address generation in the Linux kernel. When an IPv6 prefix is temporarily deprecated and later restored, the kernel fails to generate new temporary privacy addresses for that prefix. This happens because the system incorrectly tracks that a replacement address was already attempted, preventing future generations even after the prefix is active again.

Detection Guidance

This vulnerability is specific to the Linux kernel's IPv6 address generation logic and does not have direct detection commands. Monitoring for failed IPv6 temporary address generation after prefix deprecation events may require kernel logging or custom scripts to track address regeneration failures.

Impact Analysis

If you rely on IPv6 temporary privacy addresses for secure communications, this vulnerability could expose your network traffic to tracking or reduced privacy. Systems using IPv6 with dynamic prefix changes may experience connectivity issues or unexpected address behavior.

Mitigation Strategies

Apply the latest Linux kernel security updates to patch the IPv6 address generation flaw. Restart affected services or reboot systems to ensure the patched kernel is active. Monitor IPv6 temporary address behavior after prefix changes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-97472. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart