CyberRota
← Ana sayfaya dön

CVE-2026-31511

HIGH · CVSS 7.8 EPSS %0.01

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-04-22T14:16:50.343 · Çekilme zamanı: 2026-05-22T12:28:31.094263+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-31511
Severity
HIGH
CVSS
7.8
EPSS
%0.01
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix dangling pointer on mgmt_add_adv_patterns_monitor_complete This fixes the condition checking so mgmt_pending_valid is executed whenever status != -ECANCELED otherwise calling mgmt_pending_free(cmd) would kfree(cmd) without unlinking it from the list first, leaving a dangling pointer. Any subsequent list traversal (e.g., mgmt_pending_foreach during __mgmt_power_off, or another mgmt_pending_valid call) would dereference freed memory.