CyberRota
← Ana sayfaya dön

CVE-2026-31609

CRITICAL · CVSS 9.8 EPSS %0.06

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-04-24T15:16:40.160 · Çekilme zamanı: 2026-05-24T12:01:07.207504+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-31609
Severity
CRITICAL
CVSS
9.8
EPSS
%0.06
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_flush() smbd_send_batch_flush() already calls smbd_free_send_io(), so we should not call it again after smbd_post_send() moved it to the batch list.