First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ixgbevf: Fix resource leak in ixgbevf_init_module() ixgbevf_init_module() won't destroy the workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. Add destroy_workqueue() in fail path to prevent the resource leak. Similar to the handling of u132_hcd_init in commit f276e002793c ("usb: u132-hcd: fix resource leak")
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.5<5.10.158 | |
Linux Kernel | >=5.11<5.15.82 | |
Linux Kernel | >=5.16<6.0.12 | |
Linux Kernel | =6.1-rc1 | |
Linux Kernel | =6.1-rc2 | |
Linux Kernel | =6.1-rc3 | |
Linux Kernel | =6.1-rc4 | |
Linux Kernel | =6.1-rc5 | |
Linux Kernel | =6.1-rc6 | |
Linux Kernel | =6.1-rc7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49028 has been classified as a moderate severity vulnerability affecting the Linux kernel.
To fix CVE-2022-49028, upgrade to a patched version of the Linux kernel that addresses the vulnerability.
CVE-2022-49028 affects multiple versions of the Linux kernel ranging from 4.5 to 6.1-rc7.
CVE-2022-49028 impacts the ixgbevf network driver in the Linux kernel, potentially causing a resource leak.
As of now, there are no known publicly available exploits for CVE-2022-49028.