CVE-2022-50862
Use-After-Free in Linux Kernel BPF func_proto Handling
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 | 6.0.0 |
| linux | kernel | 6.0.0 |
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 BPF (Berkeley Packet Filter) subsystem, specifically related to the handling of function prototypes (func_proto) in BPF Type Format (BTF). The issue occurs when a decl_tag is referenced in a func_proto, which can lead to a kernel warning and potential instability or crash. The problem was identified by Syzkaller, a kernel fuzzing tool, which triggered a warning in the kernel code indicating improper handling of BPF type information.
How can this vulnerability impact me? :
This vulnerability can cause kernel warnings and potentially lead to kernel crashes or instability when the BPF subsystem processes certain malformed function prototypes. This could affect system reliability and availability, especially on systems that use BPF extensively for networking or security purposes.