Security Advisory

CVE-2023-53444

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-18 16:04:20
Last updated 2026-05-11 19:45:07
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: fix bulk_move corruption when adding a entry When the resource is the first in the bulk_move range, adding it again (thus moving it to the tail) will corrupt the list since the first pointer is not moved. This eventually lead to null pointer deref in ttm_lru_bulk_move_del()