CVE-2022-48650
- EPSS 0.01%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 20.03.2025 21:31:59
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts() Commit 8f394da36a36 ("scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAG") made the __qlt_24xx_handle_abts() function ret...
CVE-2022-48651
- EPSS 0%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 20.03.2025 21:33:27
In the Linux kernel, the following vulnerability has been resolved: ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header If an AF_PACKET socket is used to send packets through ipvlan and the default xmit function of the AF_PACKET socket is...
CVE-2022-48652
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 19.09.2025 15:01:51
In the Linux kernel, the following vulnerability has been resolved: ice: Fix crash by keep old cfg when update TCs more than queues There are problems if allocated queues less than Traffic Classes. Commit a632b2a4c920 ("ice: ethtool: Prohibit impr...
CVE-2022-48653
- EPSS 0%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 19.09.2025 15:02:16
In the Linux kernel, the following vulnerability has been resolved: ice: Don't double unplug aux on peer initiated reset In the IDC callback that is accessed when the aux drivers request a reset, the function to unplug the aux devices is called. T...
CVE-2022-48654
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:42
In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find() nf_osf_find() incorrectly returns true on mismatch, this leads to copying uninitialized memory area in nft_osf w...
CVE-2022-48655
- EPSS 0.05%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 10.01.2025 19:06:09
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Harden accesses to the reset domains Accessing reset domains descriptors by the index upon the SCMI drivers requests through the SCMI reset operations interface...
CVE-2022-48656
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:42
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get() We should call of_node_put() for the reference returned by of_parse_phandle() in fail path or when it is...
CVE-2022-48657
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:42
In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amu_fie_setup() cpufreq_get_hw_max_freq() returns max frequency in kHz as *unsigned int*, while freq_inv_set_max_ratio() gets passed this ...
CVE-2022-48658
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:42
In the Linux kernel, the following vulnerability has been resolved: mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context. Commit 5a836bf6b09f ("mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ con...
CVE-2022-48659
- EPSS 0.01%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:43
In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc() fails In create_unique_id(), kmalloc(, GFP_KERNEL) can fail due to out-of-memory, if it fails, return errno correctly rather than triggeri...