CVE-2022-49725
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 24.10.2025 18:53:12
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix call trace in setup_tx_descriptors After PF reset and ethtool -t there was call trace in dmesg sometimes leading to panic. When there was some time, around 5 seconds, bet...
CVE-2022-49726
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 24.10.2025 18:52:35
In the Linux kernel, the following vulnerability has been resolved: clocksource: hyper-v: unexport __init-annotated hv_init_clocksource() EXPORT_SYMBOL and __init is a bad combination because the .init.text section is freed up after the initializat...
CVE-2022-49730
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 23.12.2025 14:16:18
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-49713
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 01.10.2025 20:17:07
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: Fix memory leak in dwc2_hcd_init usb_create_hcd will alloc memory for hcd, and we should call usb_put_hcd to free it when platform_get_resource() fails to prevent memory...
CVE-2022-49714
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 01.10.2025 21:15:41
In the Linux kernel, the following vulnerability has been resolved: irqchip/realtek-rtl: Fix refcount leak in map_interrupts of_find_node_by_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...
CVE-2022-49715
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 01.10.2025 20:17:07
In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions of_find_node_by_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when ...
CVE-2022-49716
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 01.10.2025 20:17:07
In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when no...
CVE-2022-49721
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 24.10.2025 15:53:20
In the Linux kernel, the following vulnerability has been resolved: arm64: ftrace: consistently handle PLTs. Sometimes it is necessary to use a PLT entry to call an ftrace trampoline. This is handled by ftrace_make_call() and ftrace_make_nop(), wit...
CVE-2022-49722
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 24.10.2025 15:53:11
In the Linux kernel, the following vulnerability has been resolved: ice: Fix memory corruption in VF driver Disable VF's RX/TX queues, when it's disabled. VF can have queues enabled, when it requests a reset. If PF driver assumes that VF is disable...
CVE-2022-49723
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 24.10.2025 19:02:26
In the Linux kernel, the following vulnerability has been resolved: drm/i915/reset: Fix error_state_read ptr + offset use Fix our pointer offset usage in error_state_read when there is no i915_gpu_coredump but buf offset is non-zero. This fixes a ...