CVE-2024-35930
- EPSS 0.01%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 30.12.2024 19:52:55
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() The call to lpfc_sli4_resume_rpi() in lpfc_rcv_padisc() may return an unsuccessful status. In such cases, the elsiocb is ...
CVE-2024-35933
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 30.12.2024 19:51:27
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Fix null ptr deref in btintel_read_version If hci_cmd_sync_complete() is triggered and skb is NULL, then hdev->req_skb is NULL, which will cause this issue.
CVE-2024-35934
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 17.12.2025 03:40:48
In the Linux kernel, the following vulnerability has been resolved: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() Many syzbot reports show extreme rtnl pressure, and many of them hint that smc acquires rtnl in netns creation for n...
CVE-2024-35936
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 17.12.2025 03:39:45
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-35940
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 04.04.2025 14:23:41
In the Linux kernel, the following vulnerability has been resolved: pstore/zone: Add a null pointer check to the psz_kmsg_read kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was s...
CVE-2024-35922
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:48
- Zuletzt bearbeitet 30.12.2024 19:27:42
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.01%
- Veröffentlicht 19.05.2024 11:15:48
- Zuletzt bearbeitet 31.12.2024 18:51:18
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.08%
- 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 30.12.2024 19:47:46
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-35905
- EPSS 0.02%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 30.12.2024 19:47:30
In the Linux kernel, the following vulnerability has been resolved: bpf: Protect against int overflow for stack access size This patch re-introduces protection against the size of access to stack memory being negative; the access size can appear ne...