CVE-2022-49539
Last modified
CVE-2022-49539 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: rtw89: ser: fix CAM leaks occurring in L2 reset The CAM, meaning address CAM and bssid CAM here, will get leaks during SER (system error recover) L2 reset process and ieee80211_restart_hw() which is called by L2 reset process eventually. The normal flow would be like -> add interface (acquire 1) -> enter ips (release 1) -> leave ips (acquire 1) -> connection (occupy 1) <(A) 1 leak after L2 reset if non-sec connection> The ieee80211_restart_hw() flow (under connection) -> ieee80211 reconfig -> add interface (acquire 1) -> leave ips (acquire 1) -> connection (occupy (A) + 2) <(B) 1 more leak> Originally, CAM is released before HW restart only if connection is under security. Now, release CAM whatever connection it is to fix leak in (A). OTOH, check if CAM is already valid to avoid acquiring multiple times to fix (B). Besides, if AP mode, release address CAM of all stations before HW restart.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: rtw89: ser: fix CAM leaks occurring in L2 reset The CAM, meaning address CAM and bssid CAM here, will get leaks during SER (system error recover) L2 reset process and ieee80211_restart_hw() which is called by L2 reset process eventually. The normal flow would be like -> add interface (acquire 1) -> enter ips (release 1) -> leave ips (acquire 1) -> connection (occupy 1) <(A) 1 leak after L2 reset if non-sec connection> The ieee80211_restart_hw() flow (under connection) -> ieee80211 reconfig -> add interface (acquire 1) -> leave ips (acquire 1) -> connection (occupy (A) + 2) <(B) 1 more leak> Originally, CAM is released before HW restart only if connection is under security. Now, release CAM whatever connection it is to fix leak in (A). OTOH, check if CAM is already valid to avoid acquiring multiple times to fix (B). Besides, if AP mode, release address CAM of all stations before HW restart.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.16, < 5.18.3 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-49539?
How severe is CVE-2022-49539?
How do I fix CVE-2022-49539?
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-49533In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49534In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49535In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2022-49536In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49537In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49538In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4954The Waiting: One-click countdowns plugin for WordPress is vu…4.8
- CVE-2022-49540In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2022-49541In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49542In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49543In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49544In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-49539?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
