CVE-2023-53444
BaseFortify
Publication date: 2025-09-18
Last updated on: 2025-12-12
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.19 (inc) to 6.1.42 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.4.7 (exc) |
| linux | linux_kernel | 6.5 |
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 in the Linux kernel's drm/ttm component. It occurs when a resource that is the first in a bulk_move range is added again, moving it to the tail without updating the first pointer. This causes corruption of the list and can lead to a null pointer dereference in the function ttm_lru_bulk_move_del().
How can this vulnerability impact me? :
The vulnerability can cause a null pointer dereference in the Linux kernel, which may lead to system crashes or instability. This could potentially be exploited to disrupt system operations or cause denial of service.