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.
Published: 2026-09-24
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Privacy Exposure
Action: Patch Kernel
AI Analysis

Impact

The Linux kernel bug prevents the regeneration of temporary IPv6 privacy addresses after a router temporarily deprecates an IPv6 prefix and later restores it. As a result, the kernel permanently loses the ability to generate temporary addresses for that prefix, so the interface keeps using legacy addresses. This reduces privacy protection and can make the device easier to track.

Affected Systems

This issue affects the Linux kernel on all distributions that use the affected kernel code. The specific vendor entries are Linux: Linux, and the vulnerability applies to any kernel version that has not incorporated the posted patch. No explicit version range is provided in the CNA data.

Risk and Exploitability

The vulnerability does not provide a direct attack vector such as remote code execution. It does not appear in the CISA KEV catalog, and no EPSS score is available. The primary concern is loss of privacy through potential tracking of the device’s IPv6 address over time. Because the flaw hinges on a routing advertisement and kernel state, exploitation would require direct control over network advertisements or an attacker residing on the same local network, which limits likelihood. Nevertheless, the persistent use of stale addresses can increase the risk of device discovery and correlation over multiple sessions.

Generated by OpenCVE AI on September 25, 2026 at 07:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an updated Linux kernel release that includes the addrconf fix for temporary IPv6 address regeneration.
  • Reboot each affected system to activate the patched logic.
  • If a kernel upgrade is not immediately possible, temporarily disable and re‑enable the network interface after a prefix deprecation event to force regeneration of temporary addresses.

Generated by OpenCVE AI on September 25, 2026 at 07:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Thu, 24 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
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.
Title ipv6: addrconf: fix temp address generation after prefix deprecation
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-09-24T16:04:14.951Z

Reserved: 2026-09-24T16:01:01.148Z

Link: CVE-2026-97472

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T17:17:24.273

Modified: 2026-09-24T17:17:24.273

Link: CVE-2026-97472

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T07:15:17Z

Weaknesses