PT-2025-31069 · Linux +1 · Linux Kernel +1
Published
2025-07-28
·
Updated
2025-07-28
·
CVE-2025-38472
None
**Name of the Vulnerable Software and Affected Versions:**
Linux kernel (affected versions not specified)
**Description:**
A crash in the conntrack component of the Linux kernel was reported due to the removal of an uninitialized entry. The issue occurs when an expired conntrack entry is deleted from the hash bucket list, potentially leading to a crash within the ` nf ct delete from lists` function. The root cause is a race condition where a conntrack entry can be re-initialized while still being referenced, resulting in a partially initialized state and an incorrect hash value. This can occur when a CPU finds an expired entry, another CPU preempts it, and the entry is re-initialized before the first CPU can complete the deletion process. The fix involves moving the assignment of the `IPS CONFIRMED` flag after the table insertion and before the unlock, and modifying `nf ct should gc()` to check the confirmed bit first.
**Recommendations:**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Related Identifiers
Affected Products
References · 11
- https://security-tracker.debian.org/tracker/CVE-2025-38472 · Vendor Advisory
- https://nvd.nist.gov/vuln/detail/CVE-2025-38472 · Security Note
- https://security-tracker.debian.org/tracker/source-package/linux · Vendor Advisory
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38472 · Security Note
- https://git.kernel.org/stable/c/938ce0e8422d3793fe30df2ed0e37f6bc0598379 · Note
- https://git.kernel.org/stable/c/a47ef874189d47f934d0809ae738886307c0ea22 · Note
- https://git.kernel.org/stable/c/fc38c249c622ff5e3011b8845fd49dbfd9289afc · Note
- https://twitter.com/CVEnew/status/1949799981562675208 · Twitter Post
- https://git.kernel.org/stable/c/2d72afb340657f03f7261e9243b44457a9228ac7 · Note
- https://packages.debian.org/src:linux · Note
- https://git.kernel.org/stable/c/76179961c423cd698080b5e4d5583cf7f4fcdde9 · Note