CVE-2022-49813
- EPSS 0.17%
- Veröffentlicht 01.05.2025 14:09:37
- Zuletzt bearbeitet 07.11.2025 18:53:12
In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix error handling in ena_init() The ena_init() won't destroy workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. Call destroy_workque...
CVE-2022-49809
- EPSS 0.17%
- Veröffentlicht 01.05.2025 14:09:34
- Zuletzt bearbeitet 07.11.2025 19:37:53
In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix skb leak in x25_lapb_receive_frame() x25_lapb_receive_frame() using skb_copy() to get a private copy of skb, the new skb should be freed in the undersized/fragmented s...
CVE-2022-49794
- EPSS 0.17%
- Veröffentlicht 01.05.2025 14:09:25
- Zuletzt bearbeitet 06.11.2025 22:07:27
In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger() If iio_trigger_register() returns error, it should call iio_trigger_free() to give up the reference that...
CVE-2022-49793
- EPSS 0.19%
- Veröffentlicht 01.05.2025 14:09:24
- Zuletzt bearbeitet 06.11.2025 22:07:22
In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init() dev_set_name() allocates memory for name, it need be freed when device_add() fails, call put_device() to give...
CVE-2022-49789
- EPSS 0.17%
- Veröffentlicht 01.05.2025 14:09:21
- Zuletzt bearbeitet 07.11.2025 19:32:49
In the Linux kernel, the following vulnerability has been resolved: scsi: zfcp: Fix double free of FSF request when qdio send fails We used to use the wrong type of integer in 'zfcp_fsf_req_send()' to cache the FSF request ID when sending a new FSF...
CVE-2022-49788
- EPSS 0.19%
- Veröffentlicht 01.05.2025 14:09:20
- Zuletzt bearbeitet 07.11.2025 19:32:44
In the Linux kernel, the following vulnerability has been resolved: misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram() `struct vmci_event_qp` allocated by qp_notify_peer() contains padding, which may carry uninitialized data to the u...
CVE-2022-49780
- EPSS 0.18%
- 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-49773
- EPSS 0.14%
- 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.17%
- 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...
CVE-2022-49770
- EPSS 0.19%
- Veröffentlicht 01.05.2025 14:09:08
- Zuletzt bearbeitet 06.11.2025 21:45:48
In the Linux kernel, the following vulnerability has been resolved: ceph: avoid putting the realm twice when decoding snaps fails When decoding the snaps fails it maybe leaving the 'first_realm' and 'realm' pointing to the same snaprealm memory. An...