Tracker / CVE-2024-43828
CVE-2024-43828
Media 5.5
In the Linux kernel, the following vulnerability has been resolved: ext4: fix infinite loop when replaying fast_commit When doing fast_commit replay an infinite loop may occur due to an uninitialized extent_status struct. ext4_ext_determine_insert_hole() does not detect the replay and calls ext4_es_find_extent_range(), which will return immediately without initializing the 'es' variable. Because 'es' contains garbage, an integer overflow may happen causing an infinite loop in this function, easily reproducible using fstest generic/039. This commit fixes this issue by unconditionally initializing the structure in function ext4_es_find_extent_range(). Thanks to Zhang Yi, for figuring out the real problem!
Prodotti e versioni affette
| linux | linux_kernel · 5.10 → 5.10.224 |
|---|---|
| linux | linux_kernel · 5.11 → 5.15.165 |
| linux | linux_kernel · 5.16 → 6.1.103 |
| linux | linux_kernel · 6.2 → 6.6.44 |
| linux | linux_kernel · 6.7 → 6.10.3 |
Analisi
Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.