← Back to CVE List

CVE-2022-48911

Published: 2024-08-22T02:15Z
Last Modified: 2024-09-12T13:24Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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 > MITRE Terms of Use apply – see LICENSE‑MITRE.txt