cbcvebase.
CVE-2026-43059
published 2026-05-05

CVE-2026-43059: In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix list corruption and UAF in command complete handlers Commit…

PriorityP340high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.12%
2.4th percentile
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix list corruption and UAF in command complete handlers Commit 302a1f674c00 ("Bluetooth: MGMT: Fix possible UAFs") introduced mgmt_pending_valid(), which not only validates the pending command but also unlinks it from the pending list if it is valid. This change in semantics requires updates to several completion handlers to avoid list corruption and memory safety issues. This patch addresses two left-over issues from the aforementioned rework: 1. In mgmt_add_adv_patterns_monitor_complete(), mgmt_pending_remove() is replaced with mgmt_pending_free() in the success path. Since mgmt_pending_valid() already unlinks the command at the beginning of the function, calling mgmt_pending_remove() leads to a double list_del() and subsequent list corruption/kernel panic. 2. In set_mesh_complete(), the use of mgmt_pending_foreach() in the error path is removed. Since the current command is already unlinked by mgmt_pending_valid(), this foreach loop would incorrectly target other pending mesh commands, potentially freeing them while they are still being processed concurrently (leading to UAFs). The redundant mgmt_cmd_status() is also simplified to use cmd->opcode directly.

Affected

18 ranges
VendorProductVersion rangeFixed in
linuxlinux
linuxlinux
linuxlinux
linuxlinux>= 302a1f674c00dd5581ab8e493ef44767c5101aab < b5c5e96f3b0a5003c3ff98ebb33e59afec51dd77b5c5e96f3b0a5003c3ff98ebb33e59afec51dd77
linuxlinux>= 302a1f674c00dd5581ab8e493ef44767c5101aab < 02023ff760cc104a5d86a82ef5b8dd89098ad78d02023ff760cc104a5d86a82ef5b8dd89098ad78d
linuxlinux>= 302a1f674c00dd5581ab8e493ef44767c5101aab < 17f89341cb4281d1da0e2fb0de5406ab7c4e25ef17f89341cb4281d1da0e2fb0de5406ab7c4e25ef
linuxlinux>= 6.12.59 < 6.12.786.12.78
linuxlinux>= 6.16.10 < 6.176.17
linuxlinux>= 6.6.140 < 6.76.7
linuxlinux>= d71b98f253b079cbadc83266383f26fe7e9e103b < 695b45b2262fcb5e71bed1175aad59c72f92aa78695b45b2262fcb5e71bed1175aad59c72f92aa78
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel>= 6.12.59 < 6.12.786.12.78
linuxlinux_kernel>= 6.16.10 < 6.176.17
linuxlinux_kernel>= 6.17.1 < 6.18.206.18.20
linuxlinux_kernel>= 6.19 < 6.19.106.19.10
linuxlinux_kernel>= 6.6.140 < 6.76.7

CVSS provenance

nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vendor_redhat7.0MEDIUM
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.