CVE-2022-49416
Last modified
CVE-2022-49416 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free in chanctx code In ieee80211_vif_use_reserved_context(), when we have an old context and the new context's replace_state is set to IEEE80211_CHANCTX_REPLACE_NONE, we free the old context in ieee80211_vif_use_reserved_reassign(). Therefore, we cannot check the old_ctx anymore, so we should set it to NULL after this point. However, since the new_ctx replace state is clearly not IEEE80211_CHANCTX_REPLACES_OTHER, we're not going to do anything else in this function and can just return to avoid accessing the freed old_ctx.. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free in chanctx code In ieee80211_vif_use_reserved_context(), when we have an old context and the new context's replace_state is set to IEEE80211_CHANCTX_REPLACE_NONE, we free the old context in ieee80211_vif_use_reserved_reassign(). Therefore, we cannot check the old_ctx anymore, so we should set it to NULL after this point. However, since the new_ctx replace state is clearly not IEEE80211_CHANCTX_REPLACES_OTHER, we're not going to do anything else in this function and can just return to avoid accessing the freed old_ctx.
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 3.17, < 4.9.318 |
| Linux | Linux Kernel | >= 4.10, < 4.14.283 |
| Linux | Linux Kernel | >= 4.15, < 4.19.247 |
| Linux | Linux Kernel | >= 4.20, < 5.4.198 |
| Linux | Linux Kernel | >= 5.5, < 5.10.121 |
| Linux | Linux Kernel | >= 5.11, < 5.15.46 |
| Linux | Linux Kernel | >= 5.16, < 5.17.14 |
| Linux | Linux Kernel | >= 5.18, < 5.18.3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-49416?
How severe is CVE-2022-49416?
How do I fix CVE-2022-49416?
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-49410In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49411In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49412In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49413In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49414In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2022-49415In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49417In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49418In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49419In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-4942A vulnerability was found in mportuga eslint-detailed-report…6.1
- CVE-2022-49420In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49421In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-49416?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
