CVE-2024-43890
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 12.05.2026 12:17:08
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix overflow in get_free_elt() "tracing_map->next_elt" in get_free_elt() is at risk of overflowing. Once it overflows, new elements can still be inserted into the tracing...
CVE-2024-43892
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:17
In the Linux kernel, the following vulnerability has been resolved: memcg: protect concurrent access to mem_cgroup_idr Commit 73f576c04b94 ("mm: memcontrol: fix cgroup creation failure after many small jobs") decoupled the memcg IDs from the CSS ID...
CVE-2024-43893
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 12.05.2026 12:17:08
In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baud_base can result in uartclk being zero, which will result in a divide by ...
CVE-2024-43894
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:18
In the Linux kernel, the following vulnerability has been resolved: drm/client: fix null pointer dereference in drm_client_modeset_probe In drm_client_modeset_probe(), the return value of drm_mode_duplicate() is assigned to modeset->mode, which wil...
CVE-2024-43900
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:19
In the Linux kernel, the following vulnerability has been resolved: media: xc2028: avoid use-after-free in load_firmware_cb() syzkaller reported use-after-free in load_firmware_cb() [1]. The reason is because the module allocated a struct tuner in ...
CVE-2024-43884
- EPSS 0.02%
- Veröffentlicht 26.08.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 22:18:16
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Add error handling to pair_device() hci_conn_params_add() never checks for a NULL value and could lead to a NULL pointer dereference causing a crash. Fixed by add...
- EPSS 0.02%
- Veröffentlicht 23.08.2024 13:15:03
- Zuletzt bearbeitet 03.11.2025 22:18:16
In the Linux kernel, the following vulnerability has been resolved: usb: vhci-hcd: Do not drop references before new references are gained At a few places the driver carries stale pointers to references that can still be used. Make sure that does n...
CVE-2022-48943
- EPSS 0.03%
- Veröffentlicht 22.08.2024 04:15:19
- Zuletzt bearbeitet 22.08.2024 18:27:42
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: make apf token non-zero to fix bug In current async pagefault logic, when a page is ready, KVM relies on kvm_arch_can_dequeue_async_page_present() to determine whethe...
CVE-2022-48938
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:17
- Zuletzt bearbeitet 08.11.2024 16:15:17
In the Linux kernel, the following vulnerability has been resolved: CDC-NCM: avoid overflow in sanity checking A broken device may give an extreme offset like 0xFFF0 and a reasonable length for a fragment. In the sanity check as formulated now, thi...
CVE-2022-48931
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:16
- Zuletzt bearbeitet 23.08.2024 01:54:11
In the Linux kernel, the following vulnerability has been resolved: configfs: fix a race in configfs_{,un}register_subsystem() When configfs_register_subsystem() or configfs_unregister_subsystem() is executing link_group() or unlink_group(), it is ...