CVE-2024-53213
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:29
- Zuletzt bearbeitet 03.11.2025 21:17:42
In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Fix double free issue with interrupt buffer allocation In lan78xx_probe(), the buffer `buf` was being freed twice: once implicitly through `usb_free_urb(dev->urb...
CVE-2024-53214
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:29
- Zuletzt bearbeitet 03.11.2025 21:17:42
In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Properly hide first-in-list PCIe extended capability There are cases where a PCIe extended capability should be hidden from the user. For example, an unknown capability (...
CVE-2024-53215
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:29
- Zuletzt bearbeitet 03.11.2025 21:17:43
In the Linux kernel, the following vulnerability has been resolved: svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init() There's issue as follows: RPC: Registered rdma transport module. RPC: Registered rdma backchannel transport module....
CVE-2024-53216
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:29
- Zuletzt bearbeitet 24.03.2025 17:33:56
In the Linux kernel, the following vulnerability has been resolved: nfsd: release svc_expkey/svc_export with rcu_work The last reference for `cache_head` can be reduced to zero in `c_show` and `e_show`(using `rcu_read_lock` and `rcu_read_unlock`). ...
CVE-2024-53217
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:29
- Zuletzt bearbeitet 03.11.2025 21:17:43
In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent NULL dereference in nfsd4_process_cb_update() @ses is initialized to NULL. If __nfsd4_find_backchannel() finds no available backchannel session, setup_callback_client...
CVE-2024-53218
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:29
- Zuletzt bearbeitet 24.03.2025 17:33:42
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix race in concurrent f2fs_stop_gc_thread In my test case, concurrent calls to f2fs shutdown report the following stack trace: Oops: general protection fault, probably for...
CVE-2024-53219
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:29
- Zuletzt bearbeitet 01.10.2025 20:17:21
In the Linux kernel, the following vulnerability has been resolved: virtiofs: use pages instead of pointer for kernel direct IO When trying to insert a 10MB kernel module kept in a virtio-fs with cache disabled, the following warning was reported: ...
CVE-2024-53203
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:28
- Zuletzt bearbeitet 03.11.2025 20:16:40
In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential array underflow in ucsi_ccg_sync_control() The "command" variable can be controlled by the user via debugfs. The worry is that if con_index is zero then ...
CVE-2024-53204
- EPSS 0.02%
- Veröffentlicht 27.12.2024 14:15:28
- Zuletzt bearbeitet 18.04.2025 14:15:20
In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtk_usb3phy_probe In rtk_usb3phy_probe() devm_kzalloc() may return NULL but this returned value is not checked.
CVE-2024-53205
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:28
- Zuletzt bearbeitet 18.04.2025 14:15:20
In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtk_usb2phy_probe In rtk_usb2phy_probe() devm_kzalloc() may return NULL but this returned value is not checked.