Bug 2422670 (CVE-2025-40361) - CVE-2025-40361 kernel: fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock
Summary: CVE-2025-40361 kernel: fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock
Keywords:
Status: NEW
Alias: CVE-2025-40361
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-12-16 14:02 UTC by OSIDB Bzimport
Modified: 2025-12-17 04:24 UTC (History)
0 users

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


Attachments (Terms of Use)

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.


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