CVE-2021-47374
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 12.05.2025 19:52:58
In the Linux kernel, the following vulnerability has been resolved: dma-debug: prevent an error message from causing runtime problems For some drivers, that use the DMA API. This error message can be reached several millions of times per second, ca...
CVE-2021-47375
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 02.04.2025 14:53:06
In the Linux kernel, the following vulnerability has been resolved: blktrace: Fix uaf in blk_trace access after removing by sysfs There is an use-after-free problem triggered by following process: P1(sda) P2(sdb) echo 0 > /sys/block/sd...
CVE-2021-47376
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 25.09.2025 15:50:04
In the Linux kernel, the following vulnerability has been resolved: bpf: Add oversize check before call kvcalloc() Commit 7661809d493b ("mm: don't allow oversized kvmalloc() calls") add the oversize check. When the allocation is larger than what km...
CVE-2021-47378
- EPSS 0.06%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 02.04.2025 14:52:37
In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cm_id before destroy qp to avoid to get cma event after qp was destroyed, which may lead...
CVE-2021-47381
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 25.09.2025 15:48:46
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Fix DSP oops stack dump output contents Fix @buf arg given to hex_dump_to_buffer() and stack address used in dump error output.
CVE-2021-47383
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 23.09.2025 20:14:35
In the Linux kernel, the following vulnerability has been resolved: tty: Fix out-of-bound vmalloc access in imageblit This issue happens when a userspace program does an ioctl FBIOPUT_VSCREENINFO passing the fb_var_screeninfo struct containing only...
CVE-2021-47384
- EPSS 0.04%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 02.04.2025 14:52:28
In the Linux kernel, the following vulnerability has been resolved: hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structure field If driver read tmp value sufficient for (tmp & 0x08) && (!(tmp & 0x80)) && ((tmp & 0x7) == ((tm...
CVE-2021-47360
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:22
- Zuletzt bearbeitet 12.05.2025 19:54:35
In the Linux kernel, the following vulnerability has been resolved: binder: make sure fd closes complete During BC_FREE_BUFFER processing, the BINDER_TYPE_FDA object cleanup may close 1 or more fds. The close operations are completed using the task...
CVE-2021-47365
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:22
- Zuletzt bearbeitet 12.05.2025 19:54:04
In the Linux kernel, the following vulnerability has been resolved: afs: Fix page leak There's a loop in afs_extend_writeback() that adds extra pages to a write we want to make to improve the efficiency of the writeback by making it larger. This l...
CVE-2021-47366
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:22
- Zuletzt bearbeitet 12.05.2025 19:53:55
In the Linux kernel, the following vulnerability has been resolved: afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server AFS-3 has two data fetch RPC variants, FS.FetchData and FS.FetchData64, and Linux's afs client switches between th...