CVE-2026-97472
Last modified
CVE-2026-97472 is a vulnerability of currently unknown severity. 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.
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < bff7b87dfa28a1502c18d0c6f1fadda5162fa854; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 4df5597c65446135362f72880995e8920f058fa0; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < e20d8922aa8fe441d291364c96c2179a005b79ea; < 6.12.111; < 6.18.53 |
| Linux | Linux | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97472?
How severe is CVE-2026-97472?
How do I fix CVE-2026-97472?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97454In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-97455In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-97456In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9746When using $changestreams and $_requestReshardingResumeToken…7.1
- CVE-2026-97469PostgreSQL Anonymizer contains a vulnerability that allows u…4.3
- CVE-2026-9747Adding fromRouter:true and runtimeConstants.userRoles could …7.1
- CVE-2026-97473In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97474In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-97475In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97476In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97477In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97478In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-97472?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
