Security readout for executives and security teams
Plain-English summary
CVE-2022-50740 is a Linux kernel memory leak in the ath9k USB Wi-Fi driver cleanup path. It can waste kernel memory when transmit URBs are deallocated incorrectly. The available sources do not show active exploitation, a CVSS score, or broad remote exposure.
Executive priority
Treat as routine-to-moderate Linux maintenance unless your environment depends on ath9k USB Wi-Fi. No cited source shows active exploitation. Patch through normal kernel update channels after confirming vendor applicability.
Technical view
The flaw is in ath9k_hif_usb_dealloc_tx_urbs(). usb_get_urb() is called, but usb_free_urb() or usb_put_urb() is not reached because usb_kill_urb() returns early when URB fields are uninitialized. The kernel fix stops killing URBs from tx.tx_buf because pending URBs are tracked separately in tx.tx_pending.
Likely exposure
Exposure appears limited to Linux systems using the ath9k USB Wi-Fi driver code path. Servers without relevant USB Wi-Fi hardware or driver use are less likely to be affected. Exact distribution package impact must be confirmed with vendor advisories.
Exploitation context
The issue was found by Linux Verification Center using Syzkaller. The source bundle does not identify public exploitation, KEV listing, exploit code, or remote attack conditions. Practical impact is most plausibly resource exhaustion from a kernel memory leak.
Researcher notes
Evidence is limited to the CVE description and Linux stable commit references. No CVSS, CWE, exploitability assessment, or distribution mapping is provided in the source bundle. Avoid assuming impact beyond the ath9k hif_usb memory leak described.
Mitigation direction
- Update to a Linux kernel containing the referenced stable ath9k hif_usb fix.
- Check your Linux distribution advisory for backported fixes and package versions.
- Prioritize systems where ath9k USB Wi-Fi hardware or drivers are in use.
Validation and detection
- Inventory Linux kernel versions across endpoints and appliances.
- Identify systems using ath9k USB Wi-Fi driver functionality.
- Confirm installed kernels include the relevant stable fix or vendor backport.
- Monitor vendor security trackers for distribution-specific status.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
CVE-2022-50740 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/134ae5eba41294eff76e4be20d6001b8f0192207CVE reference
- https://git.kernel.org/stable/c/472312fef2b9eccaa03bd59e0ab2527da945e736CVE reference
- https://git.kernel.org/stable/c/eddbb8f7620f9f8008b090a6e10c460074ca575aCVE reference
- https://git.kernel.org/stable/c/9850791d389b342ae6e573fe8198db0b4d338352CVE reference
- https://git.kernel.org/stable/c/c3fb3e9a2c0c1a0fa492d90eb19bcfa92a5f884dCVE reference
- https://git.kernel.org/stable/c/d856f7574bcc1d81de565a857caf32f122cd7ce0CVE reference
- https://git.kernel.org/stable/c/c05189a429fdb371dd455c3c466d67ac2ebff152CVE reference
- https://git.kernel.org/stable/c/08aa0537ec8cf29ceccae98acc1a534fc12598c1CVE reference
- https://git.kernel.org/stable/c/c2a94de38c74e86f49124ac14f093d6a5c377a90CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
