CVE-2024-56748
- EPSS 0.22%
- Veröffentlicht 29.12.2024 12:15:08
- Zuletzt bearbeitet 03.11.2025 21:18:26
In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() Hook "qed_ops->common->sb_init = qed_sb_init" does not release the DMA memory sb_virt when it fails. Add dma_free...
CVE-2024-56749
- EPSS 0.2%
- Veröffentlicht 29.12.2024 12:15:08
- Zuletzt bearbeitet 01.10.2025 20:17:46
In the Linux kernel, the following vulnerability has been resolved: dlm: fix dlm_recover_members refcount on error If dlm_recover_members() fails we don't drop the references of the previous created root_list that holds and keep all rsbs alive duri...
CVE-2024-56751
- EPSS 0.21%
- Veröffentlicht 29.12.2024 12:15:08
- Zuletzt bearbeitet 03.11.2025 21:18:27
In the Linux kernel, the following vulnerability has been resolved: ipv6: release nexthop on device removal The CI is hitting some aperiodic hangup at device removal time in the pmtu.sh self-test: unregister_netdevice: waiting for veth_A-R1 to bec...
CVE-2024-56752
- EPSS 0.21%
- Veröffentlicht 29.12.2024 12:15:08
- Zuletzt bearbeitet 01.10.2025 20:17:48
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new() When the call to gf100_grctx_generate() fails, unlock gr->fecs.mutex before returning the error. Fixes smatch warni...
CVE-2024-56754
- EPSS 0.21%
- Veröffentlicht 29.12.2024 12:15:08
- Zuletzt bearbeitet 03.11.2025 21:18:27
In the Linux kernel, the following vulnerability has been resolved: crypto: caam - Fix the pointer passed to caam_qi_shutdown() The type of the last parameter given to devm_add_action_or_reset() is "struct caam_drv_private *", but in caam_qi_shutdo...
CVE-2024-56729
- EPSS 0.2%
- Veröffentlicht 29.12.2024 12:15:07
- Zuletzt bearbeitet 01.10.2025 20:17:45
In the Linux kernel, the following vulnerability has been resolved: smb: Initialize cfid->tcon before performing network ops Avoid leaking a tcon ref when a lease break races with opening the cached directory. Processing the leak break might take a...
CVE-2024-56739
- EPSS 0.23%
- Veröffentlicht 29.12.2024 12:15:07
- Zuletzt bearbeitet 03.11.2025 21:18:25
In the Linux kernel, the following vulnerability has been resolved: rtc: check if __rtc_read_time was successful in rtc_timer_do_work() If the __rtc_read_time call fails,, the struct rtc_time tm; may contain uninitialized data, or an illegal date/t...
CVE-2024-56742
- EPSS 0.21%
- Veröffentlicht 29.12.2024 12:15:07
- Zuletzt bearbeitet 17.04.2025 21:15:49
In the Linux kernel, the following vulnerability has been resolved: vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages() Fix an unwind issue in mlx5vf_add_migration_pages(). If a set of pages is allocated but fails to be added to the SG ...
CVE-2024-56744
- EPSS 0.16%
- Veröffentlicht 29.12.2024 12:15:07
- Zuletzt bearbeitet 16.04.2025 19:15:52
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason() syzbot reports deadlock issue of f2fs as below: ====================================================== WARNING: ...
CVE-2024-56745
- EPSS 0.21%
- Veröffentlicht 29.12.2024 12:15:07
- Zuletzt bearbeitet 03.11.2025 21:18:25
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix reset_method_store() memory leak In reset_method_store(), a string is allocated via kstrndup() and assigned to the local "options". options is then used in with strsep() t...