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 ...
CVE-2023-52627
- EPSS 0.01%
- Veröffentlicht 26.03.2024 18:15:09
- Zuletzt bearbeitet 29.04.2025 16:34:33
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7091r: Allow users to configure device events AD7091R-5 devices are supported by the ad7091r-5 driver together with the ad7091r-base driver. Those drivers declared iio ...
CVE-2024-26646
- EPSS 0.01%
- Veröffentlicht 26.03.2024 18:15:09
- Zuletzt bearbeitet 17.03.2025 15:19:07
In the Linux kernel, the following vulnerability has been resolved: thermal: intel: hfi: Add syscore callbacks for system-wide PM The kernel allocates a memory buffer and provides its location to the hardware, which uses it to update the HFI table....
CVE-2023-52621
- EPSS 0.01%
- Veröffentlicht 26.03.2024 18:15:08
- Zuletzt bearbeitet 25.11.2025 17:23:42
In the Linux kernel, the following vulnerability has been resolved: bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers These three bpf_map_{lookup,update,delete}_elem() helpers are also available for sleepable bpf program, so add ...
CVE-2023-52622
- EPSS 0.01%
- Veröffentlicht 26.03.2024 18:15:08
- Zuletzt bearbeitet 17.03.2025 15:19:52
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid online resizing failures due to oversized flex bg When we online resize an ext4 filesystem with a oversized flexbg_size, mkfs.ext4 -F -G 67108864 $dev -b 4096 100...