CVE-2022-49171
Published: Feb 26, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: ext4: don't BUG if someone dirty pages without asking ext4 first [un]pin_user_pages_remote is dirtying pages without properly warning the file system in advance. A related race was noted by Jan Kara in 2018[1]; however, more recently instead of it being a very hard-to-hit race, it could be reliably triggered by process_vm_writev(2) which was discovered by Syzbot[2]. This is technically a bug in mm/gup.c, but arguably ext4 is fragile in that if some other kernel subsystem dirty pages without properly notifying the file system using page_mkwrite(), ext4 will BUG, while other file systems will not BUG (although data will still be lost). So instead of crashing with a BUG, issue a warning (since there may be potential data loss) and just mark the page as clean to avoid unprivileged denial of service attacks until the problem can be properly fixed. More discussion and background can be found in the thread starting at [2]. [1] https://lore.kernel.org/linux-mm/[email protected] [2] https://lore.kernel.org/r/[email protected]
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected a42afc5f56f319107e987aa6adf2f65d93d527c7 - < 5db60e76edf5680ff1f3a7221036fc44b308f146affected a42afc5f56f319107e987aa6adf2f65d93d527c7 - < d666dfaa571465a19f014534a214c255ea33f301affected a42afc5f56f319107e987aa6adf2f65d93d527c7 - < 0d3a6926f7e8be3c897fa46216ce13b119a9f56aaffected a42afc5f56f319107e987aa6adf2f65d93d527c7 - < 5a016c053f426a73752c3b41b60b497b58694d48affected a42afc5f56f319107e987aa6adf2f65d93d527c7 - < 330d0e44fc5a47c27df958ecdd4693a3cb1d8b81+4 more versions |
Linux | Linux | affected 2.6.37unaffected 0 - < 2.6.37unaffected 4.9.311 - <= 4.9.*unaffected 4.14.276 - <= 4.14.*unaffected 4.19.238 - <= 4.19.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now