CVE-2026-31511
Description
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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | fixed | 0 |
| debian | bullseye | fixed | 0 |
| debian | forky | fixed | 6.19.11-1 |
| debian | sid | fixed | 6.19.11-1 |
| debian | trixie | fixed | 6.12.85-1 |
| linux-kernel | affected | 6.12.80 | |
| linux-kernel | 6.17 | affected | |
| linux-kernel | 7.0 | affected | |
References
- https://git.kernel.org/stable/c/2074dfffad76981ca451cb7fc98703d04ac562fe
- https://git.kernel.org/stable/c/340666172cf747de58c283d2eef1f335f050538b
- https://git.kernel.org/stable/c/3a89c33deffb3cb7877a7ea2e50734cd12b064f2
- https://git.kernel.org/stable/c/5f5fa4cd35f707344f65ce9e225b6528691dbbaa
- https://git.kernel.org/stable/c/bafec9325d4de26b6c49db75b5d5172de652aae0
- https://www.suse.com/security/cve/CVE-2026-31511.html
- https://security-tracker.debian.org/tracker/CVE-2026-31511
CWEs
CWE-416
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.