CVE-2023-52635
- EPSS 0.01%
- Veröffentlicht 02.04.2024 07:15:41
- Zuletzt bearbeitet 17.03.2025 15:13:50
In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Synchronize devfreq_monitor_[start/stop] There is a chance if a frequent switch of the governor done in a loop result in timer list corruption where timer cancel bein...
CVE-2023-52636
- EPSS 0.02%
- Veröffentlicht 02.04.2024 07:15:41
- Zuletzt bearbeitet 17.03.2025 15:13:38
In the Linux kernel, the following vulnerability has been resolved: libceph: just wait for more data to be available on the socket A short read may occur while reading the message footer from the socket. Later, when the socket is ready for another...
CVE-2023-52631
- EPSS 0.03%
- Veröffentlicht 02.04.2024 07:15:40
- Zuletzt bearbeitet 08.04.2025 19:28:36
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix an NULL dereference bug The issue here is when this is called from ntfs_load_attr_list(). The "size" comes from le32_to_cpu(attr->res.data_size) so it can't overflow...
CVE-2023-52629
- EPSS 0.02%
- Veröffentlicht 29.03.2024 10:15:09
- Zuletzt bearbeitet 08.04.2025 19:28:53
In the Linux kernel, the following vulnerability has been resolved: sh: push-switch: Reorder cleanup operations to avoid use-after-free bug The original code puts flush_work() before timer_shutdown_sync() in switch_drv_remove(). Although we use flu...
CVE-2023-52628
- EPSS 0.01%
- Veröffentlicht 28.03.2024 08:15:25
- Zuletzt bearbeitet 04.11.2025 18:15:49
In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: exthdr: fix 4-byte stack OOB write If priv->len is a multiple of 4, then dst[len / 4] can write past the destination array which leads to stack corruption. Th...
CVE-2024-26651
- EPSS 0.02%
- Veröffentlicht 27.03.2024 14:15:10
- Zuletzt bearbeitet 04.11.2025 22:15:58
In the Linux kernel, the following vulnerability has been resolved: sr9800: Add check for usbnet_get_endpoints Add check for usbnet_get_endpoints() and return the error if it fails in order to transfer the error.
CVE-2024-26652
- EPSS 0.03%
- Veröffentlicht 27.03.2024 14:15:10
- Zuletzt bearbeitet 08.04.2025 19:29:03
In the Linux kernel, the following vulnerability has been resolved: net: pds_core: Fix possible double free in error handling path When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), Callback function pdsc_auxbus_dev...
CVE-2024-26648
- EPSS 0.02%
- Veröffentlicht 26.03.2024 18:15:10
- Zuletzt bearbeitet 08.04.2025 19:29:14
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix variable deferencing before NULL check in edp_setup_replay() In edp_setup_replay(), 'struct dc *dc' & 'struct dmub_replay *replay' was dereferenced before the ...
CVE-2023-52625
- EPSS 0.01%
- Veröffentlicht 26.03.2024 18:15:09
- Zuletzt bearbeitet 17.03.2025 15:19:34
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Refactor DMCUB enter/exit idle interface [Why] We can hang in place trying to send commands when the DMCUB isn't powered on. [How] We need to exit out of the idle...
CVE-2023-52626
- EPSS 0.04%
- Veröffentlicht 26.03.2024 18:15:09
- Zuletzt bearbeitet 17.03.2025 15:19:21
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix operation precedence bug in port timestamping napi_poll context Indirection (*) is of lower precedence than postfix increment (++). Logic in napi_poll context would ...