CVE-2026-76922 is a medium-severity Wireshark FHS dissector crash (CVSS 5.5), but the rating badly underweights the operational risk in the environments where this tool is deployed. The vulnerability sits in Wireshark's Bluetooth Frequency Hopping Synchronization dissector — a foundational layer in the BR/EDR stack that processes packets during the association handshake. A malformed FHS packet injected within radio range of an active capture doesn't require authentication, elevation, or any interaction with the analyst's system beyond being within Bluetooth range. The analyst's own capture infrastructure becomes the attack vector: passive capture turned weaponized.
The real blast radius isn't the crash — it's the evidentiary gap it creates. If malformed FHS packets arrive during an active Bluetooth handshake, the resulting dissector crash can corrupt or truncate subsequent legitimate traffic in the capture session. You may not notice the failure until post-engagement analysis reveals incomplete packet logs. For red teams, this is a precision timing tool: inject the crafted packet when your activity needs obscuring, and the capture dies silently. The hopping spectrum makes casual injection harder than Ethernet or WiFi, but adversaries with Bluetooth expertise and line-of-sight can weaponize this.
Wireshark's monolithic dissector architecture makes this class of bug structural, not accidental. Individual dissector authors handle protocol complexity without enforced bounds checking or sandboxing — parsing failures cascade directly into process stability. This isn't a one-off oversight; it's a design tradeoff favoring performance over fault isolation. Every new or refactored dissector inherits the same surface.
Prioritization should weigh the deployment context, not just the CVSS score. Passive Bluetooth monitoring appliances, headless capture nodes, and systems on long change-approval cycles often stay on older release trains for months after patches drop. If your Bluetooth assessment infrastructure hasn't been patched since the 4.4 or 4.6 trains, treat this as higher urgency: the weaponization window isn't just the engagement — it's the gap between fix-available and fix-deployed. Consider tcpdump as a temporary fallback for Bluetooth captures if patching is delayed, though be aware it offers less protocol visibility.