CVE-2026-23003
BaseFortify
Publication date: 2026-01-25
Last updated on: 2026-04-27
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.8 |
| linux | linux_kernel | From 6.7.4 (inc) to 6.8 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.18.7 (exc) |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | From 5.10.210 (inc) to 5.10.249 (exc) |
| linux | linux_kernel | From 5.15.149 (inc) to 5.15.199 (exc) |
| linux | linux_kernel | From 6.1.77 (inc) to 6.1.162 (exc) |
| linux | linux_kernel | From 6.6.16 (inc) to 6.6.122 (exc) |
| linux | linux_kernel | From 6.8.1 (inc) to 6.12.67 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-908 | The product uses or accesses a resource that has not been initialized. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the ip6_tunnel component where the code did not properly handle VLAN encapsulations. Specifically, the function __ip6_tnl_rcv() used an incorrect method (pskb_inet_may_pull()) instead of skb_vlan_inet_prepare(), which led to uninitialized values being used during packet processing. This was identified by syzbot and fixed by changing to the correct function to properly prepare VLAN packets.
How can this vulnerability impact me? :
The vulnerability can lead to the use of uninitialized values in the Linux kernel's IPv6 tunneling code, which may cause unpredictable behavior such as kernel crashes or memory corruption. This can affect system stability and security, potentially allowing attackers to exploit the kernel for denial of service or other malicious activities.