CyberRota
← Ana sayfaya dön

CVE-2026-46277

HIGH · CVSS 7.8 EPSS %0.12

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-08T17:16:45.277 · Çekilme zamanı: 2026-06-30T12:12:58.623961+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46277
Severity
HIGH
CVSS
7.8
EPSS
%0.12
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: mm/zone_device: do not touch device folio after calling ->folio_free() The contents of a device folio can immediately change after calling ->folio_free(), as the folio may be reallocated by a driver with a different order. Instead of touching the folio again to extract the pgmap, use the local stack variable when calling percpu_ref_put_many().