CyberRota
← Ana sayfaya dön

CVE-2026-43366

HIGH · CVSS 7.8 EPSS %0.01

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-08T15:16:47.623 · Çekilme zamanı: 2026-06-07T12:00:31.758667+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-43366
Severity
HIGH
CVSS
7.8
EPSS
%0.01
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: io_uring/kbuf: check if target buffer list is still legacy on recycle There's a gap between when the buffer was grabbed and when it potentially gets recycled, where if the list is empty, someone could've upgraded it to a ring provided type. This can happen if the request is forced via io-wq. The legacy recycling is missing checking if the buffer_list still exists, and if it's of the correct type. Add those checks.