CVE-2022-49647
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:39
- Zuletzt bearbeitet 24.03.2025 19:00:58
In the Linux kernel, the following vulnerability has been resolved: cgroup: Use separate src/dst nodes when preloading css_sets for migration Each cset (css_set) is pinned by its tasks. When we're moving tasks around across csets for a migration, w...
CVE-2022-49648
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:39
- Zuletzt bearbeitet 01.10.2025 20:17:01
In the Linux kernel, the following vulnerability has been resolved: tracing/histograms: Fix memory leak problem This reverts commit 46bbe5c671e06f070428b9be142cc4ee5cedebac. As commit 46bbe5c671e0 ("tracing: fix double free") said, the "double fre...
CVE-2022-49631
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:38
- Zuletzt bearbeitet 01.10.2025 20:16:58
In the Linux kernel, the following vulnerability has been resolved: raw: Fix a data-race around sysctl_raw_l3mdev_accept. While reading sysctl_raw_l3mdev_accept, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.
CVE-2022-49637
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:38
- Zuletzt bearbeitet 01.10.2025 20:16:59
In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix a data-race around sysctl_fib_sync_mem. While reading sysctl_fib_sync_mem, it can be changed concurrently. So, we need to add READ_ONCE() to avoid a data-race.
CVE-2022-49619
- EPSS 0.01%
- 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.01%
- 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.09%
- 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-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.02%
- 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.15%
- 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...