Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2022-48911
HistoryAug 22, 2024 - 1:31 a.m.

CVE-2022-48911 netfilter: nf_queue: fix possible use-after-free

2024-08-2201:31:07
Linux
github.com
2
linux kernel
netfilter
vulnerability
fixed
use-after-free

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

5.1%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

5.1%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2022-48911