Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-27403
HistoryMay 17, 2024 - 11:40 a.m.

CVE-2024-27403 netfilter: nft_flow_offload: reset dst in route object after setting up flow

2024-05-1711:40:17
Linux
github.com
3
netfilter vulnerability
nft_flow_offload
route object
flow object
refcount underflow

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nft_flow_offload: reset dst in route object after setting up flow

dst is transferred to the flow object, route object does not own it
anymore. Reset dst in route object, otherwise if flow_offload_add()
fails, error path releases dst twice, leading to a refcount underflow.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial