CVE-2022-50286
Last modified
CVE-2022-50286 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline When converting files with inline data to extents, delayed allocations made on a file system created with both the bigalloc and inline options can result in invalid extent status cache content, incorrect reserved cluster counts, kernel memory leaks, and potential kernel panics. With bigalloc, the code that determines whether a block must be delayed allocated searches the extent tree to see if that block maps to a previously allocated cluster. If not, the block is delayed allocated, and otherwise, it isn't. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline When converting files with inline data to extents, delayed allocations made on a file system created with both the bigalloc and inline options can result in invalid extent status cache content, incorrect reserved cluster counts, kernel memory leaks, and potential kernel panics. With bigalloc, the code that determines whether a block must be delayed allocated searches the extent tree to see if that block maps to a previously allocated cluster. If not, the block is delayed allocated, and otherwise, it isn't. However, if the inline option is also used, and if the file containing the block is marked as able to store data inline, there isn't a valid extent tree associated with the file. The current code in ext4_clu_mapped() calls ext4_find_extent() to search the non-existent tree for a previously allocated cluster anyway, which typically finds nothing, as desired. However, a side effect of the search can be to cache invalid content from the non-existent tree (garbage) in the extent status tree, including bogus entries in the pending reservation tree. To fix this, avoid searching the extent tree when allocating blocks for bigalloc + inline files that are being converted from inline to extent mapped.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 5.4.229 |
| Linux | Linux Kernel | >= 5.5, < 5.10.163 |
| Linux | Linux Kernel | >= 5.11, < 5.15.87 |
| Linux | Linux Kernel | >= 5.16, < 6.0.18 |
| Linux | Linux Kernel | >= 6.1, < 6.1.4 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-50286?
How severe is CVE-2022-50286?
How do I fix CVE-2022-50286?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-50280In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50281In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50282In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50283In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50284In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50285In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50287In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50288In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50289In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50290Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2022-50291In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50292In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-50286?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
