CVE-2024-26919
- EPSS 0.01%
- Veröffentlicht 17.04.2024 16:15:08
- Zuletzt bearbeitet 16.09.2025 17:01:28
In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: Fix debugfs directory leak The ULPI per-device debugfs root is named after the ulpi device's parent, but ulpi_unregister_interface tries to remove a debugfs directory na...
CVE-2024-26920
- EPSS 0.01%
- Veröffentlicht 17.04.2024 16:15:08
- Zuletzt bearbeitet 12.05.2026 12:16:26
In the Linux kernel, the following vulnerability has been resolved: tracing/trigger: Fix to return error if failed to alloc snapshot Fix register_snapshot_trigger() to return error code if it failed to allocate a snapshot instead of 0 (success). Un...
CVE-2023-52645
- EPSS 0.01%
- Veröffentlicht 17.04.2024 16:15:07
- Zuletzt bearbeitet 21.11.2024 08:40:16
In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: fix race conditions with genpd If the power domains are registered first with genpd and *after that* the driver attempts to power them on in the probe sequence,...
CVE-2024-26910
- EPSS 0.01%
- Veröffentlicht 17.04.2024 16:15:07
- Zuletzt bearbeitet 21.11.2024 09:03:21
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix performance regression in swap operation The patch "netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test", commit 28628fa9 f...
CVE-2024-26902
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:11
- Zuletzt bearbeitet 21.11.2024 09:03:20
In the Linux kernel, the following vulnerability has been resolved: perf: RISCV: Fix panic on pmu overflow handler (1 << idx) of int is not desired when setting bits in unsigned long overflowed_ctrs, use BIT() instead. This panic happens when runni...
CVE-2024-26903
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:25
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security During our fuzz testing of the connection and disconnection process at the RFCOMM layer, we discovered this bug. By c...
CVE-2024-26906
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:25
In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault() When trying to use copy_from_kernel_nofault() to read vsyscall page through a bpf program, the following oops was...
CVE-2024-26907
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:26
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix fortify source warning while accessing Eth segment ------------[ cut here ]------------ memcpy: detected field-spanning write (size 56) of single field "eseg->inli...
CVE-2024-26881
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:10
- Zuletzt bearbeitet 21.11.2024 09:03:17
In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix kernel crash when 1588 is received on HIP08 devices The HIP08 devices does not register the ptp devices, so the hdev->ptp is NULL, but the hardware can receive 1588 ...
CVE-2024-26882
- EPSS 0.04%
- Veröffentlicht 17.04.2024 11:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:23
In the Linux kernel, the following vulnerability has been resolved: net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv() Apply the same fix than ones found in : 8d975c15c0cd ("ip6_tunnel: make sure to pull inner header in __ip6_tnl_rc...