← Back to CVE List

CVE-2022-49561

Published: 2025-02-26T07:01Z
Last Modified: 2025-02-26T07:01Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: re-fetch conntrack after insertion In case the conntrack is clashing, insertion can free skb->_nfct and set skb->_nfct to the already-confirmed entry. This wasn't found before because the conntrack entry and the extension space used to free'd after an rcu grace period, plus the race needs events enabled to trigger. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt