CVE-2022-50786
Null Pointer Dereference in Linux s5p-mfc Causes Kernel Panic
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 | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's media s5p-mfc component. When an error happens during the CLOSE_INSTANCE command, a variable called ctx_work_bits was not cleared properly. This caused a NULL pointer dereference in subsequent executions, leading to a kernel panic (system crash). The fix ensures that ctx_work_bits is always cleared to prevent this issue.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to panic and crash due to a NULL pointer dereference in the media s5p-mfc component. This can lead to system instability, downtime, and potential loss of data or service availability.