Bug 2352567 (CVE-2023-52927) - CVE-2023-52927 kernel: netfilter: allow exp not to be removed in nf_ct_find_expectation
Summary: CVE-2023-52927 kernel: netfilter: allow exp not to be removed in nf_ct_find_e...
Keywords:
Status: NEW
Alias: CVE-2023-52927
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-03-14 15:01 UTC by OSIDB Bzimport
Modified: 2025-03-28 18:36 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-03-14 15:01:05 UTC
In the Linux kernel, the following vulnerability has been resolved:

netfilter: allow exp not to be removed in nf_ct_find_expectation

Currently nf_conntrack_in() calling nf_ct_find_expectation() will
remove the exp from the hash table. However, in some scenario, we
expect the exp not to be removed when the created ct will not be
confirmed, like in OVS and TC conntrack in the following patches.

This patch allows exp not to be removed by setting IPS_CONFIRMED
in the status of the tmpl.

Comment 1 Mauro Matteo Cascella 2025-03-14 15:34:22 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025031432-CVE-2023-52927-b600@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.