CVE-2021-47355
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 26.12.2024 19:29:36
In the Linux kernel, the following vulnerability has been resolved: atm: nicstar: Fix possible use-after-free in nicstar_cleanup() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. T...
CVE-2021-47356
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 02.04.2025 14:54:29
In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible use-after-free in HFC_cleanup() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. This means t...
CVE-2021-47331
- EPSS 0.04%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 24.12.2024 16:16:33
In the Linux kernel, the following vulnerability has been resolved: usb: common: usb-conn-gpio: fix NULL pointer dereference of charger When power on system with OTG cable, IDDIG's interrupt arises before the charger registration, it will cause a N...
CVE-2021-47332
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 24.12.2024 16:15:56
In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: Don't call free_pages_exact() with NULL address Unlike some other functions, we can't pass NULL pointer to free_pages_exact(). Add a proper NULL check for avoiding po...
CVE-2021-47333
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 02.04.2025 14:32:09
In the Linux kernel, the following vulnerability has been resolved: misc: alcor_pci: fix null-ptr-deref when there is no PCI bridge There is an issue with the ASPM(optional) capability checking function. A device might be attached to root complex d...
CVE-2021-47334
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 26.12.2024 19:25:16
In the Linux kernel, the following vulnerability has been resolved: misc/libmasm/module: Fix two use after free in ibmasm_init_one In ibmasm_init_one, it calls ibmasm_init_remote_input_dev(). Inside ibmasm_init_remote_input_dev, mouse_dev and keybd...
CVE-2021-47335
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 12.05.2025 19:58:53
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances As syzbot reported, there is an use-after-free issue during f2fs recovery: Use-after-free write at 0xff...
CVE-2021-47336
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 12.05.2025 19:58:43
In the Linux kernel, the following vulnerability has been resolved: smackfs: restrict bytes count in smk_set_cipso() Oops, I failed to update subject line. From 07571157c91b98ce1a4aa70967531e64b78e8346 Mon Sep 17 00:00:00 2001 Date: Mon, 12 Apr 20...
CVE-2021-47337
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 24.12.2024 16:15:04
In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix bad pointer dereference when ehandler kthread is invalid Commit 66a834d09293 ("scsi: core: Fix error handling of scsi_host_alloc()") changed the allocation logic to...
CVE-2021-47338
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 24.12.2024 16:39:44
In the Linux kernel, the following vulnerability has been resolved: fbmem: Do not delete the mode that is still in use The execution of fb_delete_videomode() is not based on the result of the previous fbcon_mode_deleted(). As a result, the mode is ...