CVE-2021-47659
- EPSS 0.01%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 14.10.2025 19:07:46
In the Linux kernel, the following vulnerability has been resolved: drm/plane: Move range check for format_count earlier While the check for format_count > 64 in __drm_universal_plane_init() shouldn't be hit (it's a WARN_ON), in its current positio...
CVE-2021-47649
- EPSS 0.01%
- 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.01%
- 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.01%
- 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.01%
- 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.01%
- 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.02%
- 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-47636
- EPSS 0.02%
- 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...
CVE-2021-47637
- EPSS 0.01%
- 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 deadlock in concurrent rename whiteout and inode writeback Following hung tasks: [ 77.028764] task:kworker/u8:4 state:D stack: 0 pid: 132 [ 77.028820] Call Tr...
CVE-2021-47638
- EPSS 0.03%
- 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: rename_whiteout: Fix double free for whiteout_ui->data 'whiteout_ui->data' will be freed twice if space budget fail for rename whiteout operation as following process: rena...