CVE Catalog

CVE-2026-52949

MediumCVSS 5.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.16%

6th percentile - higher than 6% of all known CVEs

Summary

In the Linux kernel, a vulnerability in the TTM (Translation Table Manager) driver causes an infinite loop during LRU list traversal in the ttm_bo_shrink() function when backup fails. The fix moves the bulk_move deletion to occur only after successful backup completion.

Risk Assessment

An infinite loop can lead to system hangs or resource exhaustion, posing a risk to stability and service availability in environments using TTM for graphics memory management.

Recommendation

Immediately update the Linux kernel to a version containing the fix (commit b2ed01e7ad or later) and apply appropriate patching in production systems.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Fix ttm_bo_shrink() infinite LRU walk on backup failure Apply the same fix as b2ed01e7ad ("drm/ttm: Fix ttm_bo_swapout() infinite LRU walk on swapout failure") to the ttm_bo_shrink() path. Move del_bulk_move from before the backup to after success only, using ttm_resource_del_bulk_move_unevictable() since the resource is now unevictable once fully backed up.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS