First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: usbnet: fix memory leak in error case usbnet_write_cmd_async() mixed up which buffers need to be freed in which error case. v2: add Fixes tag v3: fix uninitialized buf pointer
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=3.8<4.9.323 | |
Linux Kernel | >=4.10<4.14.288 | |
Linux Kernel | >=4.15<4.19.252 | |
Linux Kernel | >=4.20<5.4.205 | |
Linux Kernel | >=5.5<5.10.130 | |
Linux Kernel | >=5.11<5.15.54 | |
Linux Kernel | >=5.16<5.18.11 | |
Linux Kernel | =5.19-rc1 | |
Linux Kernel | =5.19-rc2 | |
Linux Kernel | =5.19-rc3 | |
Linux Kernel | =5.19-rc4 | |
Linux Kernel | =5.19-rc5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49657 is considered a medium severity vulnerability due to the potential for a memory leak in error handling.
To fix CVE-2022-49657, you need to apply the patch provided in the Linux kernel updates that address the memory management issues.
CVE-2022-49657 affects various versions of the Linux kernel that utilize the usbnet driver.
CVE-2022-49657 is a memory leak vulnerability that occurs in the usbnet driver of the Linux kernel.
While CVE-2022-49657 could lead to resource exhaustion, it is not directly exploitable for remote code execution.