- EPSS 0.03%
- Veröffentlicht 24.12.2025 12:23:17
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: common: Fix refcount leak in parse_dai_link_info Add missing of_node_put()s before the returns to balance of_node_get()s and of_node_put()s, which may get unbalance...
- EPSS 0.03%
- Veröffentlicht 24.12.2025 12:23:16
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site The following crash was reported: [ 1950.279393] list_del corruption, ffff99560d485790->next is NULL [ 195...
- EPSS 0.02%
- Veröffentlicht 24.12.2025 12:23:16
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use correct encap attribute during invalidation With introduction of post action infrastructure most of the users of encap attribute had been modified in order to obtain...
- EPSS 0.04%
- Veröffentlicht 24.12.2025 12:23:15
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential data race at PCM memory allocation helpers The PCM memory allocation helpers have a sanity check against too many buffer allocations. However, the check i...
- EPSS 0.03%
- Veröffentlicht 24.12.2025 12:23:14
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: igb: clean up in all error paths when enabling SR-IOV After commit 50f303496d92 ("igb: Enable SR-IOV after reinit"), removing the igb module could hang or crash (depending on the m...
- EPSS 0.02%
- Veröffentlicht 24.12.2025 12:23:14
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: use work to update rate to avoid RCU warning The ieee80211_ops::sta_rc_update must be atomic, because ieee80211_chan_bw_change() holds rcu_read lock while calling drv_...
- EPSS 0.04%
- Veröffentlicht 24.12.2025 12:23:13
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow When we calculate the end position of ext4_free_extent, this position may be exactly where ext4_lblk_t (i.e. uint) overflows...
- EPSS 0.02%
- Veröffentlicht 24.12.2025 12:23:12
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when deleting free space root from the dirty cow roots list When deleting the free space tree we are deleting the free space root from the list fs_info->dirty_cowon...
- EPSS 0.04%
- Veröffentlicht 24.12.2025 12:23:12
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_pages() BUG_ON() will be triggered when writing files concurrently, because the same page is writtenback...
- EPSS 0.03%
- Veröffentlicht 24.12.2025 12:23:11
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer In gl861_i2c_master_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former ch...