CVE-2023-53214
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:42
- Zuletzt bearbeitet 14.01.2026 18:16:29
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential memory corruption in __update_iostat_latency() Add iotype sanity check to avoid potential memory corruption. This is to fix the compile error below: f...
CVE-2023-53213
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:41
- Zuletzt bearbeitet 14.01.2026 18:16:29
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() Fix a slab-out-of-bounds read that occurs in kmemdup() called from brcmf_get_assoc_ies(). The bug could occur when ...
CVE-2023-53211
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:39
- Zuletzt bearbeitet 14.01.2026 18:16:28
In the Linux kernel, the following vulnerability has been resolved: driver core: location: Free struct acpi_pld_info *pld before return false struct acpi_pld_info *pld should be freed before the return of allocation failure, to prevent memory leak,...
CVE-2023-53210
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:38
- Zuletzt bearbeitet 14.01.2026 18:16:28
In the Linux kernel, the following vulnerability has been resolved: md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid() r5l_flush_stripe_to_raid() will check if the list 'flushing_ios' is empty, and then submit 'flush_bio', however, r...
CVE-2023-53209
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:37
- Zuletzt bearbeitet 14.01.2026 18:16:28
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211_hwsim: Fix possible NULL dereference In a call to mac80211_hwsim_select_tx_link() the sta pointer might be NULL, thus need to check that it is not NULL before access...
CVE-2023-53208
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:36
- Zuletzt bearbeitet 14.01.2026 18:16:28
In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state When emulating nested VM-Exit, load L1's TSC multiplier if L1's desired ratio doesn't match the current ratio, n...
CVE-2023-53207
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:35
- Zuletzt bearbeitet 14.01.2026 18:16:28
In the Linux kernel, the following vulnerability has been resolved: ublk: fail to recover device if queue setup is interrupted In ublk_ctrl_end_recovery(), if wait_for_completion_interruptible() is interrupted by signal, queues aren't setup success...
CVE-2023-53206
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:34
- Zuletzt bearbeitet 04.12.2025 15:06:28
In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus_core) Fix NULL pointer dereference Pass i2c_client to _pmbus_is_enabled to drop the assumption that a regulator device is passed in. This will fix the issue of a NUL...
CVE-2023-53205
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:33
- Zuletzt bearbeitet 04.12.2025 15:06:38
In the Linux kernel, the following vulnerability has been resolved: KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler We do check for target CPU == -1, but this might change at the time we are going to use it. Hold the physi...
CVE-2023-53204
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:32
- Zuletzt bearbeitet 04.12.2025 15:06:57
In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix data-races around user->unix_inflight. user->unix_inflight is changed under spin_lock(unix_gc_lock), but too_many_unix_fds() reads it locklessly. Let's annotate the w...