CVE-2022-50829
Last modified
CVE-2022-50829 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb() It is possible that skb is freed in ath9k_htc_rx_msg(), then usb_submit_urb() fails and we try to free skb again. It causes use-after-free bug. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb() It is possible that skb is freed in ath9k_htc_rx_msg(), then usb_submit_urb() fails and we try to free skb again. It causes use-after-free bug. Moreover, if alloc_skb() fails, urb->context becomes NULL but rx_buf is not freed and there can be a memory leak. The patch removes unnecessary nskb and makes skb processing more clear: it is supposed that ath9k_htc_rx_msg() either frees old skb or passes its managing to another callback function. Found by Linux Verification Center (linuxtesting.org) with Syzkaller.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3deff76095c4ac4252e27c537db3041f619c23a2, < 5e8751a977a49a6e00cce1a8da5ca16da83f9c8c; >= 3deff76095c4ac4252e27c537db3041f619c23a2, < f127c2b4c967025e5c3a4ce7e13b79135d46a33d; >= 3deff76095c4ac4252e27c537db3041f619c23a2, < 0c8dd2ea4b419da96ab4953e4967e9363e2f8a4f; >= 3deff76095c4ac4252e27c537db3041f619c23a2, < 988bd27de2484faf17afe0408db2e3d9e5ac61fc; >= 3deff76095c4ac4252e27c537db3041f619c23a2, < 98d9172822dc6f38138333941984bd759a89d419; >= 3deff76095c4ac4252e27c537db3041f619c23a2, < 355f16f756aad0c95cdaa0c14a34ab4137d32815; >= 3deff76095c4ac4252e27c537db3041f619c23a2, < 53b9bb1a00c4285ee7f58a11129dbea015db61bc; >= 3deff76095c4ac4252e27c537db3041f619c23a2, < 71fc0ad671a62c494d2aec731baeabd3bfe6c95d; >= 3deff76095c4ac4252e27c537db3041f619c23a2, < dd95f2239fc846795fc926787c3ae0ca701c9840 |
| Linux | Linux | 3.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2022-50829?
How severe is CVE-2022-50829?
How do I fix CVE-2022-50829?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-50823In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50824In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50825In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50826In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50827In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50828In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50830In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50831Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2022-50832In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50833In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50834In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50835In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2022-50829?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
