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-38232

7.8 · HIGH
Published Jul 4, 2025 linux CWE-362 EPSS 0.14% (4th pctl)

Overview

CVE-2025-38232 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 4, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

NFSD: fix race between nfsd registration and exports_proc

As of now nfsd calls create_proc_exports_entry() at start of init_nfsd

and cleanup by remove_proc_entry() at last of exit_nfsd.

Which causes kernel OOPs if there is race between below 2 operations:

(i) exportfs -r

(ii) mount -t nfsd none /proc/fs/nfsd

for 5.4 kernel ARM64:

CPU 1:

el1_irq+0xbc/0x180

arch_counter_get_cntvct+0x14/0x18

running_clock+0xc/0x18

preempt_count_add+0x88/0x110

prep_new_page+0xb0/0x220

get_page_from_freelist+0x2d8/0x1778

__alloc_pages_nodemask+0x15c/0xef0

__vmalloc_node_range+0x28c/0x478

__vmalloc_node_flags_caller+0x8c/0xb0

kvmalloc_node+0x88/0xe0

nfsd_init_net+0x6c/0x108 [nfsd]

ops_init+0x44/0x170

register_pernet_operations+0x114/0x270

register_pernet_subsys+0x34/0x50

init_nfsd+0xa8/0x718 [nfsd]

do_one_initcall+0x54/0x2e0

CPU 2 :

Unable to handle kernel NULL pointer dereference at virtual address 0000000000000010

PC is at : exports

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 >= 0, < 6.12.35 Affected

Frequently Asked Questions

What is CVE-2025-38232?

CVE-2025-38232 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 4, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-38232?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-38232?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-38232 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.