Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-89670.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-89670
Upstream
Published
2026-05-05T16:16:14Z
Modified
2026-08-31T05:26:27Z
Summary
CVE-2026-43059 affecting package kernel 6.6.150.1-1
Details

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 mgmtpendingvalid(), 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 mgmtaddadvpatternsmonitorcomplete(), mgmtpendingremove() is replaced with mgmtpendingfree() in the success path. Since mgmtpendingvalid() already unlinks the command at the beginning of the function, calling mgmtpendingremove() leads to a double listdel() and subsequent list corruption/kernel panic.

  2. In setmeshcomplete(), the use of mgmtpendingforeach() in the error path is removed. Since the current command is already unlinked by mgmtpendingvalid(), 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 mgmtcmdstatus() is also simplified to use cmd->opcode directly.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-89670.json"