CVE-2021-47547
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:19
- Zuletzt bearbeitet 01.04.2025 18:41:53
In the Linux kernel, the following vulnerability has been resolved: net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound In line 5001, if all id in the array 'lp->phy[8]' is not 0, when the 'for' end, the 'k' is 8. At...
CVE-2021-47548
- EPSS 0.07%
- Veröffentlicht 24.05.2024 15:15:19
- Zuletzt bearbeitet 01.04.2025 18:42:07
In the Linux kernel, the following vulnerability has been resolved: ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns_dsaf_ge_srst_by_port() The if statement: if (port >= DSAF_GE_NUM) return; limits the value ...
CVE-2021-47551
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:19
- Zuletzt bearbeitet 01.04.2025 18:42:20
In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again In SRIOV configuration, the reset may failed to bring asic back to normal but stop cpsch already been ca...
CVE-2021-47542
- EPSS 0.01%
- Veröffentlicht 24.05.2024 15:15:18
- Zuletzt bearbeitet 21.11.2024 06:36:30
In the Linux kernel, the following vulnerability has been resolved: net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings() In qlcnic_83xx_add_rings(), the indirect function of ahw->hw_ops->alloc_mbx_args will be called to al...
- EPSS 0.04%
- Veröffentlicht 24.05.2024 15:15:18
- Zuletzt bearbeitet 13.06.2024 14:15:10
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2021-47544
- EPSS 0.05%
- Veröffentlicht 24.05.2024 15:15:18
- Zuletzt bearbeitet 18.09.2025 16:08:22
In the Linux kernel, the following vulnerability has been resolved: tcp: fix page frag corruption on page fault Steffen reported a TCP stream corruption for HTTP requests served by the apache web-server using a cifs mount-point and memory mapping t...
CVE-2021-47520
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:14
- Zuletzt bearbeitet 21.11.2024 06:36:25
In the Linux kernel, the following vulnerability has been resolved: can: pch_can: pch_can_rx_normal: fix use after free After calling netif_receive_skb(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is dere...
CVE-2021-47521
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:14
- Zuletzt bearbeitet 21.11.2024 06:36:26
In the Linux kernel, the following vulnerability has been resolved: can: sja1000: fix use after free in ems_pcmcia_add_card() If the last channel is not available then "dev" is freed. Fortunately, we can just use "pdev->irq" instead. Also we shou...
CVE-2021-47518
- EPSS 0.01%
- Veröffentlicht 24.05.2024 15:15:13
- Zuletzt bearbeitet 21.11.2024 06:36:25
In the Linux kernel, the following vulnerability has been resolved: nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done The done() netlink callback nfc_genl_dump_ses_done() should check if received argument is non-NULL, because its allo...
CVE-2021-47511
- EPSS 0.01%
- Veröffentlicht 24.05.2024 15:15:12
- Zuletzt bearbeitet 29.09.2025 17:09:23
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix negative period/buffer sizes The period size calculation in OSS layer may receive a negative value as an error, but the code there assumes only the positive val...