- EPSS 0.23%
- Veröffentlicht 22.05.2024 09:15:09
- Zuletzt bearbeitet 24.09.2025 19:04:38
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix use-after-free in rtl8712_dl_fw Syzbot reported use-after-free in rtl8712_dl_fw(). The problem was in race condition between r871xu_dev_remove() ->ndo_open() ...
CVE-2021-47480
- EPSS 0.21%
- 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-47461
- EPSS 0.16%
- Veröffentlicht 22.05.2024 07:15:11
- Zuletzt bearbeitet 24.09.2025 12:38:42
In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix a race between writeprotect and exit_mmap() A race is possible when a process exits, its VMAs are removed by exit_mmap() and at the same time userfaultfd_writeprot...
CVE-2021-47464
- EPSS 0.23%
- 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.22%
- 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-47467
- EPSS 0.49%
- Veröffentlicht 22.05.2024 07:15:11
- Zuletzt bearbeitet 02.04.2025 15:11:11
In the Linux kernel, the following vulnerability has been resolved: kunit: fix reference count leak in kfree_at_end The reference counting issue happens in the normal path of kfree_at_end(). When kunit_alloc_and_get_resource() is invoked, the funct...
CVE-2021-47468
- EPSS 0.18%
- 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...
CVE-2021-47471
- EPSS 0.21%
- Veröffentlicht 22.05.2024 07:15:11
- Zuletzt bearbeitet 02.04.2025 15:10:48
In the Linux kernel, the following vulnerability has been resolved: drm: mxsfb: Fix NULL pointer dereference crash on unload The mxsfb->crtc.funcs may already be NULL when unloading the driver, in which case calling mxsfb_irq_disable() via drm_irq_...
CVE-2021-47450
- EPSS 0.2%
- Veröffentlicht 22.05.2024 07:15:10
- Zuletzt bearbeitet 24.09.2025 01:07:53
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix host stage-2 PGD refcount The KVM page-table library refcounts the pages of concatenated stage-2 PGDs individually. However, when running KVM in protected mode, the...
CVE-2021-47451
- EPSS 0.23%
- Veröffentlicht 22.05.2024 07:15:10
- Zuletzt bearbeitet 24.09.2025 01:18:15
In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage value Currently, when the rule related to IDLETIMER is added, idletimer_tg timer structure is initialized...