In the Linux kernel, the following vulnerability has been resolved:
net: ena: Fix error handling in ena_init()
The ena_init() won't destroy workqueue created by
create_singlethread_workqueue() when pci_register_driver() failed.
Call destroy_workqueue() when pci_register_driver() failed to prevent the
resource leak.
References
Configurations
Configuration 1 (hide)
|
History
07 Nov 2025, 18:53
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/0e2369223b174d198ec42a3ec0a7f06c8727b968 - Patch | |
| References | () https://git.kernel.org/stable/c/3f7b2ef8fe924e299bc339811ea3f1b9935c040f - Patch | |
| References | () https://git.kernel.org/stable/c/6b23a4b252044e4fd23438930d452244818d7000 - Patch | |
| References | () https://git.kernel.org/stable/c/d349e9be5a2c2d7588a2c4e4bfa0bb3dc1226769 - Patch | |
| First Time |
Linux linux Kernel
Linux |
|
| CWE | CWE-908 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc5:*:*:*:*:*:* |
Information
Published : 2025-05-01 15:16
Updated : 2025-11-07 18:53
NVD link : CVE-2022-49813
Mitre link : CVE-2022-49813
CVE.ORG link : CVE-2022-49813
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource
