Security readout for executives and security teams
Plain-English summary
This is a Linux kernel Bluetooth driver memory-safety flaw. A local user could potentially trigger unsafe reuse of freed memory in the MediaTek SDIO Bluetooth path, with high confidentiality, integrity, and availability impact according to the provided CVSS score.
Executive priority
Treat as a high-priority kernel update for exposed Linux endpoints and appliances, especially where local user access exists. Business urgency is lower than remote unauthenticated issues, but kernel memory corruption can have severe impact if reachable.
Technical view
CVE-2022-49470 is a CWE-416 use-after-free in btmtksdio_recv_event. The source says the driver accessed skb buffer data after hci_recv_frame, and KASAN confirmed the freed skb path through hci_event_packet and kfree_skb.
Likely exposure
Exposure is most likely on Linux systems running affected kernel builds with the btmtksdio MediaTek SDIO Bluetooth driver present or enabled. The provided affected-version data is incomplete and should be validated against distribution kernel advisories and the referenced stable commits.
Exploitation context
The CVSS vector is local, low complexity, low privileges, and no user interaction. The source bundle does not show CISA KEV listing or other evidence of active exploitation, so active exploitation should not be assumed.
Researcher notes
The source provides crash evidence and fix commits, but not a public exploit, KEV status, or distribution-specific package mapping. Avoid broad claims beyond Linux btmtksdio exposure until kernel configuration and vendor backport status are confirmed.
Mitigation direction
Apply vendor or distribution kernel updates containing the referenced stable fixes.
Prioritize systems with MediaTek SDIO Bluetooth hardware or btmtksdio enabled.
If no update exists, follow vendor guidance for temporary risk reduction.
Track kernel package versions against the stable commit references.
Validation and detection
Inventory Linux kernel versions across fleets and embedded devices.
Check whether btmtksdio or related MediaTek SDIO Bluetooth support is present.
Confirm deployed kernels include the referenced stable fixes.
Review vendor advisories for affected package versions and backports.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.