CVE-2024-38601
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 04.11.2025 18:16:28
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix a race between readers and resize checks The reader code in rb_get_reader_page() swaps a new reader page into the ring buffer by doing cmpxchg on old->list.prev->n...
CVE-2024-38602
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 21.11.2024 09:26:27
In the Linux kernel, the following vulnerability has been resolved: ax25: Fix reference count leak issues of ax25_dev The ax25_addr_ax25dev() and ax25_dev_device_down() exist a reference count leak issue of the object "ax25_dev". Memory leak issue...
CVE-2024-38603
- EPSS 0.04%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 21.11.2024 09:26:27
In the Linux kernel, the following vulnerability has been resolved: drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset() pci_alloc_irq_vectors() allocates an irq vector. When devm_add_action() fails, the irq vector is not freed, which ...
CVE-2024-38604
- EPSS 0.03%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 03.10.2025 15:22:50
In the Linux kernel, the following vulnerability has been resolved: block: refine the EOF check in blkdev_iomap_begin blkdev_iomap_begin rounds down the offset to the logical block size before stashing it in iomap->offset and checking that it still...
CVE-2024-38605
- EPSS 0.18%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 01.04.2025 18:26:12
In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix NULL module pointer assignment at card init The commit 81033c6b584b ("ALSA: core: Warn on empty module") introduced a WARN_ON() for a NULL module pointer passed at ...
CVE-2024-38606
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 06.03.2025 12:53:37
In the Linux kernel, the following vulnerability has been resolved: crypto: qat - validate slices count returned by FW The function adf_send_admin_tl_start() enables the telemetry (TL) feature on a QAT device by sending the ICP_QAT_FW_TL_START mess...
CVE-2024-38607
- EPSS 0.03%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 03.10.2025 15:24:10
In the Linux kernel, the following vulnerability has been resolved: macintosh/via-macii: Fix "BUG: sleeping function called from invalid context" The via-macii ADB driver calls request_irq() after disabling hard interrupts. But disabling interrupts...
CVE-2024-38608
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 21.11.2024 09:26:28
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix netif state handling mlx5e_suspend cleans resources only if netif_device_present() returns true. However, mlx5e_resume changes the state of netif, via mlx5e_nic_enab...
CVE-2024-38609
- EPSS 0.03%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 31.01.2025 15:32:13
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: check for null before dereferencing The wcid can be NULL. It should be checked for validity before dereferencing it to avoid crash.
CVE-2024-38610
- EPSS 0.04%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 17.09.2025 17:05:59
In the Linux kernel, the following vulnerability has been resolved: drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() Patch series "mm: follow_pte() improvements and acrn follow_pte() fixes". Patch #1 fixes a bunch of issues I spotted ...