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-47464
- EPSS 0.03%
- Veröffentlicht 22.05.2024 07:15:11
- Zuletzt bearbeitet 02.04.2025 15:11:21
In the Linux kernel, the following vulnerability has been resolved: audit: fix possible null-pointer dereference in audit_filter_rules Fix possible null-pointer dereference in audit_filter_rules. audit_filter_rules() error: we previously assumed ...
CVE-2021-47465
- EPSS 0.04%
- Veröffentlicht 22.05.2024 07:15:11
- Zuletzt bearbeitet 24.09.2025 18:39:15
In the Linux kernel, the following vulnerability has been resolved: KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest() In commit 10d91611f426 ("powerpc/64s: Reimplement book3s idle code in C") kvm_start_guest() became idle_kvm_start_...
CVE-2021-47466
- EPSS 0.03%
- Veröffentlicht 22.05.2024 07:15:11
- Zuletzt bearbeitet 07.01.2025 20:13:41
In the Linux kernel, the following vulnerability has been resolved: mm, slub: fix potential memoryleak in kmem_cache_open() In error path, the random_seq of slub cache might be leaked. Fix this by using __kmem_cache_release() to release all the re...
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...
- EPSS 0.04%
- Veröffentlicht 22.05.2024 07:15:11
- Zuletzt bearbeitet 03.03.2025 09:15:09
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2021-47456
- EPSS 0.03%
- Veröffentlicht 22.05.2024 07:15:10
- Zuletzt bearbeitet 02.04.2025 15:11:57
In the Linux kernel, the following vulnerability has been resolved: can: peak_pci: peak_pci_remove(): fix UAF When remove the module peek_pci, referencing 'chan' again after releasing 'dev' will cause UAF. Fix this by releasing 'dev' later. The f...
CVE-2021-47458
- EPSS 0.03%
- Veröffentlicht 22.05.2024 07:15:10
- Zuletzt bearbeitet 23.09.2025 20:25:47
In the Linux kernel, the following vulnerability has been resolved: ocfs2: mount fails with buffer overflow in strlen Starting with kernel 5.11 built with CONFIG_FORTIFY_SOURCE mouting an ocfs2 filesystem with either o2cb or pcmk cluster stack fail...
CVE-2021-47459
- EPSS 0.02%
- Veröffentlicht 22.05.2024 07:15:10
- Zuletzt bearbeitet 14.01.2025 17:32:48
In the Linux kernel, the following vulnerability has been resolved: can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv It will trigger UAF for rx_kref of j1939_priv as following. cpu0 cpu...