CyberRota
Back to database

CVE-2026-43379

CRITICAL · CVSS 9.8 EPSS 0.06%

Source: NVD + CISA KEV + EPSS · Published: 2026-05-08 · Last synced: 2026-06-07

CyberRota Analysis

Bellek tüketimine neden olabilir.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb_lazy_parent_lease_break_close() opinfo pointer obtained via rcu_dereference(fp->f_opinfo) is being accessed after rcu_read_unlock() has been called. This creates a race condition where the memory could be freed by a concurrent writer between the unlock and the subsequent pointer dereferences (opinfo->is_lease, etc.), leading to a use-after-free.