CVE-2022-50620
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
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 is a NULL pointer dereference in the Linux kernel's f2fs filesystem code. Specifically, in the error path of the function f2fs_start_discard_thread(), a pointer (dcc->f2fs_issue_discard) is not invalidated properly. Later, when kthread_stop() is called, it may access this invalid pointer, leading to a NULL pointer dereference and potential kernel crash or instability.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or become unstable due to a NULL pointer dereference. This may lead to denial of service conditions on affected systems running the f2fs filesystem, potentially disrupting normal operations.