CVE-2024-36894
- EPSS 0.01%
- 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-36028
- EPSS 0.01%
- Veröffentlicht 30.05.2024 16:15:11
- Zuletzt bearbeitet 18.09.2025 14:20:15
In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio() When I did memory failure tests recently, below warning occurs: DEBUG_LOCKS_WARN_ON(1) WARNING: CPU: 8 PI...
CVE-2024-36029
- EPSS 0.02%
- 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.04%
- 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.01%
- 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-36033
- EPSS 0.02%
- Veröffentlicht 30.05.2024 16:15:11
- Zuletzt bearbeitet 18.09.2025 14:36:14
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix info leak when fetching board id Add the missing sanity check when fetching the board id to avoid leaking slab data when later requesting the firmware.
CVE-2024-36880
- EPSS 0.02%
- 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-36881
- EPSS 0.02%
- Veröffentlicht 30.05.2024 16:15:11
- Zuletzt bearbeitet 01.04.2025 18:34:35
In the Linux kernel, the following vulnerability has been resolved: mm/userfaultfd: reset ptes when close() for wr-protected ones Userfaultfd unregister includes a step to remove wr-protect bits from all the relevant pgtable entries, but that only ...
CVE-2024-36882
- EPSS 0.01%
- Veröffentlicht 30.05.2024 16:15:11
- Zuletzt bearbeitet 10.01.2025 18:28:45
In the Linux kernel, the following vulnerability has been resolved: mm: use memalloc_nofs_save() in page_cache_ra_order() See commit f2c817bed58d ("mm: use memalloc_nofs_save in readahead path"), ensure that page_cache_ra_order() do not attempt to ...
CVE-2024-36883
- EPSS 0.01%
- 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...