CVE-2022-49780
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:15
- Zuletzt bearbeitet 07.11.2025 17:47:48
In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus() If device_register() fails in tcm_loop_setup_hba_bus(), the name allocated by dev_set_name() need be free...
CVE-2022-49781
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:15
- Zuletzt bearbeitet 07.11.2025 17:47:56
In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and throttling amd_pmu_enable_all() does: if (!test_bit(idx, cpuc->active_mask)) conti...
CVE-2022-49779
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:14
- Zuletzt bearbeitet 07.11.2025 17:47:43
In the Linux kernel, the following vulnerability has been resolved: kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case In __unregister_kprobe_top(), if the currently unregistered probe has post_handler but other child probes o...
CVE-2022-49777
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:13
- Zuletzt bearbeitet 07.11.2025 18:40:15
In the Linux kernel, the following vulnerability has been resolved: Input: i8042 - fix leaking of platform device on module removal Avoid resetting the module-wide i8042_platform_device pointer in i8042_probe() or i8042_remove(), so that the device...
CVE-2022-49778
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:13
- Zuletzt bearbeitet 07.11.2025 18:40:22
In the Linux kernel, the following vulnerability has been resolved: arm64/mm: fix incorrect file_map_count for non-leaf pmd/pud The page table check trigger BUG_ON() unexpectedly when collapse hugepage: ------------[ cut here ]------------ kerne...
CVE-2022-49776
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:12
- Zuletzt bearbeitet 07.11.2025 18:40:10
In the Linux kernel, the following vulnerability has been resolved: macvlan: enforce a consistent minimal mtu macvlan should enforce a minimal mtu of 68, even at link creation. This patch avoids the current behavior (which could lead to crashes in...
CVE-2022-49774
- EPSS 0.03%
- Veröffentlicht 01.05.2025 14:09:11
- Zuletzt bearbeitet 07.11.2025 18:39:38
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign() Should not call eventfd_ctx_put() in case of error. [Introduce new goto target instead. - Paolo]
CVE-2022-49775
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:11
- Zuletzt bearbeitet 07.11.2025 18:39:46
In the Linux kernel, the following vulnerability has been resolved: tcp: cdg: allow tcp_cdg_release() to be called multiple times Apparently, mptcp is able to call tcp_disconnect() on an already disconnected flow. This is generally fine, unless cur...
CVE-2022-49773
- EPSS 0.03%
- Veröffentlicht 01.05.2025 14:09:10
- Zuletzt bearbeitet 07.11.2025 18:26:22
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix optc2_configure warning on dcn314 [Why] dcn314 uses optc2_configure_crc() that wraps optc1_configure_crc() + set additional registers not applicable to dcn314....
CVE-2022-49772
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:09
- Zuletzt bearbeitet 23.12.2025 14:16:28
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open() snd_usbmidi_output_open() has a check of the NULL port with snd_BUG_ON(). snd_BUG_ON() was used as this shouldn't...