Bug 2422772 (CVE-2025-68261)
| Summary: | CVE-2025-68261 kernel: Linux kernel: Denial of Service in ext4 due to a race condition | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
| Status: | NEW --- | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | Keywords: | Security |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: |
A flaw was discovered in the Linux kernel’s EXT4 filesystem implementation involving a race between inline data destruction and block mapping. In the function ext4_destroy_inline_data_nolock(), the inode layout is modified (clearing EXT4_INODE_INLINE_DATA and setting EXT4_INODE_EXTENTS) without holding the i_data_sem semaphore. Concurrently, another thread may execute ext4_map_blocks(), which tests the EXT4_INODE_EXTENTS flag to decide whether to call ext4_ext_map_blocks() or ext4_ind_map_blocks(). Without proper semaphore protection, ext4_ind_map_blocks() can be invoked with an inconsistent state, potentially triggering a kernel assertion and crash (BUG).
|
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 15:03:54 UTC
|