CVE-2023-52448
- EPSS 0.01%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:47
In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump Syzkaller has reported a NULL pointer dereference when accessing rgd->rd_rgl in gfs2_rgrp_dump(). This can happen when ...
CVE-2023-52449
- EPSS 0.02%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:47
In the Linux kernel, the following vulnerability has been resolved: mtd: Fix gluebi NULL pointer dereference caused by ftl notifier If both ftl.ko and gluebi.ko are loaded, the notifier of ftl triggers NULL pointer dereference when trying to access...
CVE-2023-52450
- EPSS 0.02%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:47
In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology() Get logical socket id instead of physical id in discover_upi_topology() to avoid out-of-bound acces...
CVE-2023-52451
- EPSS 0.01%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:47
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/memhp: Fix access beyond end of drmem array dlpar_memory_remove_by_index() may access beyond the bounds of the drmem lmb array when the LMB lookup fails to match an...
CVE-2023-52452
- EPSS 0.02%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:48
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix accesses to uninit stack slots Privileged programs are supposed to be able to read uninitialized stack memory (ever since 6715df8d5) but, before this patch, these accesses...
CVE-2024-26586
- EPSS 0.01%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 09:02:35
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix stack corruption When tc filters are first added to a net device, the corresponding local port gets bound to an ACL group in the device. The group con...
CVE-2024-26587
- EPSS 0.02%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 09:02:35
In the Linux kernel, the following vulnerability has been resolved: net: netdevsim: don't try to destroy PHC on VFs PHC gets initialized in nsim_init_netdevsim(), which is only called if (nsim_dev_port_is_pf()). Create a counterpart of nsim_init_n...
CVE-2024-26588
- EPSS 0.02%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 09:02:36
In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Prevent out-of-bounds memory access The test_tag test triggers an unhandled page fault: # ./test_tag [ 130.640218] CPU 0 Unable to handle kernel paging reques...
CVE-2024-26582
- EPSS 0.02%
- Veröffentlicht 21.02.2024 15:15:09
- Zuletzt bearbeitet 04.11.2025 19:17:01
In the Linux kernel, the following vulnerability has been resolved: net: tls: fix use-after-free with partial reads and async decrypt tls_decrypt_sg doesn't take a reference on the pages from clear_skb, so the put_page() in tls_decrypt_done release...
CVE-2024-26583
- EPSS 0.03%
- Veröffentlicht 21.02.2024 15:15:09
- Zuletzt bearbeitet 04.11.2025 19:17:01
In the Linux kernel, the following vulnerability has been resolved: tls: fix race between async notify and socket close The submitting thread (one which called recvmsg/sendmsg) may exit as soon as the async crypto handler calls complete() so any co...