CVE-2026-93226
📛 CVE Title
ipv6: use RCU iterator to dump route exceptions
Description
In the Linux kernel, the following vulnerability has been resolved: ipv6: use RCU iterator to dump route exceptions rt6_nh_dump_exceptions() uses hlist_for_each_entry() to iterate over RCU-protected exception lists. The caller holds rcu_read_lock(), but does not hold rt6_exception_lock, so rt6_insert_exception() can concurrently add an entry with hlist_add_head_rcu(). KCSAN reports this race (irrelevant details omitted): ================================================================== BUG: KCSAN: data-race in rt6_insert_exception / rt6_nh_dump_exceptions write (marked) to 0xffff8a7c44c59620 of 8 bytes by interrupt on cpu 5: rt6_insert_exception+0x3bb/0x760 __ip6_rt_update_pmtu+0x4fe/0x750 ip6_sk_update_pmtu+0x19a/0x3b0 udpv6_err+0x3ff/0x800 icmpv6_notify+0x1e1/0x440 icmpv6_rcv+0x8c0/0xab0 ip6_protocol_deliver_rcu+0x616/0x840 ip6_input_finish+0xb9/0x160 ... entry_SYSCALL_64_after_hwframe+0x77/0x7f read to 0xffff8a7c44c59620 of 8 bytes by task 549 on cpu 14: rt6_nh_dump_exceptions+0xb3/0x260 rt6_dump_route+0x53e/0x5f0 fib6_dump_node+0x6d/0xf0 fib6_walk_continue+0x290/0x2d0 fib6_dump_table+0x28d/0x360 inet6_dump_fib+0x37d/0x620 rtnl_dumpit+0x7b/0xd0 netlink_dump+0x3ae/0x7e0 ... entry_SYSCALL_64_after_hwframe+0x77/0x7f 4 locks held by dumper/549: ... #1: (rcu_read_lock){....}-{1:3}, at: inet6_dump_fib+0x88/0x620 #2: (&tb->tb6_lock){+.-.}-{3:3}, at: fib6_dump_table+0x1e9/0x360 #3: (rcu_read_lock){....}-{1:3}, at: rt6_dump_route+0x483/0x5f0 value changed: 0xffff8a7c44e05700 -> 0xffff8a7c45d60100 Reported by Kernel Concurrency Sanitizer on: CPU: 14 UID: 0 PID: 549 Comm: dumper Not tainted 7.2.0-rc7-virtme #38 PREEMPT(lazy) ... Use hlist_for_each_entry_rcu() to safely iterate over the exception list.
Overview
- State
- PUBLISHED
- Assigner (CNA)
- Linux
- CVSS severity
- —
- CVSS score
- —
- CVSS vector
- —
- Effective score
- no score available from CNA, NVD, or AI yet
- CWE(s)
- —
- Reserved
- 2026-09-17
- Published
- 2026-09-24 15:28 UTC
- Last updated
- 2026-09-24 15:28 UTC
- Source
- https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2026/93xxx/CVE-2026-93226.json
NVD triage scoring NVD CVE 2.0
Layer NVD adds on top of the CNA's CVE record — published / last-modified timestamps, exploitability / impact subscores, and the FIRST.org EPSS probability that this CVE will be exploited in the wild in the next 30 days.
- NVD published
- 2026-09-24 16:17:17 UTC
- NVD last modified
- 2026-09-24 16:17:17 UTC
NVD / KEV / EPSS data refreshed 2026-09-25 04:32 UTC. Re-run the 🛰 Backfill from NVD button above to refresh.
AI-forensic CVSS estimate
Used only when a CVE has no official CVSS from its CNA or NVD. An LLM estimates the v3.1 base score from the description; a HIGH/CRITICAL estimate promotes the CVE to a Threat.
No AI estimate yet — it runs automatically once NVD has been checked, or click the button above.
European Union Vulnerability Database ENISA EUVD
ENISA's official EU repository for curated vulnerability intelligence. Carries a separate identifier (EUVD-YYYY-NNNN) and frequently exposes an earlier-published description + CVSS than NVD does.
- EUVD ID
-
EUVD-2026-86231 - Assigner
- Linux
- Published
- Sep 24, 2026, 3:28:55 PM
- Updated
- Sep 24, 2026, 3:28:55 PM
- EUVD base score
- 0.0 / 10
- EUVD-reported EPSS
- 0.0000
- Vendors
- Linux
- Products
-
Linux (1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 <6bd3f94ed858f2d072627546b4cdf712b0f8ea88)Linux (5.3)Linux (patch: 6.1.188)Linux (patch: 7.3-rc1)Linux (1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 <a602cd128d17a793e12888edc8eda85821ede7e1)Linux (1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 <47cdab0d51aaa9bd85f8e4904585bd5bd4df4488)Linux (patch: 0)Linux (1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 <3665abc3d2ae8a78cb67f858e848481432ec75db)Linux (patch: 5.15.221)Linux (patch: 6.6.157)Linux (patch: 6.12.109)Linux (1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 <dffbfb3117138e8e0e09d05f507bd36ca1f696e5)Linux (patch: 5.10.270)Linux (1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 <f6b1b15848fd91fe122dac0d19d3d666e35075b6)Linux (patch: 7.2.4)Linux (1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 <eda56ee17713f9dd834b922f7dbfa2e25fa6358c)Linux (patch: 6.18.50)Linux (1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 <9c6be625e1a7258e845d6193b3b6b084a00f8e9e)
- Aliases
-
GHSA-wvgv-43w8-m5vv
ENISA description: In the Linux kernel, the following vulnerability has been resolved: ipv6: use RCU iterator to dump route exceptions rt6_nh_dump_exceptions() uses hlist_for_each_entry() to iterate over RCU-protected exception lists. The caller holds rcu_read_lock(), but does not hold rt6_exception_lock, so rt6_insert_exception() can concurrently add an entry with hlist_add_head_rcu(). KCSAN reports this race (irrelevant details omitted): ================================================================== BUG: KCSAN: data-race in rt6_insert_exception / rt6_nh_dump_exceptions write (marked) to 0xffff8a7c44c59620 of 8 bytes by interrupt on cpu 5: rt6_insert_exception+0x3bb/0x760 __ip6_rt_update_pmtu+0x4fe/0x750 ip6_sk_update_pmtu+0x19a/0x3b0 udpv6_err+0x3ff/0x800 icmpv6_notify+0x1e1/0x440 icmpv6_rcv+0x8c0/0xab0 ip6_protocol_deliver_rcu+0x616/0x840 ip6_input_finish+0xb9/0x160 ... entry_SYSCALL_64_after_hwframe+0x77/0x7f read to 0xffff8a7c44c59620 of 8 bytes by task 549 on cpu 14: rt6_nh_dump_exceptions+0xb3/0x260 rt6_dump_route+0x53e/0x5f0 fib6_dump_node+0x6d/0xf0 fib6_walk_continue+0x290/0x2d0 fib6_dump_table+0x28d/0x360 inet6_dump_fib+0x37d/0x620 rtnl_dumpit+0x7b/0xd0 netlink_dump+0x3ae/0x7e0 ... entry_SYSCALL_64_after_hwframe+0x77/0x7f 4 locks held by dumper/549: ... #1: (rcu_read_lock){....}-{1:3}, at: inet6_dump_fib+0x88/0x620 #2: (&tb->tb6_lock){+.-.}-{3:3}, at: fib6_dump_table+0x1e9/0x360 #3: (rcu_read_lock){....}-{1:3}, at: rt6_dump_route+0x483/0x5f0 value changed: 0xffff8a7c44e05700 -> 0xffff8a7c45d60100 Reported by Kernel Concurrency Sanitizer on: CPU: 14 UID: 0 PID: 549 Comm: dumper Not tainted 7.2.0-rc7-virtme #38 PREEMPT(lazy) ... Use hlist_for_each_entry_rcu() to safely iterate over the exception list.
EUVD references (8)
- https://git.kernel.org/stable/c/dffbfb3117138e8e0e09d05f507bd36ca1f696e5
- https://git.kernel.org/stable/c/6bd3f94ed858f2d072627546b4cdf712b0f8ea88
- https://git.kernel.org/stable/c/9c6be625e1a7258e845d6193b3b6b084a00f8e9e
- https://git.kernel.org/stable/c/3665abc3d2ae8a78cb67f858e848481432ec75db
- https://git.kernel.org/stable/c/eda56ee17713f9dd834b922f7dbfa2e25fa6358c
- https://git.kernel.org/stable/c/a602cd128d17a793e12888edc8eda85821ede7e1
- https://git.kernel.org/stable/c/f6b1b15848fd91fe122dac0d19d3d666e35075b6
- https://git.kernel.org/stable/c/47cdab0d51aaa9bd85f8e4904585bd5bd4df4488
Affected products (2)
| Vendor | Product | Versions | Platforms |
|---|---|---|---|
| Linux | Linux |
1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 (affected),
1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 (affected),
1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 (affected),
1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 (affected),
1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 (affected),
1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 (affected),
1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 (affected),
1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9 (affected)
|
— |
| Linux | Linux |
5.3 (affected),
0 (unaffected),
5.10.270 (unaffected),
5.15.221 (unaffected),
6.1.188 (unaffected),
6.6.157 (unaffected),
6.12.109 (unaffected),
6.18.50 (unaffected),
7.2.4 (unaffected),
7.3-rc1 (unaffected)
|
— |
Vendor references (8)
References embedded in the original CVE record by the assigning CNA.
- https://git.kernel.org/stable/c/dffbfb3117138e8e0e09d05f507bd36ca1f696e5
- https://git.kernel.org/stable/c/6bd3f94ed858f2d072627546b4cdf712b0f8ea88
- https://git.kernel.org/stable/c/9c6be625e1a7258e845d6193b3b6b084a00f8e9e
- https://git.kernel.org/stable/c/3665abc3d2ae8a78cb67f858e848481432ec75db
- https://git.kernel.org/stable/c/eda56ee17713f9dd834b922f7dbfa2e25fa6358c
- https://git.kernel.org/stable/c/a602cd128d17a793e12888edc8eda85821ede7e1
- https://git.kernel.org/stable/c/f6b1b15848fd91fe122dac0d19d3d666e35075b6
- https://git.kernel.org/stable/c/47cdab0d51aaa9bd85f8e4904585bd5bd4df4488
Web references (0)
DuckDuckGo results ranked by threat-intel / vendor advisory domains. Generated by the 🔎 Find references (web) button above — same flow as the Remediations search.
No web references attached yet.
NVD-tagged references (8)
Reference list NVD curates from the CNA record, vendor advisories, and third-party reports. The tag chips below are NVD's analyst-assigned categories.
- https://git.kernel.org/stable/c/3665abc3d2ae8a78cb67f858e848481432ec75db 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- https://git.kernel.org/stable/c/47cdab0d51aaa9bd85f8e4904585bd5bd4df4488 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- https://git.kernel.org/stable/c/6bd3f94ed858f2d072627546b4cdf712b0f8ea88 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- https://git.kernel.org/stable/c/9c6be625e1a7258e845d6193b3b6b084a00f8e9e 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- https://git.kernel.org/stable/c/a602cd128d17a793e12888edc8eda85821ede7e1 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- https://git.kernel.org/stable/c/dffbfb3117138e8e0e09d05f507bd36ca1f696e5 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- https://git.kernel.org/stable/c/eda56ee17713f9dd834b922f7dbfa2e25fa6358c 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- https://git.kernel.org/stable/c/f6b1b15848fd91fe122dac0d19d3d666e35075b6 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remediations (10)
-
web:blog.gridinsoft.com
Cisco FMC attacks led to credential theft and Qilin ransomware. Check current fixed releases, rotated logs and Cisco recovery guidance for suspected compromise.
2026-09-25 10:45 UTC -
web:byteiota.com
Microsoft's September 2026 Patch Tuesday fixes 9 vulnerabilities — all of them Critical. On paper, that sounds manageable after August's 421- CVE pile-up. In practice, one of these nine was already being exploited in the wild before the patch shipped.
2026-09-25 10:45 UTC -
web:learn.microsoft.com
Unlike traditional cumulative updates that patch individual components, this update delivers the full .NET Framework 3.5 product as a standalone installer. It replaces any previously installed version.
2026-09-25 10:45 UTC -
web:msrc.microsoft.com
The Microsoft Security Response Center (MSRC) investigates all reports of security vulnerabilities affecting Microsoft products and services, and provides the information here as part of the ongoing effort to help you manage security risks and help keep your systems protected.
2026-09-25 10:45 UTC -
web:msrc.microsoft.com
Security Update Guide - Microsoft Security Response Center
2026-09-25 10:45 UTC -
web:sec.cloudapps.cisco.com
On September 16, 2026 , the Cisco Product Security Incident Response Team (PSIRT) published the advisories that are listed in the following tables. To remediate these vulnerabilities, Cisco strongly recommends that customers upgrade to the fixed software that is indicated in the advisories. For more information about changes in Cisco PSIRT vulnerability disclosure, see Strengthening the ...
2026-09-25 10:45 UTC -
web:support.apple.com
This document describes the security content of iOS 26.6 and iPadOS 26.6.
2026-09-25 10:45 UTC -
web:www.aikido.dev
CVE remediation is fixing known flaws in the software you run. Why upgrading often fails, what remediation actually involves, and how backporting fixes it.
2026-09-25 10:45 UTC -
web:www.oracle.com
This Critical Patch Update contains 1448 new security patches across the product families listed below. Please note that a My Oracle Support (MOS) note summarizing the content of this Critical Patch Update and other Oracle Software Security Assurance activities is located at July 2026 Critical Patch Update: Executive Summary and Analysis.
2026-09-25 10:45 UTC -
web:www.oracle.com
Additional CVEs addressed are: The patch for CVE - 2026 -34481 also addresses CVE - 2026 -34477, CVE - 2026 -34478, CVE - 2026 -34479, and CVE - 2026 -34480. Oracle Fusion Middleware Risk Matrix This Critical Security Patch Update contains 106 new security patches for Oracle Fusion Middleware. 53 of these vulnerabilities may be remotely exploitable without authentication, i.e., may be exploited over a ...
2026-09-25 10:45 UTC
AI Forensic Analysis
Only Available for Registered Users. Sign in to view.
Raw JSON
The full cvelistV5 record. Download as CVE-2026-93226.json.
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"net/ipv6/route.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "dffbfb3117138e8e0e09d05f507bd36ca1f696e5",
"status": "affected",
"version": "1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9",
"versionType": "git"
},
{
"lessThan": "6bd3f94ed858f2d072627546b4cdf712b0f8ea88",
"status": "affected",
"version": "1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9",
"versionType": "git"
},
{
"lessThan": "9c6be625e1a7258e845d6193b3b6b084a00f8e9e",
"status": "affected",
"version": "1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9",
"versionType": "git"
},
{
"lessThan": "3665abc3d2ae8a78cb67f858e848481432ec75db",
"status": "affected",
"version": "1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9",
"versionType": "git"
},
{
"lessThan": "eda56ee17713f9dd834b922f7dbfa2e25fa6358c",
"status": "affected",
"version": "1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9",
"versionType": "git"
},
{
"lessThan": "a602cd128d17a793e12888edc8eda85821ede7e1",
"status": "affected",
"version": "1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9",
"versionType": "git"
},
{
"lessThan": "f6b1b15848fd91fe122dac0d19d3d666e35075b6",
"status": "affected",
"version": "1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9",
"versionType": "git"
},
{
"lessThan": "47cdab0d51aaa9bd85f8e4904585bd5bd4df4488",
"status": "affected",
"version": "1e47b4837f3bdaa425727cfe09f5ae3b6c4c41a9",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"net/ipv6/route.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.3"
},
{
"lessThan": "5.3",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.270",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.221",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.188",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.157",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.109",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.50",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.2.*",
"status": "unaffected",
"version": "7.2.4",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.3-rc1",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.270",
"versionStartIncluding": "5.3",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.221",
"versionStartIncluding": "5.3",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.188",
"versionStartIncluding": "5.3",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.157",
"versionStartIncluding": "5.3",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.109",
"versionStartIncluding": "5.3",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.50",
"versionStartIncluding": "5.3",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.2.4",
"versionStartIncluding": "5.3",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.3-rc1",
"versionStartIncluding": "5.3",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: use RCU iterator to dump route exceptions\n\nrt6_nh_dump_exceptions() uses hlist_for_each_entry() to iterate over\nRCU-protected exception lists. The caller holds rcu_read_lock(), but does\nnot hold rt6_exception_lock, so rt6_insert_exception() can concurrently\nadd an entry with hlist_add_head_rcu().\n\nKCSAN reports this race (irrelevant details omitted):\n\n ==================================================================\n BUG: KCSAN: data-race in rt6_insert_exception / rt6_nh_dump_exceptions\n\n write (marked) to 0xffff8a7c44c59620 of 8 bytes by interrupt on cpu 5:\n rt6_insert_exception+0x3bb/0x760\n __ip6_rt_update_pmtu+0x4fe/0x750\n ip6_sk_update_pmtu+0x19a/0x3b0\n udpv6_err+0x3ff/0x800\n icmpv6_notify+0x1e1/0x440\n icmpv6_rcv+0x8c0/0xab0\n ip6_protocol_deliver_rcu+0x616/0x840\n ip6_input_finish+0xb9/0x160\n ...\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n\n read to 0xffff8a7c44c59620 of 8 bytes by task 549 on cpu 14:\n rt6_nh_dump_exceptions+0xb3/0x260\n rt6_dump_route+0x53e/0x5f0\n fib6_dump_node+0x6d/0xf0\n fib6_walk_continue+0x290/0x2d0\n fib6_dump_table+0x28d/0x360\n inet6_dump_fib+0x37d/0x620\n rtnl_dumpit+0x7b/0xd0\n netlink_dump+0x3ae/0x7e0\n ...\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n\n 4 locks held by dumper/549:\n ...\n #1: (rcu_read_lock){....}-{1:3}, at: inet6_dump_fib+0x88/0x620\n #2: (&tb->tb6_lock){+.-.}-{3:3}, at: fib6_dump_table+0x1e9/0x360\n #3: (rcu_read_lock){....}-{1:3}, at: rt6_dump_route+0x483/0x5f0\n\n value changed: 0xffff8a7c44e05700 -> 0xffff8a7c45d60100\n\n Reported by Kernel Concurrency Sanitizer on:\n CPU: 14 UID: 0 PID: 549 Comm: dumper Not tainted\n 7.2.0-rc7-virtme #38 PREEMPT(lazy)\n ...\n\nUse hlist_for_each_entry_rcu() to safely iterate over the exception list."
}
],
"providerMetadata": {
"dateUpdated": "2026-09-24T15:28:55.977Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/dffbfb3117138e8e0e09d05f507bd36ca1f696e5"
},
{
"url": "https://git.kernel.org/stable/c/6bd3f94ed858f2d072627546b4cdf712b0f8ea88"
},
{
"url": "https://git.kernel.org/stable/c/9c6be625e1a7258e845d6193b3b6b084a00f8e9e"
},
{
"url": "https://git.kernel.org/stable/c/3665abc3d2ae8a78cb67f858e848481432ec75db"
},
{
"url": "https://git.kernel.org/stable/c/eda56ee17713f9dd834b922f7dbfa2e25fa6358c"
},
{
"url": "https://git.kernel.org/stable/c/a602cd128d17a793e12888edc8eda85821ede7e1"
},
{
"url": "https://git.kernel.org/stable/c/f6b1b15848fd91fe122dac0d19d3d666e35075b6"
},
{
"url": "https://git.kernel.org/stable/c/47cdab0d51aaa9bd85f8e4904585bd5bd4df4488"
}
],
"title": "ipv6: use RCU iterator to dump route exceptions",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-93226",
"datePublished": "2026-09-24T15:28:55.977Z",
"dateReserved": "2026-09-17T16:02:15.094Z",
"dateUpdated": "2026-09-24T15:28:55.977Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}