CVE-2022-50477
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:37
- Zuletzt bearbeitet 23.01.2026 16:32:55
In the Linux kernel, the following vulnerability has been resolved: rtc: class: Fix potential memleak in devm_rtc_allocate_device() devm_rtc_allocate_device() will alloc a rtc_device first, and then run dev_set_name(). If dev_set_name() failed, the...
CVE-2022-50475
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:36
- Zuletzt bearbeitet 23.01.2026 16:36:59
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Make sure "ib_port" is valid when access sysfs node The "ib_port" structure must be set before adding the sysfs kobject, and reset after removing it, otherwise it may cr...
CVE-2022-50476
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:36
- Zuletzt bearbeitet 23.01.2026 16:35:23
In the Linux kernel, the following vulnerability has been resolved: ntb_netdev: Use dev_kfree_skb_any() in interrupt context TX/RX callback handlers (ntb_netdev_tx_handler(), ntb_netdev_rx_handler()) can be called in interrupt context via the DMA f...
CVE-2022-50474
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:35
- Zuletzt bearbeitet 23.01.2026 16:37:04
In the Linux kernel, the following vulnerability has been resolved: macintosh: fix possible memory leak in macio_add_one_device() Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is alloca...
CVE-2022-50472
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:34
- Zuletzt bearbeitet 23.01.2026 16:37:24
In the Linux kernel, the following vulnerability has been resolved: IB/mad: Don't call to function that might sleep while in atomic context Tracepoints are not allowed to sleep, as such the following splat is generated due to call to ib_query_pkey(...
CVE-2022-50473
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:34
- Zuletzt bearbeitet 23.01.2026 16:37:12
In the Linux kernel, the following vulnerability has been resolved: cpufreq: Init completion before kobject_init_and_add() In cpufreq_policy_alloc(), it will call uninitialed completion in cpufreq_sysfs_release() when kobject_init_and_add() fails. ...
CVE-2022-50471
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:33
- Zuletzt bearbeitet 23.01.2026 16:37:32
In the Linux kernel, the following vulnerability has been resolved: xen/gntdev: Accommodate VMA splitting Prior to this commit, the gntdev driver code did not handle the following scenario correctly with paravirtualized (PV) Xen domains: * User pr...
CVE-2022-50470
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:32
- Zuletzt bearbeitet 23.01.2026 16:37:44
In the Linux kernel, the following vulnerability has been resolved: xhci: Remove device endpoints from bandwidth list when freeing the device Endpoints are normally deleted from the bandwidth list when they are dropped, before the virt device is fr...
CVE-2025-39953
- EPSS 0.04%
- Veröffentlicht 04.10.2025 07:31:13
- Zuletzt bearbeitet 23.01.2026 20:01:35
In the Linux kernel, the following vulnerability has been resolved: cgroup: split cgroup_destroy_wq into 3 workqueues A hung task can occur during [1] LTP cgroup testing when repeatedly mounting/unmounting perf_event and net_prio controllers with s...
CVE-2025-39952
- EPSS 0.02%
- Veröffentlicht 04.10.2025 07:31:12
- Zuletzt bearbeitet 23.01.2026 20:02:35
In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: avoid buffer overflow in WID string configuration Fix the following copy overflow warning identified by Smatch checker. drivers/net/wireless/microchip/wilc1000/wl...