Bug 2383451 (CVE-2025-38430) - CVE-2025-38430 kernel: nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request
Summary: CVE-2025-38430 kernel: nfsd: nfsd4_spo_must_allow() must check this is a v4 c...
Keywords:
Status: NEW
Alias: CVE-2025-38430
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-07-25 15:01 UTC by OSIDB Bzimport
Modified: 2025-07-27 14:23 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-25 15:01:28 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.