CVE-2026-98102
Last modified
CVE-2026-98102 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: fix RCU list diversion in ip6_mc_del1_src() When removing a source filter whose count reaches zero, ip6_mc_del1_src() unlinks psf from pmc->mca_sources. If the filter was previously active, the code moved psf directly into pmc->mca_tomb by updating psf->sf_next. Because pmc->mca_sources is traversed locklessly under RCU (e.g.
Description
In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: fix RCU list diversion in ip6_mc_del1_src() When removing a source filter whose count reaches zero, ip6_mc_del1_src() unlinks psf from pmc->mca_sources. If the filter was previously active, the code moved psf directly into pmc->mca_tomb by updating psf->sf_next. Because pmc->mca_sources is traversed locklessly under RCU (e.g. by ipv6_chk_mcast_addr()), mutating psf->sf_next before a grace period elapses diverts concurrent readers to the tombstone list. Consequently, readers miss remaining active sources in pmc->mca_sources and improperly examine deleted tombstone entries. Fix this by allocating a new tombstone node for pmc->mca_tomb (as done in sf_setstate()) and retiring the original psf via kfree_rcu().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4b200e398953c237c86d32bf26d4cb2a96556a6f, < 4352737297b262e8367675c19a7dc6a9f53c97af; >= 4b200e398953c237c86d32bf26d4cb2a96556a6f, < 8d4fe5c13f5056faa6deb09a90e24a89f9ebfad4; >= 4b200e398953c237c86d32bf26d4cb2a96556a6f, < 5149c60c406595b56fda0c6e9aae7fd287f636aa; >= 4b200e398953c237c86d32bf26d4cb2a96556a6f, < 93b49239840b91313adbd77b8b52993eff2d08c1; 86c49119f0353f857cc08030ec9e4ebaab3d5a64; >= 5.10.261, < 5.11 |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98102?
How severe is CVE-2026-98102?
How do I fix CVE-2026-98102?
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-98096In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-98097In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98098In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98099In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9810The AI Copilot WordPress plugin before 1.5.4 does not bind …9.8
- CVE-2026-98101In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98103In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98104In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98105In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98106In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98107In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98108In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-98102?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
