CVE-2022-50057
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-13
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
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 NTFS3 filesystem driver. Specifically, if the function ntfs_fill_super() is not called, a pointer (sbi->sb) remains NULL, but the code attempts to dereference it without checking. This can cause a general protection fault and crash the system when mounting an NTFS filesystem with incorrect parameters.
How can this vulnerability impact me? :
This vulnerability can cause a system crash (general protection fault) when mounting NTFS filesystems with invalid parameters, potentially leading to denial of service or system instability.