Bug 2424885 (CVE-2025-68361)

Summary: CVE-2025-68361 kernel: Linux kernel (erofs): Kernel stack overflow due to excessive file system stacking
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security DevOps Team <prodsec-dev>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedKeywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
A vulnerability was discovered in the Linux kernel’s EROFS (Enhanced Read-Only File System) implementation related to file-backed mount stacking. Without limiting the depth of filesystem stacking, it is possible for an attacker to mount EROFS recursively (e.g., EROFS mounting itself) in such a way that kernel stack usage grows uncontrollably, potentially leading to a kernel stack overflow and system crash. Exploitation requires local access and the ability to initiate nested file-backed erofs mounts.
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-24 11:03:40 UTC
In the Linux kernel, the following vulnerability has been resolved:

erofs: limit the level of fs stacking for file-backed mounts

Otherwise, it could cause potential kernel stack overflow (e.g., EROFS
mounting itself).