First published: Thu Aug 22 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_queue: fix possible use-after-free Eric Dumazet says: The sock_hold() side seems suspect, because there is no guarantee that sk_refcnt is not already 0. On failure, we cannot queue the packet and need to indicate an error. The packet will be dropped by the caller. v2: split skb prefetch hunk into separate change
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=2.6.29<4.9.305 | |
Linux Kernel | >=4.10<4.14.270 | |
Linux Kernel | >=4.15<4.19.233 | |
Linux Kernel | >=4.20<5.4.183 | |
Linux Kernel | >=5.5<5.10.104 | |
Linux Kernel | >=5.11<5.15.27 | |
Linux Kernel | >=5.16<5.16.13 | |
Linux Kernel | =5.17-rc1 | |
Linux Kernel | =5.17-rc2 | |
Linux Kernel | =5.17-rc3 | |
Linux Kernel | =5.17-rc4 | |
Linux Kernel | =5.17-rc5 | |
Linux Kernel | =5.17-rc6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-48911 has been classified as a medium severity vulnerability.
To fix CVE-2022-48911, it is recommended to upgrade to the latest stable version of the Linux kernel that addresses this vulnerability.
CVE-2022-48911 affects various versions of the Linux kernel ranging from 2.6.29 to 5.17-rc6.
CVE-2022-48911 is identified as a use-after-free vulnerability within the netfilter component of the Linux kernel.
CVE-2022-48911 was reported by Eric Dumazet.