CVE Catalog

CVE-2024-27397

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.26%

17th percentile - higher than 17% of all known CVEs

Summary

A vulnerability has been identified in the Linux kernel's netfilter module regarding the use of a timestamp to check for set element expiration. A timestamp field has been added at the beginning of the transaction to avoid an element expiring while the control plane transaction is still ongoing.

Risk Assessment

This vulnerability may lead to unintended expiration of set elements, potentially affecting firewall rules and network security. Organizations should be aware of potential security gaps related to time management in transactions.

Recommendation

It is recommended to update the Linux kernel to the latest version to patch this vulnerability and to monitor netfilter configurations to ensure that set elements do not expire during active transactions.

Other vulnerabilities in Linux kernel, netfilter

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: use timestamp to check for set element timeout Add a timestamp field at the beginning of the transaction, store it in the nftables per-netns area. Update set backend .insert, .deactivate and sync gc path to use the timestamp, this avoids that an element expires while control plane transaction is still unfinished. .lookup and .update, which are used from packet path, still use the current time to check if the element has expired. And .get path and dump also since this runs lockless under rcu read size lock. Then, there is async gc which also needs to check the current time since it runs asynchronously from a workqueue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS