CVE-2022-49839
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:55
- Zuletzt bearbeitet 01.10.2025 17:15:33
In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_transport_sas: Fix error handling in sas_phy_add() If transport_add_device() fails in sas_phy_add(), the kernel will crash trying to delete the device in transport_remov...
CVE-2022-49837
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:54
- Zuletzt bearbeitet 01.10.2025 17:15:32
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memory leaks in __check_func_call kmemleak reports this issue: unreferenced object 0xffff88817139d000 (size 2048): comm "test_progs", pid 33246, jiffies 4307381979 (age...
CVE-2022-49838
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:54
- Zuletzt bearbeitet 10.11.2025 21:13:37
In the Linux kernel, the following vulnerability has been resolved: sctp: clear out_curr if all frag chunks of current msg are pruned A crash was reported by Zhen Chen: list_del corruption, ffffa035ddf01c18->next is NULL WARNING: CPU: 1 PID: 2...
CVE-2022-49836
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:53
- Zuletzt bearbeitet 10.11.2025 21:13:15
In the Linux kernel, the following vulnerability has been resolved: siox: fix possible memory leak in siox_device_add() If device_register() returns error in siox_device_add(), the name allocated by dev_set_name() need be freed. As comment of devic...
CVE-2022-49834
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:52
- Zuletzt bearbeitet 10.11.2025 21:12:47
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free bug of ns_writer on remount If a nilfs2 filesystem is downgraded to read-only due to metadata corruption on disk and is remounted read/write, or if emerg...
CVE-2022-49835
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:52
- Zuletzt bearbeitet 10.11.2025 21:12:55
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix potential memleak in 'add_widget_node' As 'kobject_add' may allocated memory for 'kobject->name' when return error. And in this function, if call 'kobject_add' faile...
CVE-2022-49833
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:51
- Zuletzt bearbeitet 10.11.2025 21:13:04
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: clone zoned device info when cloning a device When cloning a btrfs_device, we're not cloning the associated btrfs_zoned_device_info structure of the device in case of...
CVE-2022-49832
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:50
- Zuletzt bearbeitet 10.11.2025 19:57:51
In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map Here is the BUG report by KASAN about null pointer dereference: BUG: KASAN: null-ptr-deref in strcmp+0x2e/...
CVE-2022-49831
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:49
- Zuletzt bearbeitet 10.11.2025 19:57:59
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: initialize device's zone info for seeding When performing seeding on a zoned filesystem it is necessary to initialize each zoned device's btrfs_zoned_device_info stru...
CVE-2022-49829
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:48
- Zuletzt bearbeitet 10.11.2025 20:07:23
In the Linux kernel, the following vulnerability has been resolved: drm/scheduler: fix fence ref counting We leaked dependency fences when processes were beeing killed. Additional to that grab a reference to the last scheduled fence.