- EPSS 0.02%
- Published 15.09.2025 14:21:38
- Last modified 15.09.2025 15:22:27
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...
- EPSS 0.02%
- Published 15.09.2025 14:21:37
- Last modified 15.09.2025 15:22:27
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...
- EPSS 0.02%
- Published 15.09.2025 14:21:36
- Last modified 15.09.2025 15:22:27
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...
- EPSS 0.02%
- Published 15.09.2025 14:21:35
- Last modified 15.09.2025 15:22:27
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...
- EPSS 0.02%
- Published 15.09.2025 14:21:34
- Last modified 15.09.2025 15:22:27
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...
- EPSS 0.02%
- Published 15.09.2025 14:21:33
- Last modified 15.09.2025 15:22:27
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...
- EPSS 0.03%
- Published 15.09.2025 14:21:32
- Last modified 15.09.2025 15:22:27
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...
- EPSS 0.02%
- Published 15.09.2025 14:21:31
- Last modified 15.09.2025 15:22:27
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...
- EPSS 0.02%
- Published 15.09.2025 14:21:30
- Last modified 15.09.2025 15:22:27
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 ...
- EPSS 0.03%
- Published 15.09.2025 14:21:29
- Last modified 15.09.2025 15:22:27
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. ...