First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ravb: Fix potential use-after-free in ravb_rx_gbeth() The skb is delivered to napi_gro_receive() which may free it, after calling this, dereferencing skb may trigger use-after-free.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.16<6.0.13 | |
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 | |
Linux Kernel | =6.1-rc8 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-48964 is considered a medium severity vulnerability in the Linux kernel.
To fix CVE-2022-48964, you should upgrade to a patched version of the Linux kernel that addresses this vulnerability.
CVE-2022-48964 affects Linux kernel versions from 5.16 to 6.0.13 and specific release candidates of version 6.1.
CVE-2022-48964 is a use-after-free vulnerability that could lead to potential memory corruption.
CVE-2022-48964 may be exploited locally, but it requires specific conditions to trigger the use-after-free scenario.