### [CVE-2024-50116](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-50116) ![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=3.10%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=8c26c4e2694a163d525976e804d81cd955bbb40c%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue) ### Description In the Linux kernel, the following vulnerability has been resolved:nilfs2: fix kernel bug due to missing clearing of buffer delay flagSyzbot reported that after nilfs2 reads a corrupted file system imageand degrades to read-only, the BUG_ON check for the buffer delay flagin submit_bh_wbc() may fail, causing a kernel bug.This is because the buffer delay flag is not cleared when clearing thebuffer state flags to discard a page/folio or a buffer head. So, fixthis.This became necessary when the use of nilfs2's own page clear routinewas expanded. This state inconsistency does not occur if the bufferis written normally by log writing. ### POC #### Reference No PoCs from references. #### Github - https://github.com/w4zu/Debian_security