CVE-2024-26656
- EPSS 0.01%
- Veröffentlicht 02.04.2024 07:15:42
- Zuletzt bearbeitet 03.11.2025 20:16:10
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free bug The bug can be triggered by sending a single amdgpu_gem_userptr_ioctl to the AMDGPU DRM driver on any ASICs with an invalid address and size. The...
CVE-2024-26657
- EPSS 0.01%
- Veröffentlicht 02.04.2024 07:15:42
- Zuletzt bearbeitet 07.01.2025 17:20:00
In the Linux kernel, the following vulnerability has been resolved: drm/sched: fix null-ptr-deref in init entity The bug can be triggered by sending an amdgpu_cs_wait_ioctl to the AMDGPU DRM driver on any ASICs with valid context. The bug was repor...
CVE-2024-26655
- EPSS 0.02%
- Veröffentlicht 01.04.2024 15:15:49
- Zuletzt bearbeitet 17.03.2026 17:20:55
In the Linux kernel, the following vulnerability has been resolved: Fix memory leak in posix_clock_open() If the clk ops.open() function returns an error, we don't release the pccontext we allocated for this clock. Re-organize the code slightly to...
CVE-2024-26653
- EPSS 0.02%
- Veröffentlicht 01.04.2024 09:15:51
- Zuletzt bearbeitet 14.01.2025 15:37:45
In the Linux kernel, the following vulnerability has been resolved: usb: misc: ljca: Fix double free in error handling path When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), callback function ljca_auxdev_release ca...
- EPSS 0.01%
- Veröffentlicht 01.04.2024 09:15:51
- Zuletzt bearbeitet 03.02.2025 14:32:27
In the Linux kernel, the following vulnerability has been resolved: ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs The dreamcastcard->timer could schedule the spu_dma_work and the spu_dma_work could also arm the dreamcastcard->timer. ...
CVE-2024-26651
- EPSS 0.02%
- Veröffentlicht 27.03.2024 14:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:19
In the Linux kernel, the following vulnerability has been resolved: sr9800: Add check for usbnet_get_endpoints Add check for usbnet_get_endpoints() and return the error if it fails in order to transfer the error.
CVE-2024-2193
- EPSS 0.9%
- Veröffentlicht 15.03.2024 18:15:08
- Zuletzt bearbeitet 15.04.2026 00:35:42
A Speculative Race Condition (SRC) vulnerability that impacts modern CPU architectures supporting speculative execution (related to Spectre V1) has been disclosed. An unauthenticated attacker can exploit this vulnerability to disclose arbitrary data ...
CVE-2024-25739
- EPSS 0.01%
- Veröffentlicht 12.02.2024 03:15:32
- Zuletzt bearbeitet 12.05.2026 12:16:18
create_empty_lvol in drivers/mtd/ubi/vtbl.c in the Linux kernel through 6.7.4 can attempt to allocate zero bytes, and crash, because of a missing check for ubi->leb_size.
CVE-2024-25740
- EPSS 0.01%
- Veröffentlicht 12.02.2024 03:15:32
- Zuletzt bearbeitet 07.05.2025 21:16:03
A memory leak flaw was found in the UBI driver in drivers/mtd/ubi/attach.c in the Linux kernel through 6.7.4 for UBI_IOCATT, because kobj->name is not released.
CVE-2024-25741
- EPSS 0.01%
- Veröffentlicht 12.02.2024 03:15:32
- Zuletzt bearbeitet 03.11.2025 22:16:47
printer_write in drivers/usb/gadget/function/f_printer.c in the Linux kernel through 6.7.4 does not properly call usb_ep_queue, which might allow attackers to cause a denial of service or have unspecified other impact.