CVE-2023-52693
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:20
- Zuletzt bearbeitet 17.12.2025 03:43:35
In the Linux kernel, the following vulnerability has been resolved: ACPI: video: check for error while searching for backlight device parent If acpi_get_parent() called in acpi_video_dev_register_backlight() fails, for example, because acpi_ut_acqu...
CVE-2023-52698
- EPSS 0.03%
- Veröffentlicht 17.05.2024 15:15:20
- Zuletzt bearbeitet 07.01.2025 20:18:13
In the Linux kernel, the following vulnerability has been resolved: calipso: fix memory leak in netlbl_calipso_add_pass() If IPv6 support is disabled at boot (ipv6.disable=1), the calipso_init() -> netlbl_calipso_ops_register() function isn't calle...
CVE-2023-52683
- EPSS 0.01%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 17.12.2025 03:43:50
In the Linux kernel, the following vulnerability has been resolved: ACPI: LPIT: Avoid u32 multiplication overflow In lpit_update_residency() there is a possibility of overflow in multiplication, if tsc_khz is large enough (> UINT_MAX/1000). Change...
- EPSS 0.04%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 18.06.2024 14:15:10
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-52686
- EPSS 0.01%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 21.11.2024 08:40:21
In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check in opal_event_init() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.
CVE-2023-52675
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:18
- Zuletzt bearbeitet 21.11.2024 08:40:20
In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Add a null pointer check in update_events_in_group() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.
CVE-2023-52676
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:18
- Zuletzt bearbeitet 25.09.2025 16:23:01
In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The ar...
CVE-2024-35835
- EPSS 0.16%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 07.04.2025 19:05:53
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfs_create_groups When `in` allocated by kvzalloc fails, arfs_create_groups will free ft->g and return an error. However, arfs_create_table, the on...
CVE-2024-35837
- EPSS 0.03%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 17.12.2025 19:22:58
In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: clear BM pool before initialization Register value persist after booting the kernel using kexec which results in kernel panic. Thus clear the BM pool registers before i...
CVE-2024-35830
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:19
- Zuletzt bearbeitet 17.12.2025 19:23:18
In the Linux kernel, the following vulnerability has been resolved: media: tc358743: register v4l2 async device only after successful setup Ensure the device has been setup correctly before registering the v4l2 async device, thus allowing userspace...