CVE-2024-35935
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 12.05.2026 12:16:42
In the Linux kernel, the following vulnerability has been resolved: btrfs: send: handle path ref underflow in header iterate_inode_ref() Change BUG_ON to proper error handling if building the path buffer fails. The pointers are not printed so we do...
CVE-2024-35936
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 12.05.2026 12:16:42
In the Linux kernel, the following vulnerability has been resolved: btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() The unhandled case in btrfs_relocate_sys_chunks() loop is a corruption, as it could be caused only by two impos...
CVE-2024-35922
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:48
- Zuletzt bearbeitet 12.05.2026 12:16:41
In the Linux kernel, the following vulnerability has been resolved: fbmon: prevent division by zero in fb_videomode_from_videomode() The expression htotal * vtotal can have a zero value on overflow. It is necessary to prevent division by zero like ...
CVE-2024-35925
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:48
- Zuletzt bearbeitet 12.05.2026 12:16:41
In the Linux kernel, the following vulnerability has been resolved: block: prevent division by zero in blk_rq_stat_sum() The expression dst->nr_samples + src->nr_samples may have zero value on overflow. It is necessary to add a check to avoid divis...
CVE-2023-52699
- EPSS 0.12%
- Veröffentlicht 19.05.2024 11:15:47
- Zuletzt bearbeitet 04.04.2025 14:24:16
In the Linux kernel, the following vulnerability has been resolved: sysv: don't call sb_bread() with pointers_lock held syzbot is reporting sleep in atomic context in SysV filesystem [1], for sb_bread() is called with rw_spinlock held. A "write_lo...
CVE-2024-35902
- EPSS 0.02%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:40
In the Linux kernel, the following vulnerability has been resolved: net/rds: fix possible cp null dereference cp might be null, calling cp->cp_conn would produce null dereference [Simon Horman adds:] Analysis: * cp is a parameter of __rds_rdma_m...
CVE-2024-35910
- EPSS 0.02%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:40
In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik ...
CVE-2024-35915
- EPSS 0.02%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:41
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet syzbot reported the following uninit-value access issue [1][2]: nci_rx_work() parses and processes received packet. Whe...
CVE-2024-35893
- EPSS 0.01%
- Veröffentlicht 19.05.2024 09:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:39
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_skbmod: prevent kernel-infoleak syzbot found that tcf_skbmod_dump() was copying four bytes from kernel stack to user space [1]. The issue here is that 'struct tc_sk...
CVE-2024-35898
- EPSS 0.01%
- Veröffentlicht 19.05.2024 09:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:39
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() nft_unregister_flowtable_type() within nf_flow_inet_module_exit() can concurrent with __nft_flowtable_ty...