CVE-2021-47482
- EPSS 0.14%
- Veröffentlicht 22.05.2024 09:15:10
- Zuletzt bearbeitet 02.04.2025 15:09:19
In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadv_nc_mesh_free(). The problem was in wrong error handling in batadv_mesh_init(). Before this patch batad...
CVE-2021-47483
- EPSS 0.02%
- Veröffentlicht 22.05.2024 09:15:10
- Zuletzt bearbeitet 06.01.2025 19:52:33
In the Linux kernel, the following vulnerability has been resolved: regmap: Fix possible double-free in regcache_rbtree_exit() In regcache_rbtree_insert_to_block(), when 'present' realloc failed, the 'blk' which is supposed to assign to 'rbnode->bl...
CVE-2021-47485
- EPSS 0.02%
- Veröffentlicht 22.05.2024 09:15:10
- Zuletzt bearbeitet 06.01.2025 19:53:06
In the Linux kernel, the following vulnerability has been resolved: IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fields Overflowing either addrlimit or bytes_togo can allow userspace to trigger a buffer overflow of kernel memory...
CVE-2021-47474
- EPSS 0.02%
- Veröffentlicht 22.05.2024 09:15:09
- Zuletzt bearbeitet 24.09.2025 18:51:48
In the Linux kernel, the following vulnerability has been resolved: comedi: vmk80xx: fix bulk-buffer overflow The driver is using endpoint-sized buffers but must not assume that the tx and rx buffers are of equal size or a malicious device could ov...
CVE-2021-47475
- EPSS 0.02%
- Veröffentlicht 22.05.2024 09:15:09
- Zuletzt bearbeitet 24.09.2025 18:58:58
In the Linux kernel, the following vulnerability has been resolved: comedi: vmk80xx: fix transfer-buffer overflows The driver uses endpoint-sized USB transfer buffers but up until recently had no sanity checks on the sizes. Commit e1f13c879a7c ("s...
CVE-2021-47476
- EPSS 0.04%
- Veröffentlicht 22.05.2024 09:15:09
- Zuletzt bearbeitet 02.04.2025 15:10:34
In the Linux kernel, the following vulnerability has been resolved: comedi: ni_usb6501: fix NULL-deref in command paths The driver uses endpoint-sized USB transfer buffers but had no sanity checks on the sizes. This can lead to zero-size-pointer de...
CVE-2021-47477
- EPSS 0.06%
- Veröffentlicht 22.05.2024 09:15:09
- Zuletzt bearbeitet 24.09.2025 19:00:23
In the Linux kernel, the following vulnerability has been resolved: comedi: dt9812: fix DMA buffers on stack USB transfer buffers are typically mapped for DMA and must not be allocated on the stack or transfers will fail. Allocate proper transfer ...
CVE-2021-47478
- EPSS 0.01%
- Veröffentlicht 22.05.2024 09:15:09
- Zuletzt bearbeitet 02.04.2025 15:09:59
In the Linux kernel, the following vulnerability has been resolved: isofs: Fix out of bound access for corrupted isofs image When isofs image is suitably corrupted isofs_read_inode() can read data beyond the end of buffer. Sanity-check the director...
CVE-2021-47480
- EPSS 0.03%
- Veröffentlicht 22.05.2024 09:15:09
- Zuletzt bearbeitet 29.09.2025 16:43:08
In the Linux kernel, the following vulnerability has been resolved: scsi: core: Put LLD module refcnt after SCSI device is released SCSI host release is triggered when SCSI device is freed. We have to make sure that the low-level device driver modu...
CVE-2021-47468
- EPSS 0.02%
- Veröffentlicht 22.05.2024 07:15:11
- Zuletzt bearbeitet 24.09.2025 18:40:47
In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: Fix sleeping function called from invalid context The driver can call card->isac.release() function from an atomic context. Fix this by calling this function after re...