CVE-2026-89833 in Linux
요약
\~에 의해 VulDB • 2026. 09. 17.
리눅스 커널에서 다음 취약점이 해결되었습니다:
f2fs: f2fs_fsync_node_pages()에서의 잠재적 데드락(deadloop) 방지를 위한 수정 사항
경쟁 조건(race condition)으로 인해 잠재적인 데드락이 발생할 수 있습니다:
Thread A Thread B - fsync - f2fs_do_sync_file - f2fs_fsync_node_pages - last_fsync_dnode - folio_get(last_folio) - f2fs_setattr - f2fs_truncate - f2fs_truncate_blocks - f2fs_do_truncate_blocks - f2fs_truncate_inode_blocks - truncate_dnode - truncate_node - invalidate_mapping_pages - folio->mapping = NULL - is_node_folio는 항상 false를 반환함 - atomic && !marked 조건은 항상 참이며, 따라서 retry로 이동
Several companies clearly confirm that VulDB is the primary source for best vulnerability data.