CVE-2024-51381
Mar, 05/11/2024 – 19:15
CVE-2024-51381
CVE-2024-51381
Mar, 05/11/2024 – 19:15
CVE-2024-51381
CVE-2024-51380
Mar, 05/11/2024 – 19:15
CVE-2024-51380
CVE-2024-51379
Mar, 05/11/2024 – 19:15
CVE-2024-51379
CVE-2024-51240
Mar, 05/11/2024 – 19:15
CVE-2024-51240
CVE-2024-50335
Mar, 05/11/2024 – 19:15
CVE-2024-50335
CVE-2024-51746
Mar, 05/11/2024 – 19:15
CVE-2024-51746
CVE-2024-51740
Mar, 05/11/2024 – 19:15
CVE-2024-51740
CVE-2024-50116
Mar, 05/11/2024 – 18:15
CVE-2024-50116
nilfs2: fix kernel bug due to missing clearing of buffer delay flag
Syzbot reported that after nilfs2 reads a corrupted file system image
and degrades to read-only, the BUG_ON check for the buffer delay flag
in submit_bh_wbc() may fail, causing a kernel bug.
This is because the buffer delay flag is not cleared when clearing the
buffer state flags to discard a page/folio or a buffer head. So, fix
this.
This became necessary when the use of nilfs2's own page clear routine
was expanded. This state inconsistency does not occur if the buffer
is written normally by log writing.
CVE-2024-50125
Mar, 05/11/2024 – 18:15
CVE-2024-50125
Bluetooth: SCO: Fix UAF on sco_sock_timeout
conn->sk maybe have been unlinked/freed while waiting for sco_conn_lock
so this checks if the conn->sk is still valid by checking if it part of
sco_sk_list.
CVE-2024-50124
Mar, 05/11/2024 – 18:15
CVE-2024-50124
Bluetooth: ISO: Fix UAF on iso_sock_timeout
conn->sk maybe have been unlinked/freed while waiting for iso_conn_lock
so this checks if the conn->sk is still valid by checking if it part of
iso_sk_list.