CVE-2024-36904
- EPSS 0.61%
- Veröffentlicht 30.05.2024 16:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:49
In the Linux kernel, the following vulnerability has been resolved: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). Anderson Nascimento reported a use-after-free splat in tcp_twsk_unique() with nice analysis. Since commit ec94c2696f0b ("tcp...
CVE-2024-36886
- EPSS 1.31%
- Veröffentlicht 30.05.2024 16:15:12
- Zuletzt bearbeitet 22.01.2026 20:24:06
In the Linux kernel, the following vulnerability has been resolved: tipc: fix UAF in error path Sam Page (sam4k) working with Trend Micro Zero Day Initiative reported a UAF in the tipc_buf_append() error path: BUG: KASAN: slab-use-after-free in kf...
CVE-2024-36889
- EPSS 0.27%
- Veröffentlicht 30.05.2024 16:15:12
- Zuletzt bearbeitet 17.12.2025 03:30:38
In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure snd_nxt is properly initialized on connect Christoph reported a splat hinting at a corrupted snd_una: WARNING: CPU: 1 PID: 38 at net/mptcp/protocol.c:1005 __mptcp_...
CVE-2024-36893
- EPSS 0.23%
- Veröffentlicht 30.05.2024 16:15:12
- Zuletzt bearbeitet 21.11.2024 09:22:45
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: Check for port partner validity before consuming it typec_register_partner() does not guarantee partner registration to always succeed. In the event of failure, p...
CVE-2024-36894
- EPSS 0.29%
- Veröffentlicht 30.05.2024 16:15:12
- Zuletzt bearbeitet 12.05.2026 12:16:48
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete FFS based applications can utilize the aio_cancel() callback to dequeue pending USB requests submitted to ...
CVE-2024-36029
- EPSS 0.24%
- Veröffentlicht 30.05.2024 16:15:11
- Zuletzt bearbeitet 30.09.2025 17:43:52
In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-msm: pervent access to suspended controller Generic sdhci code registers LED device and uses host->runtime_suspended flag to protect access to it. The sdhci-msm driver d...
CVE-2024-36031
- EPSS 0.75%
- Veröffentlicht 30.05.2024 16:15:11
- Zuletzt bearbeitet 04.11.2025 18:16:23
In the Linux kernel, the following vulnerability has been resolved: keys: Fix overwrite of key expiration on instantiation The expiry time of a key is unconditionally overwritten during instantiation, defaulting to turn it permanent. This causes a ...
CVE-2024-36032
- EPSS 0.24%
- Veröffentlicht 30.05.2024 16:15:11
- Zuletzt bearbeitet 18.09.2025 14:20:55
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix info leak when fetching fw build id Add the missing sanity checks and move the 255-byte build-id buffer off the stack to avoid leaking stack data through debugf...
CVE-2024-36880
- EPSS 0.25%
- Veröffentlicht 30.05.2024 16:15:11
- Zuletzt bearbeitet 30.09.2025 17:46:25
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: add missing firmware sanity checks Add the missing sanity checks when parsing the firmware files before downloading them to avoid accessing and corrupting memory be...
CVE-2024-36883
- EPSS 0.31%
- Veröffentlicht 30.05.2024 16:15:11
- Zuletzt bearbeitet 22.01.2026 20:24:01
In the Linux kernel, the following vulnerability has been resolved: net: fix out-of-bounds access in ops_init net_alloc_generic is called by net_alloc, which is called without any locking. It reads max_gen_ptrs, which is changed under pernet_ops_rw...