Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-38472

9.8 · CRITICAL
Published Jul 28, 2025 linux CWE-908 EPSS 0.39% (32th pctl)

Overview

CVE-2025-38472 is a critical-severity vulnerability affecting linux linux_kernel. It was published on July 28, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nf_conntrack: fix crash due to removal of uninitialised entry

A crash in conntrack was reported while trying to unlink the conntrack

entry from the hash bucket list:

[exception RIP: __nf_ct_delete_from_lists+172]

[..]

#7 [ff539b5a2b043aa0] nf_ct_delete at ffffffffc124d421 [nf_conntrack]

#8 [ff539b5a2b043ad0] nf_ct_gc_expired at ffffffffc124d999 [nf_conntrack]

#9 [ff539b5a2b043ae0] __nf_conntrack_find_get at ffffffffc124efbc [nf_conntrack]

[..]

The nf_conn struct is marked as allocated from slab but appears to be in

a partially initialised state:

ct hlist pointer is garbage; looks like the ct hash value

(hence crash).

ct->status is equal to IPS_CONFIRMED|IPS_DYING, which is expected

ct->timeout is 30000 (=30s), which is unexpected.

Everything else looks like normal udp conntrack entry. If we ignore

ct->status and pretend its 0, the entry matches those that are newly

allocated but not

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.18.13, < 6.1.147 Affected

Frequently Asked Questions

What is CVE-2025-38472?

CVE-2025-38472 is a critical-severity vulnerability affecting linux linux_kernel. It was published on July 28, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2025-38472?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-38472?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-38472?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-38472 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.