CVE-2026-74511

✕ Withdrawn — historical dataHIGHPre-NVD 7.8Trending — 5 sources updated this week
7.8CVSS
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: mgmt: fix pending command UAF in EIR updates

MGMT_OP_SET_LOCAL_NAME is handled asynchronously on powered controllers and can run set_name_sync(). When the controller is BR/EDR capable, set_name_sync() updates the local name and then rebuilds EIR data through eir_create(). The EIR builder walks hdev->uuids, but the UUID list can be changed and entries can be freed by MGMT_OP_ADD_UUID and MGMT_OP_REMOVE_UUID.

pending_eir_or_class() is meant to serialize management commands that can change EIR or the class of device, but it did not include MGMT_OP_SET_LOCAL_NAME. In addition, it walked hdev->mgmt_pending without hdev->mgmt_pending_lock even though pending commands are added and removed under that mutex. A racing command completion can therefore remove and free a pending command while pending_eir_or_class() is still inspecting it, leading to a use-after-free in the pending-command list or allowing a local name update to rebuild EIR while UUID entries are being removed.

Take hdev->mgmt_pending_lock while scanning hdev->mgmt_pending and treat MGMT_OP_SET_LOCAL_NAME as an EIR/class-affecting pending command on the powered asynchronous path. Check for a conflicting pending command before copying the new short name so a rejected SET_LOCAL_NAME request does not modify hdev->short_name.

CVSS v3
7.8
EchelonGraph score
Not yet assessedThis CVE record was withdrawn by its numbering authority, so there is no vulnerability to rate.
EG Score
EG Risk
EPSS PROB
0%
EPSS %ILE
3%
KEV
Not listed

Published

August 15, 2026

Last Modified

August 17, 2026

Advisory Details (5)

Auto-updated Aug 17, 2026
No patch confirmed yet.
generic

Bluetooth: mgmt: fix pending command UAF in EIR updates - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/eacfcb6b735d0e16b4d2ecfde4b9141225ee934e
generic

Bluetooth: mgmt: fix pending command UAF in EIR updates - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/a9e7c2609b0cb3fb4b4ba9f66dd8727d33205967
generic

Bluetooth: mgmt: fix pending command UAF in EIR updates - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8f2f62855a41d1730fb9e8122912bd2c8d6bed5d
generic

Bluetooth: mgmt: fix pending command UAF in EIR updates - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/814f82f432dc6ee4d15f94756554ff94e6e3ef05
generic

Bluetooth: mgmt: fix pending command UAF in EIR updates - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/35464ff818165131464bd524c259db1ac8044ae3

Vendor Advisories for CVE-2026-74511(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 25× in last 7d / 25× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-19 17:04 UTCEPSS rescore
  2. 2026-08-19 13:11 UTCEG score recompute 7.80
  3. 2026-08-19 13:11 UTCGHSA enrichment
  4. 2026-08-19 02:14 UTCGHSA enrichment
  5. 2026-08-18 15:17 UTCEG score recompute
  6. 2026-08-18 15:17 UTCGHSA enrichment
  7. 2026-08-18 13:49 UTCEPSS rescore
  8. 2026-08-18 13:49 UTCEPSS rescore
  9. 2026-08-18 04:20 UTCGHSA enrichment
  10. 2026-08-17 17:21 UTCEG score recompute
  11. 2026-08-17 17:21 UTCGHSA enrichment
  12. 2026-08-17 13:47 UTCEPSS rescore
  13. 2026-08-17 06:24 UTCEG score recompute
  14. 2026-08-17 06:24 UTCGHSA enrichment
  15. 2026-08-17 05:55 UTCEG score recompute 7.80
  16. 2026-08-17 05:55 UTCGHSA enrichment
  17. 2026-08-17 05:54 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  18. 2026-08-17 05:39 UTCEG score recompute
  19. 2026-08-17 05:39 UTCGHSA enrichment
  20. 2026-08-17 05:39 UTCMITRE cvelistV5
  21. 2026-08-16 14:56 UTCEPSS rescore
  22. 2026-08-16 14:56 UTCEPSS rescore
  23. 2026-08-15 13:27 UTCNVD update
  24. 2026-08-15 12:39 UTCEG score recompute
  25. 2026-08-15 12:37 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-74511?
CVE-2026-74511 is a high vulnerability published on August 15, 2026. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: fix pending command UAF in EIR updates MGMTOPSETLOCALNAME is handled asynchronously on powered controllers and can run setnamesync(). When the controller is BR/EDR capable, setnamesync() updates the local name and…
When was CVE-2026-74511 disclosed?
CVE-2026-74511 was first published in the National Vulnerability Database on August 15, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-74511 actively exploited?
CVE-2026-74511 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 97.4% of all scored CVEs.
What is the CVSS score of CVE-2026-74511?
CVE-2026-74511 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-74511?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74511, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-74511

Explore →

Is Your Infrastructure Affected by CVE-2026-74511?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.