First published: Tue Mar 07 2023(Updated: )
A flaw found in the Linux Kernel. For the Ext4 file system if overlay FS being used, use after free could happen as result of the race condition. The bug actual if patch 9a2544037600 not applied yet. Example for triggering in a overlay on ext4 setup: aio_read ovl_read_iter vfs_iter_read ext4_file_read_iter ext4_dio_read_iter iomap_dio_rw -> -EIOCBQUEUED /* * Here IO is completed in a separate thread, * ovl_aio_cleanup_handler() frees aio_req which has iocb embedded */ file_accessed(iocb->ki_filp); /**BOOM**/ Reference: <a href="https://lore.kernel.org/lkml/20211115165433.449951285@linuxfoundation.org/">https://lore.kernel.org/lkml/20211115165433.449951285@linuxfoundation.org/</a>
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Linux kernel | >=5.6<5.10.80 | |
Linux Linux kernel | >=5.11<5.14.19 | |
Linux Linux kernel | >=5.15<5.15.3 | |
redhat/Linux kernel | <5.16 | 5.16 |
IBM QRadar SIEM | <=7.5 - 7.5.0 UP8 IF01 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.