CVE-2021-47644
- EPSS 0.24%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 01.10.2025 20:15:41
In the Linux kernel, the following vulnerability has been resolved: media: staging: media: zoran: move videodev alloc Move some code out of zr36057_init() and create new functions for handling zr->video_dev. This permit to ease code reading and fix...
CVE-2021-47645
- EPSS 0.24%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 01.10.2025 20:15:41
In the Linux kernel, the following vulnerability has been resolved: media: staging: media: zoran: calculate the right buffer number for zoran_reap_stat_com On the case tmp_dcim=1, the index of buffer is miscalculated. This generate a NULL pointer d...
CVE-2021-47652
- 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: 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.25%
- 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-47635
- EPSS 0.23%
- Veröffentlicht 26.02.2025 06:37:05
- Zuletzt bearbeitet 23.09.2025 18:46:00
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.24%
- 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-47641
- EPSS 0.24%
- Veröffentlicht 26.02.2025 06:37:05
- Zuletzt bearbeitet 01.10.2025 20:15:41
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: cirrusfb: check pixclock to avoid divide by zero Do a sanity check on pixclock value to avoid divide by zero. If the pixclock value is zero, the cirrusfb driver will...
CVE-2021-47642
- EPSS 0.27%
- Veröffentlicht 26.02.2025 06:37:05
- Zuletzt bearbeitet 23.09.2025 18:46:15
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow Coverity complains of a possible buffer overflow. However, given the 'static' scope of nvidia_setup_i2c_bus() it lo...
CVE-2021-47631
- EPSS 0.23%
- Veröffentlicht 26.02.2025 06:37:04
- Zuletzt bearbeitet 01.10.2025 20:15:39
In the Linux kernel, the following vulnerability has been resolved: ARM: davinci: da850-evm: Avoid NULL pointer dereference With newer versions of GCC, there is a panic in da850_evm_config_emac() when booting multi_v5_defconfig in QEMU under the pa...
CVE-2021-47632
- EPSS 0.18%
- Veröffentlicht 26.02.2025 06:37:04
- Zuletzt bearbeitet 01.10.2025 20:15:40
In the Linux kernel, the following vulnerability has been resolved: powerpc/set_memory: Avoid spinlock recursion in change_page_attr() Commit 1f9ad21c3b38 ("powerpc/mm: Implement set_memory() routines") included a spin_lock() to change_page_attr() ...