CVE-2023-52623
- EPSS 0.01%
- Veröffentlicht 26.03.2024 18:15:08
- Zuletzt bearbeitet 31.12.2025 00:52:38
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a suspicious RCU usage warning I received the following warning while running cthon against an ontap server running pNFS: [ 57.202521] ============================= ...
CVE-2023-52624
- EPSS 0.01%
- Veröffentlicht 26.03.2024 18:15:08
- Zuletzt bearbeitet 17.03.2025 15:19:42
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before executing GPINT commands [Why] DMCUB can be in idle when we attempt to interface with the HW through the GPINT mailbox resulting in a system hang...
CVE-2024-26644
- EPSS 0.01%
- Veröffentlicht 26.03.2024 16:15:12
- Zuletzt bearbeitet 17.07.2025 17:15:33
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't abort filesystem when attempting to snapshot deleted subvolume If the source file descriptor to the snapshot ioctl refers to a deleted subvolume, we get the following ...
CVE-2021-47163
- EPSS 0.01%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 13.03.2025 21:23:34
In the Linux kernel, the following vulnerability has been resolved: tipc: wait and exit until all work queues are done On some host, a crash could be triggered simply by repeating these commands several times: # modprobe tipc # tipc bearer ena...
CVE-2021-47167
- EPSS 0.02%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 17.03.2025 15:03:30
In the Linux kernel, the following vulnerability has been resolved: NFS: Fix an Oopsable condition in __nfs_pageio_add_request() Ensure that nfs_pageio_error_cleanup() resets the mirror array contents, so that the structure reflects the fact that i...
CVE-2021-47150
- EPSS 0.01%
- Veröffentlicht 25.03.2024 09:15:09
- Zuletzt bearbeitet 12.12.2024 15:41:29
In the Linux kernel, the following vulnerability has been resolved: net: fec: fix the potential memory leak in fec_enet_init() If the memory allocated for cbd_base is failed, it should free the memory allocated for the queues, otherwise it causes m...
CVE-2021-47144
- EPSS 0.07%
- Veröffentlicht 25.03.2024 09:15:08
- Zuletzt bearbeitet 19.06.2025 14:15:24
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-52620
- EPSS 0.01%
- Veröffentlicht 21.03.2024 11:15:28
- Zuletzt bearbeitet 12.05.2026 12:16:16
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow timeout for anonymous sets Never used from userspace, disallow these parameters.
CVE-2024-26642
- EPSS 0.01%
- Veröffentlicht 21.03.2024 11:15:28
- Zuletzt bearbeitet 12.05.2026 12:16:19
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow anonymous set with timeout flag Anonymous sets are never used with timeout from userspace, reject this. Exception to this rule is NFT_SET_EVAL to ens...
CVE-2024-26641
- EPSS 0.02%
- Veröffentlicht 18.03.2024 11:15:11
- Zuletzt bearbeitet 28.03.2025 16:17:08
In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() syzbot found __ip6_tnl_rcv() could access unitiliazed data [1]. Call pskb_inet_may_pull() to fix this, and initialize...