You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netfilter: nft_flow_offload: reset dst in route object after setting up flow
jira LE-1907
cve CVE-2024-27403
Rebuild_History Non-Buildable kernel-5.14.0-427.40.1.el9_4
commit-author Pablo Neira Ayuso <pablo@netfilter.org>
commit 9e0f043
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.
Fixes: a3c90f7 ("netfilter: nf_tables: flow offload expression")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
(cherry picked from commit 9e0f043)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>
0 commit comments