CVE-2025-71083: drm/ttm: Avoid NULL pointer deref for evicted BOs
drm/ttm: Avoid NULL pointer deref for evicted BOs
drm/ttm: Avoid NULL pointer deref for evicted BOs
The CVSS vector indicates local access and low privileges are required, with no user interaction. The issue occurs when devcoredump reads buffer objects, including buffer objects that have been evicted and no longer have an associated resource.
Successful triggering can cause a null pointer dereference and affect availability. The provided severity vector indicates no confidentiality or integrity impact.
No workaround or configuration mitigation is provided. Applying the available patch is the documented remediation.
The relevant condition is a devcoredump attempting to read an evicted buffer object that lacks an associated resource. The fixed behavior records ENODATA for that buffer object rather than attempting to dump its contents.