CyberRota
← Ana sayfaya dön

CVE-2026-64011

UNKNOWN · CVSS N/A

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-07-19T16:17:40.933 · Çekilme zamanı: 2026-07-20T12:07:04.253266+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-64011
Severity
UNKNOWN
CVSS
N/A
EPSS
Yok
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix use-after-free in llcp_sock_release() llcp_sock_release() unconditionally unlinks the socket from the local sockets list. However, if the socket is still in connecting state, it is on the connecting list. Fix this by checking the socket state and unlinking from the correct list.