Bug 2422670 (CVE-2025-40361)

Summary: CVE-2025-40361 kernel: Linux kernel: ext4 deadlock vulnerability (CVE Rejected)
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security DevOps Team <prodsec-dev>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedKeywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
A flaw was found in the Linux kernel's ext4 filesystem component. A local user could potentially trigger a deadlock due to inconsistent memory allocation flags in the `ext4_xattr_inode_cache_find` function, which could lead to a Denial of Service (DoS). However, this CVE has been rejected by the assigning CNA.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description OSIDB Bzimport 2025-12-16 14:02:25 UTC
In the Linux kernel, the following vulnerability has been resolved:

fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock

The parent function ext4_xattr_inode_lookup_create already uses GFP_NOFS for memory alloction, so the function ext4_xattr_inode_cache_find should use same gfp_flag.