CVE-2022-49811
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:36
- Zuletzt bearbeitet 07.11.2025 19:03:32
In the Linux kernel, the following vulnerability has been resolved: drbd: use after free in drbd_create_device() The drbd_destroy_connection() frees the "connection" so use the _safe() iterator to prevent a use after free.
CVE-2022-49809
- EPSS 0.06%
- 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-49802
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:30
- Zuletzt bearbeitet 07.11.2025 19:02:52
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix null pointer dereference in ftrace_add_mod() The @ftrace_mod is allocated by kzalloc(), so both the members {prev,next} of @ftrace_mode->list are NULL, it's not a valid...
CVE-2022-49794
- EPSS 0.06%
- 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.06%
- 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-49788
- EPSS 0.03%
- 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-49787
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:19
- Zuletzt bearbeitet 07.11.2025 19:32:36
In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put() pci_get_device() will increase the reference count for the returned pci_dev. We need to use pci_dev_put() t...
CVE-2022-49780
- EPSS 0.05%
- 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-49777
- EPSS 0.05%
- 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-49776
- EPSS 0.05%
- 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...