CVE-2021-47647
- EPSS 0.25%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 23.09.2025 18:49:21
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: fix PCI-E clock oops Fix PCI-E clock related kernel oops that are caused by a missing clock parent. pcie0_rchng_clk_src has num_parents set to 2 but only one p...
CVE-2021-47648
- EPSS 0.25%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 01.10.2025 20:15:42
In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a memory leak in 'host1x_remove()' Add a missing 'host1x_channel_list_free()' call in the remove function, as already done in the error handling path of the probe ...
CVE-2021-47649
- EPSS 0.24%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 14.10.2025 19:08:13
In the Linux kernel, the following vulnerability has been resolved: udmabuf: validate ubuf->pagecount Syzbot has reported GPF in sg_alloc_append_table_from_pages(). The problem was in ubuf->pages == ZERO_PTR. ubuf->pagecount is calculated from arg...
CVE-2021-47650
- EPSS 0.25%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 23.09.2025 18:47:36
In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-compress: prevent the potentially use of null pointer There is one call trace that snd_soc_register_card() ->snd_soc_bind_card()->soc_init_pcm_runtime() ->snd_soc_dai_com...
CVE-2021-47651
- EPSS 0.24%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 01.10.2025 20:15:42
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: rpmpd: Check for null return of devm_kcalloc Because of the possible failure of the allocation, data->domains might be NULL pointer and will cause the dereference of the...
CVE-2021-47652
- EPSS 0.26%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 01.10.2025 20:15:42
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe() I got a null-ptr-deref report: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... RIP: 0010:fb_destro...
CVE-2021-47633
- EPSS 0.26%
- Veröffentlicht 26.02.2025 06:37:05
- Zuletzt bearbeitet 23.09.2025 14:55:42
In the Linux kernel, the following vulnerability has been resolved: ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 The bug was found during fuzzing. Stacktrace locates it in ath5k_eeprom_convert_pcal_info_5111. When none of the curve is selecte...
CVE-2021-47634
- EPSS 0.29%
- Veröffentlicht 26.02.2025 06:37:05
- Zuletzt bearbeitet 24.03.2025 17:48:27
In the Linux kernel, the following vulnerability has been resolved: ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl Hulk Robot reported a KASAN report about use-after-free: =======================================================...
CVE-2021-47635
- EPSS 0.25%
- Veröffentlicht 26.02.2025 06:37:05
- Zuletzt bearbeitet 04.08.2026 10:17:11
In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix to add refcount once page is set private MM defined the rule [1] very clearly that once page was set with PG_private flag, we should increment the refcount in that page,...
CVE-2021-47636
- EPSS 0.25%
- Veröffentlicht 26.02.2025 06:37:05
- Zuletzt bearbeitet 01.10.2025 20:15:40
In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock() Function ubifs_wbuf_write_nolock() may access buf out of bounds in following process: ubifs_wbuf_write_nolock(): align...