CVE-2024-26587
- EPSS 0.01%
 - Published 22.02.2024 17:15:08
 - Last modified 21.11.2024 09:02:35
 
In the Linux kernel, the following vulnerability has been resolved: net: netdevsim: don't try to destroy PHC on VFs PHC gets initialized in nsim_init_netdevsim(), which is only called if (nsim_dev_port_is_pf()). Create a counterpart of nsim_init_n...
CVE-2024-26588
- EPSS 0.02%
 - Published 22.02.2024 17:15:08
 - Last modified 21.11.2024 09:02:36
 
In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Prevent out-of-bounds memory access The test_tag test triggers an unhandled page fault: # ./test_tag [ 130.640218] CPU 0 Unable to handle kernel paging reques...
CVE-2024-26582
- EPSS 0.02%
 - Published 21.02.2024 15:15:09
 - Last modified 21.11.2024 09:02:35
 
In the Linux kernel, the following vulnerability has been resolved: net: tls: fix use-after-free with partial reads and async decrypt tls_decrypt_sg doesn't take a reference on the pages from clear_skb, so the put_page() in tls_decrypt_done release...
CVE-2024-26583
- EPSS 0.03%
 - Published 21.02.2024 15:15:09
 - Last modified 21.11.2024 09:02:35
 
In the Linux kernel, the following vulnerability has been resolved: tls: fix race between async notify and socket close The submitting thread (one which called recvmsg/sendmsg) may exit as soon as the async crypto handler calls complete() so any co...
CVE-2024-26584
- EPSS 0.04%
 - Published 21.02.2024 15:15:09
 - Last modified 21.11.2024 09:02:35
 
In the Linux kernel, the following vulnerability has been resolved: net: tls: handle backlogging of crypto requests Since we're setting the CRYPTO_TFM_REQ_MAY_BACKLOG flag on our requests to the crypto API, crypto_aead_{encrypt,decrypt} can return ...
CVE-2024-26585
- EPSS 0.04%
 - Published 21.02.2024 15:15:09
 - Last modified 21.11.2024 09:02:35
 
In the Linux kernel, the following vulnerability has been resolved: tls: fix race between tx work scheduling and socket close Similarly to previous commit, the submitting thread (recvmsg/sendmsg) may exit as soon as the async crypto handler calls c...
CVE-2023-52440
- EPSS 0.51%
 - Published 21.02.2024 08:15:45
 - Last modified 21.11.2024 08:39:45
 
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob() If authblob->SessionKey.Length is bigger than session key size(CIFS_KEY_SIZE), slub overflow can happen in key exchange...
CVE-2023-52441
- EPSS 0.02%
 - Published 21.02.2024 08:15:45
 - Last modified 21.11.2024 08:39:46
 
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds in init_smb2_rsp_hdr() If client send smb2 negotiate request and then send smb1 negotiate request, init_smb2_rsp_hdr is called for smb1 negotiate request s...
CVE-2023-52442
- EPSS 0.25%
 - Published 21.02.2024 08:15:45
 - Last modified 01.10.2025 19:15:33
 
In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate session id and tree id in compound request `smb2_get_msg()` in smb2_get_ksmbd_tcon() and smb2_check_user_session() will always return the first request smb2 header ...
CVE-2023-52436
- EPSS 0.02%
 - Published 20.02.2024 21:15:08
 - Last modified 21.11.2024 08:39:45
 
In the Linux kernel, the following vulnerability has been resolved: f2fs: explicitly null-terminate the xattr list When setting an xattr, explicitly null-terminate the xattr list. This eliminates the fragile assumption that the unused xattr space ...