VYPR
Medium severity5.5NVD Advisory· Published Jul 25, 2025· Updated May 12, 2026

CVE-2025-38430

CVE-2025-38430

Description

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

nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request

If the request being processed is not a v4 compound request, then examining the cstate can have undefined results.

This patch adds a check that the rpc procedure being executed (rq_procinfo) is the NFSPROC4_COMPOUND procedure.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

In the Linux kernel, nfsd4_spo_must_allow() incorrectly processes non-v4 compound requests, potentially leading to undefined behavior and system instability.

The vulnerability resides in the Linux kernel's NFS server (nfsd) implementation. The function nfsd4_spo_must_allow() is designed to handle v4 compound requests, but it fails to verify that the request is actually a v4 compound before examining the cstate. This can lead to undefined results when processing non-v4 compound requests [1][2].

An attacker with network access to the NFS server could send a crafted non-v4 compound request to trigger the undefined behavior. No authentication is required if the NFS service is exposed. The undefined behavior might manifest as a system crash or memory corruption [3].

Successful exploitation could lead to denial of service, as the undefined behavior may cause the kernel to panic or become unstable. There is also a possibility of information disclosure if memory contents are leaked [1].

The Linux kernel has released patches to address this issue, available in stable kernel versions. Siemens has acknowledged the vulnerability in their security advisory for SIMATIC S7-1500 CPUs, recommending updates [1]. Users should apply the latest kernel updates to mitigate the risk.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

11

News mentions

0

No linked articles in our index yet.