CVE-2022-50816
Integer Underflow in Linux IPv6 GRE Tunnel MTU Handling Causes Kernel Crash
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
| linux | linux_kernel | 6.0.0-rc7 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the IPv6 GRE tunnel implementation where the device MTU (Maximum Transmission Unit) value can be set to an invalid underflowed value due to lack of proper sanitization. This can cause kernel bugs or crashes because lockless readers might read incorrect temporary MTU values, leading to internal errors and kernel panics.
How can this vulnerability impact me? :
The vulnerability can cause kernel crashes or bugs in systems using IPv6 GRE tunnels, potentially leading to denial of service or system instability due to improper MTU handling in network tunnels.