CVE-2023-52819
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:19
- Zuletzt bearbeitet 02.04.2025 15:00:39
In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga For pptable structs that use flexible array sizes, use flexible arrays.
CVE-2023-52796
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 23.09.2025 20:12:37
In the Linux kernel, the following vulnerability has been resolved: ipvlan: add ipvlan_route_v6_outbound() helper Inspired by syzbot reports using a stack of multiple ipvlan devices. Reduce stack size needed in ipvlan_process_v6_outbound() by movi...
CVE-2023-52799
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 06.03.2025 12:53:53
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbFindLeaf Currently while searching for dmtree_t for sufficient free blocks there is an array out of bounds while getting element in tp->dm_s...
- EPSS 0.04%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 08.06.2024 12:15:09
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-52803
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 23.09.2025 20:14:24
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix RPC client cleaned up the freed pipefs dentries RPC client pipefs dentries cleanup is in separated rpc_remove_pipedir() workqueue,which takes care about pipefs superblo...
CVE-2023-52804
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 23.09.2025 22:40:37
In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Add validity check for db_maxag and db_agpref Both db_maxag and db_agpref are used as the index of the db_agfree array, but there is currently no validity check for db_maxa...
CVE-2023-52805
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 01.10.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against the agno of the iag while allocating new inodes to avoid fragmentation problem. Added the check w...
CVE-2023-52806
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 21.11.2024 08:40:37
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fix possible null-ptr-deref when assigning a stream While AudioDSP drivers assign streams exclusively of HOST or LINK type, nothing blocks a user to attempt to assign a ...
CVE-2023-52781
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 25.09.2025 16:40:04
In the Linux kernel, the following vulnerability has been resolved: usb: config: fix iteration issue in 'usb_get_bos_descriptor()' The BOS descriptor defines a root descriptor and is the base descriptor for accessing a family of related descriptors...
CVE-2023-52784
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 25.09.2025 16:35:19
In the Linux kernel, the following vulnerability has been resolved: bonding: stop the device in bond_setup_by_slave() Commit 9eed321cde22 ("net: lapbether: only support ethernet devices") has been able to keep syzbot away from net/lapb, until today...