CyberRota
← Ana sayfaya dön

CVE-2026-53072

HIGH · CVSS 8.8 EPSS %0.25

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T17:17:21.017 · Çekilme zamanı: 2026-06-30T18:32:10.685905+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-53072
Severity
HIGH
CVSS
8.8
EPSS
%0.25
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFER When protocol sets HCI_PROTO_DEFER, hci_conn_request_evt() calls hci_connect_cfm(conn) without hdev->lock. Generally hci_connect_cfm() assumes it is held, and if conn is deleted concurrently -> UAF. Only SCO and ISO set HCI_PROTO_DEFER and only for defer setup listen, and HCI_EV_CONN_REQUEST is not generated for ISO. In the non-deferred listening socket code paths, hci_connect_cfm(conn) is called with hdev->lock held. Fix by holding the lock.