CVE-2024-46752
- EPSS 0.25%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 03.11.2025 23:15:59
In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BUG_ON() with error handling at update_ref_for_cow() Instead of a BUG_ON() just return an error, log an error message and abort the transaction in case we find an ex...
CVE-2024-46753
- EPSS 0.24%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 03.11.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfs_dec_ref() properly In walk_up_proc() we BUG_ON(ret) from btrfs_dec_ref(). This is incorrect, we have proper error handling here, return the error.
CVE-2024-46754
- EPSS 0.22%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 04.08.2026 11:20:22
In the Linux kernel, the following vulnerability has been resolved: bpf: Remove tst_run from lwt_seg6local_prog_ops. The syzbot reported that the lwt_seg6 related BPF ops can be invoked via bpf_test_run() without without entering input_action_end_b...
CVE-2024-46762
- EPSS 0.25%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 04.08.2026 11:20:22
In the Linux kernel, the following vulnerability has been resolved: xen: privcmd: Fix possible access to a freed kirqfd instance Nothing prevents simultaneous ioctl calls to privcmd_irqfd_assign() and privcmd_irqfd_deassign(). If that happens, it i...
CVE-2024-46763
- EPSS 0.71%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 04.08.2026 11:20:23
In the Linux kernel, the following vulnerability has been resolved: fou: Fix null-ptr-deref in GRO. We observed a null-ptr-deref in fou_gro_receive() while shutting down a host. [0] The NULL pointer is sk->sk_user_data, and the offset 8 is of pro...
CVE-2024-46770
- EPSS 0.24%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 01.06.2026 17:16:29
In the Linux kernel, the following vulnerability has been resolved: ice: Add netif_device_attach/detach into PF reset flow Ethtool callbacks can be executed while reset is in progress and try to access deleted resources, e.g. getting coalesce setti...
CVE-2024-46742
- EPSS 0.24%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open() null-ptr-deref will occur when (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) and parse_lease_state() return NU...
CVE-2024-46748
- EPSS 0.2%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 08.10.2025 17:08:35
In the Linux kernel, the following vulnerability has been resolved: cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT Set the maximum size of a subrequest that writes to cachefiles to be MAX_RW_COUNT so that we don't overrun the ...
CVE-2024-46749
- EPSS 0.23%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 20.09.2024 18:45:43
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush() This adds a check before freeing the rx->skb in flush and close functions to handle the kernel crash seen wh...
CVE-2024-46730
- EPSS 0.2%
- Veröffentlicht 18.09.2024 07:15:04
- Zuletzt bearbeitet 04.08.2026 11:20:18
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure array index tg_inst won't be -1 [WHY & HOW] tg_inst will be a negative if timing_generator_count equals 0, which should be checked before used. This fixes ...