Tracker / CVE-2022-49710
CVE-2022-49710
Media 5.5
In the Linux kernel, the following vulnerability has been resolved: dm mirror log: round up region bitmap size to BITS_PER_LONG The code in dm-log rounds up bitset_size to 32 bits. It then uses find_next_zero_bit_le on the allocated region. find_next_zero_bit_le accesses the bitmap using unsigned long pointers. So, on 64-bit architectures, it may access 4 bytes beyond the allocated size. Fix this bug by rounding up bitset_size to BITS_PER_LONG. This bug was found by running the lvm2 testsuite with kasan.
Prodotti e versioni affette
| linux | linux_kernel |
|---|---|
| linux | linux_kernel · 2.6.18 → 5.4.200 |
| linux | linux_kernel · 5.11 → 5.15.49 |
| linux | linux_kernel · 5.16 → 5.18.6 |
| linux | linux_kernel · 5.5 → 5.10.124 |
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.