CVE-2023-54248
Null Pointer Dereference in Linux Kernel NTFS3 via kmemdup
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 is a NULL pointer dereference issue in the Linux kernel's NTFS3 filesystem driver. The function kmemdup, which duplicates memory, may return a NULL pointer if it fails. The vulnerability arises because the code did not check if kmemdup returned NULL before using the pointer, which can lead to a NULL pointer dereference and potentially cause a system crash or instability.
How can this vulnerability impact me? :
If exploited, this vulnerability can cause a NULL pointer dereference in the Linux kernel, potentially leading to a system crash or denial of service. This can affect system stability and availability.