CyberRota
← Ana sayfaya dön

CVE-2026-52949

MEDIUM · CVSS 5.5 EPSS %0.16

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T17:17:05.033 · Çekilme zamanı: 2026-07-15T12:03:22.657328+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-52949
Severity
MEDIUM
CVSS
5.5
EPSS
%0.16
Linux

Orijinal NVD Açıklaması

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.