CVE-2022-49619
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:37
- Zuletzt bearbeitet 01.10.2025 20:16:57
In the Linux kernel, the following vulnerability has been resolved: net: sfp: fix memory leak in sfp_probe() sfp_probe() allocates a memory chunk from sfp with sfp_alloc(). When devm_add_action() fails, sfp is not freed, which leads to a memory lea...
CVE-2022-49620
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:37
- Zuletzt bearbeitet 01.10.2025 20:16:57
In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix possible refcount leak in tipc_sk_create() Free sk in case tipc_sk_insert() fails.
CVE-2022-49621
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:37
- Zuletzt bearbeitet 01.10.2025 20:16:57
In the Linux kernel, the following vulnerability has been resolved: cpufreq: pmac32-cpufreq: Fix refcount leak bug In pmac_cpufreq_init_MacRISC3(), we need to add corresponding of_node_put() for the three node pointers whose refcount have been incr...
CVE-2022-49622
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:37
- Zuletzt bearbeitet 24.03.2025 19:48:44
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: avoid skb access on nf_stolen When verdict is NF_STOLEN, the skb might have been freed. When tracing is enabled, this can result in a use-after-free: 1. acce...
CVE-2022-49623
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:37
- Zuletzt bearbeitet 01.10.2025 20:16:57
In the Linux kernel, the following vulnerability has been resolved: powerpc/xive/spapr: correct bitmap allocation size kasan detects access beyond the end of the xibm->bitmap allocation: BUG: KASAN: slab-out-of-bounds in _find_first_zero_bit+0x40/...
CVE-2022-49624
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:37
- Zuletzt bearbeitet 23.10.2025 12:09:05
In the Linux kernel, the following vulnerability has been resolved: net: atlantic: remove aq_nic_deinit() when resume aq_nic_deinit() has been called while suspending, so we don't have to call it again on resume. Actually, call it again leads to an...
CVE-2022-49625
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:37
- Zuletzt bearbeitet 23.10.2025 12:09:13
In the Linux kernel, the following vulnerability has been resolved: sfc: fix kernel panic when creating VF When creating VFs a kernel panic can happen when calling to efx_ef10_try_update_nic_stats_vf. When releasing a DMA coherent buffer, sometime...
CVE-2022-49626
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:37
- Zuletzt bearbeitet 24.03.2025 19:49:38
In the Linux kernel, the following vulnerability has been resolved: sfc: fix use after free when disabling sriov Use after free is detected by kfence when disabling sriov. What was read after being freed was vf->pci_dev: it was freed from pci_disab...
CVE-2022-49605
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:36
- Zuletzt bearbeitet 23.10.2025 12:08:07
In the Linux kernel, the following vulnerability has been resolved: igc: Reinstate IGC_REMOVED logic and implement it properly The initially merged version of the igc driver code (via commit 146740f9abc4, "igc: Add support for PF") contained the fo...
CVE-2022-49606
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:36
- Zuletzt bearbeitet 23.10.2025 12:08:16
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix sleep from invalid context BUG Taking the qos_mutex to process RoCEv2 QP's on netdev events causes a kernel splat. Fix this by removing the handling for RoCEv2 in ...