CyberRota
Back to database

CVE-2026-31608

CRITICAL · CVSS 9.8 EPSS 0.06%

Source: NVD + CISA KEV + EPSS · Published: 2026-04-24 · Last synced: 2026-05-24

CyberRota Analysis

Detaylı analiz gerekiyor.

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

Original NVD Description

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