CVE-2022-48787
Last modified
CVE-2022-48787 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: iwlwifi: fix use-after-free If no firmware was present at all (or, presumably, all of the firmware files failed to parse), we end up unbinding by calling device_release_driver(), which calls remove(), which then in iwlwifi calls iwl_drv_stop(), freeing the 'drv' struct. However the new code I added will still erroneously access it after it was freed. Set 'failure=false' in this case to avoid the access, all data was already freed anyway.. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: iwlwifi: fix use-after-free If no firmware was present at all (or, presumably, all of the firmware files failed to parse), we end up unbinding by calling device_release_driver(), which calls remove(), which then in iwlwifi calls iwl_drv_stop(), freeing the 'drv' struct. However the new code I added will still erroneously access it after it was freed. Set 'failure=false' in this case to avoid the access, all data was already freed anyway.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.14.263, < 4.14.268 |
| Linux | Linux Kernel | >= 4.19.226, < 4.19.231 |
| Linux | Linux Kernel | >= 5.4.174, < 5.4.181 |
| Linux | Linux Kernel | >= 5.10.94, < 5.10.102 |
| Linux | Linux Kernel | >= 5.15.17, < 5.15.25 |
| Linux | Linux Kernel | >= 5.16.3, < 5.16.11 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-48787?
How severe is CVE-2022-48787?
How do I fix CVE-2022-48787?
Are you affected by CVE-2022-48787?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
