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...
CVE-2023-53203
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:31
- Zuletzt bearbeitet 04.12.2025 15:07:07
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_val In order to fix a possible NULL pointer dereference in mt7996_mac_write_txwi() of vif pointer, export mt76_connac2_mac_tx_r...
CVE-2023-53202
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:30
- Zuletzt bearbeitet 03.12.2025 19:41:02
In the Linux kernel, the following vulnerability has been resolved: PM: domains: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To make ...
CVE-2023-53201
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:29
- Zuletzt bearbeitet 04.12.2025 15:07:21
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: wraparound mbox producer index Driver is not handling the wraparound of the mbox producer index correctly. Currently the wraparound happens once u32 max is reached. ...
CVE-2023-53200
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:28
- Zuletzt bearbeitet 04.12.2025 15:07:32
In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: fix percpu counter block leak on error path when creating new netns Here is the stack where we allocate percpu counter block: +-< __alloc_percpu +-< xt_...