CVE-2022-50855
Use-After-Free Vulnerability in Linux Kernel BPF LSM Program 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 | kernel | * |
| linux | linux_kernel | * |
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 where a bug in the validation process for attaching LSM (Linux Security Module) programs to cgroups causes a failure to properly decrement the reference count of the LSM program after a failed attach attempt. As a result, the LSM program remains alive beyond its expected lifecycle, potentially leading to resource leaks.
How can this vulnerability impact me? :
The vulnerability can lead to resource leaks in the Linux kernel by keeping LSM programs alive longer than intended. This may cause increased memory usage or other resource exhaustion issues, potentially affecting system stability or security.