CVE-2021-47473
- EPSS 0.21%
- Veröffentlicht 22.05.2024 07:15:12
- Zuletzt bearbeitet 07.01.2025 20:19:15
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els() Commit 8c0eb596baa5 ("[SCSI] qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()"), inte...
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...
- 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.
- EPSS 0.04%
- Veröffentlicht 22.05.2024 07:15:11
- Zuletzt bearbeitet 17.06.2024 17:15:51
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2021-47455
- EPSS 0.24%
- Veröffentlicht 22.05.2024 07:15:10
- Zuletzt bearbeitet 03.11.2025 18:15:39
In the Linux kernel, the following vulnerability has been resolved: ptp: Fix possible memory leak in ptp_clock_register() I got memory leak as follows when doing fault injection test: unreferenced object 0xffff88800906c618 (size 8): comm "i2c-id...
CVE-2021-47456
- EPSS 0.24%
- 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.24%
- 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-47438
- EPSS 0.23%
- Veröffentlicht 22.05.2024 07:15:09
- Zuletzt bearbeitet 07.01.2025 20:14:16
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix memory leak in mlx5_core_destroy_cq() error path Prior to this patch in case mlx5_core_destroy_cq() failed it returns without completing all destroy operations and t...
CVE-2021-47442
- EPSS 0.23%
- Veröffentlicht 22.05.2024 07:15:09
- Zuletzt bearbeitet 07.01.2025 20:14:00
In the Linux kernel, the following vulnerability has been resolved: NFC: digital: fix possible memory leak in digital_in_send_sdd_req() 'skb' is allocated in digital_in_send_sdd_req(), but not free when digital_in_send_cmd() failed, which will caus...