Bug 2400774 (CVE-2022-50435)
| Summary: | CVE-2022-50435 kernel: ext4: avoid crash when inline data creation follows DIO write | ||
|---|---|---|---|
| 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 found in the ext4 filesystem implementation in the Linux kernel. When a file is created and written via direct I/O (DIO), the flag EXT4_STATE_MAY_INLINE_DATA is not cleared. Subsequently, if the inode is truncated and then written using buffered I/O, the filesystem may attempt to store inline data and normal blocks for the same inode. This inconsistent state may lead to a kernel crash (BUG) or panic.
|
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-10-01 12:06:41 UTC
|