CVE-2023-54151는 Linux에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= a9163b947ae8f7af7cb8d63606cd87b9facbfe74 < f4631d295ae3fff9e240ab78dc17f4b83d14f7bc, >= a9163b947ae8f7af7cb8d63606cd87b9facbfe74 < ce71c61d661cfac3f097af928995abfcebd2b8c5, >= a9163b947ae8f7af7cb8d63606cd87b9facbfe74 < d11cef14f8146f3babd286c2cc8ca09c166295e2, >= ec769406d06d5006c40554c4640f6e584ab6ae26, >= 8102416c05bb08795b9278a8664f9be827fadbe2, >= 938166b2b3051d9965c36f9b5228966d4f198b2a, >= 5.10.137 < 5.11, >= 5.15.150 < 5.16, >= 5.18.18 < 5.19, >= 5.19입니다. CVSS 기본 점수는 7.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: f2fs: Fix system crash due to lack of free space in LFS When f2fs tries to checkpoint during foreground gc in LFS mode, system crash occurs due to lack of free space if the amount of dirty node and dentry pages generated by data migration exceeds free space. The reproduction sequence is as follows. - 20GiB capacity block device (null_blk) - format and mount with LFS mode - create a file and write 20,000MiB - 4k random write on full range of the file RIP: 0010:new_curseg+0x48a/0x510 [f2fs] Code: 55 e7 f5 89 c0 48 0f af c3 48...