CVE-2021-47409
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 30.12.2024 20:00:41
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.
CVE-2021-47410
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 25.09.2025 15:30:01
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svm_migrate_fini warning Device manager releases device-specific resources when a driver disconnects from a device, devm_memunmap_pages and devm_release_mem_region ...
CVE-2021-47412
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 03.11.2025 18:15:38
In the Linux kernel, the following vulnerability has been resolved: block: don't call rq_qos_ops->done_bio if the bio isn't tracked rq_qos framework is only applied on request based driver, so: 1) rq_qos_done_bio() needn't to be called for bio bas...
CVE-2021-47413
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 30.12.2024 20:00:33
In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: ci_hdrc_imx: Also search for 'phys' phandle When passing 'phys' in the devicetree to describe the USB PHY phandle (which is the recommended way according to Document...
CVE-2021-47414
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 25.09.2025 16:10:07
In the Linux kernel, the following vulnerability has been resolved: riscv: Flush current cpu icache before other cpus On SiFive Unmatched, I recently fell onto the following BUG when booting: [ 0.000000] ftrace: allocating 36610 entries in 144 ...
CVE-2021-47397
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 24.12.2024 16:06:56
In the Linux kernel, the following vulnerability has been resolved: sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb We should always check if skb_header_pointer's return is NULL before using it, otherwise it may cause null-ptr-d...
CVE-2021-47399
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 24.12.2024 16:06:15
In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup The ixgbe driver currently generates a NULL pointer dereference with some machine (online cpus < 63). This is due to the fact...
CVE-2021-47400
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 25.09.2025 15:35:04
In the Linux kernel, the following vulnerability has been resolved: net: hns3: do not allow call hns3_nic_net_open repeatedly hns3_nic_net_open() is not allowed to called repeatly, but there is no checking for this. When doing device reset and setu...
CVE-2021-47401
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 26.09.2025 19:03:45
In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking inform...
CVE-2021-47402
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 14.01.2025 17:29:04
In the Linux kernel, the following vulnerability has been resolved: net: sched: flower: protect fl_walk() with rcu Patch that refactored fl_walk() to use idr_for_each_entry_continue_ul() also removed rcu protection of individual filters which cause...