CVE-2023-52452
- EPSS 0.02%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:48
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix accesses to uninit stack slots Privileged programs are supposed to be able to read uninitialized stack memory (ever since 6715df8d5) but, before this patch, these accesses...
CVE-2024-26586
- EPSS 0.01%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 09:02:35
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix stack corruption When tc filters are first added to a net device, the corresponding local port gets bound to an ACL group in the device. The group con...
CVE-2024-26583
- EPSS 0.03%
- Veröffentlicht 21.02.2024 15:15:09
- Zuletzt bearbeitet 04.11.2025 19:17:01
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.03%
- Veröffentlicht 21.02.2024 15:15:09
- Zuletzt bearbeitet 04.11.2025 19:17:01
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.03%
- Veröffentlicht 21.02.2024 15:15:09
- Zuletzt bearbeitet 04.11.2025 19:17:01
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-52441
- EPSS 0.02%
- Veröffentlicht 21.02.2024 08:15:45
- Zuletzt bearbeitet 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-52436
- EPSS 0.01%
- Veröffentlicht 20.02.2024 21:15:08
- Zuletzt bearbeitet 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 ...
CVE-2023-52438
- EPSS 0.01%
- Veröffentlicht 20.02.2024 21:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:45
In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc->vma pointer isn't safe as it can race with...
CVE-2023-52439
- EPSS 0.01%
- Veröffentlicht 20.02.2024 21:15:08
- Zuletzt bearbeitet 27.12.2024 16:15:23
In the Linux kernel, the following vulnerability has been resolved: uio: Fix use-after-free in uio_open core-1 core-2 ------------------------------------------------------- uio_unregister_device uio_open idev = idr_find() device_unregister...
CVE-2023-52435
- EPSS 0.02%
- Veröffentlicht 20.02.2024 20:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:45
In the Linux kernel, the following vulnerability has been resolved: net: prevent mss overflow in skb_segment() Once again syzbot is able to crash the kernel in skb_segment() [1] GSO_BY_FRAGS is a forbidden value, but unfortunately the following co...