CVSS: 5.5EPSS: 0%CPEs: 2EXPL: 0CVE-2023-54075 – ASoC: mediatek: common: Fix refcount leak in parse_dai_link_info
https://notcve.org/view.php?id=CVE-2023-54075
24 Dec 2025 — 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 unbalanced in case the for loop 'for_each_available_child_of_node' returns early. 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 return... • https://git.kernel.org/stable/c/4302187d955f166c03b4fa7c993b89ffbabfca4e •
CVSS: 6.6EPSS: 0%CPEs: 3EXPL: 0CVE-2023-54074 – net/mlx5e: Use correct encap attribute during invalidation
https://notcve.org/view.php?id=CVE-2023-54074
24 Dec 2025 — 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 the correct attribute by calling mlx5e_tc_get_encap_attr() helper instead of assuming encap action is always on default attribute. ... __kthread_parkme+0xd9/0x1d0 In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use cor... • https://git.kernel.org/stable/c/8300f225268be9ee2c0daf5a3f23929fcdcbf213 •
CVSS: 7.1EPSS: 0%CPEs: 4EXPL: 0CVE-2023-54073 – tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site
https://notcve.org/view.php?id=CVE-2023-54073
24 Dec 2025 — In the Linux kernel, the following vulnerability has been resolved: tpm: Add !... In the Linux kernel, the following vulnerability has been resolved: tpm: Add ! • https://git.kernel.org/stable/c/b006c439d58db625318bf2207feabf847510a8a6 •
CVSS: 5.5EPSS: 0%CPEs: 5EXPL: 0CVE-2023-54072 – ALSA: pcm: Fix potential data race at PCM memory allocation helpers
https://notcve.org/view.php?id=CVE-2023-54072
24 Dec 2025 — 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. 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. ... • https://git.kernel.org/stable/c/d4cfb30fce03093ad944e0b44bd8f40bdad5330e •
CVSS: 5.5EPSS: 0%CPEs: 3EXPL: 0CVE-2023-54071 – wifi: rtw88: use work to update rate to avoid RCU warning
https://notcve.org/view.php?id=CVE-2023-54071
24 Dec 2025 — 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_sta_rc_update(), so create a work to do original things. ... kthread_complete_and_exit+0x20/0x20 ret_from_fork+0x1f/0x30 In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: use work to update rate to avoid RCU war... • https://git.kernel.org/stable/c/c1edc86472fc3a5aa3b5c5c53c4e20f6a24992a6 •
CVSS: 6.2EPSS: 0%CPEs: 2EXPL: 0CVE-2023-54070 – igb: clean up in all error paths when enabling SR-IOV
https://notcve.org/view.php?id=CVE-2023-54070
24 Dec 2025 — 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 machine) when the module has been loaded with the max_vfs parameter set to some value !... 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: Enabl... • https://git.kernel.org/stable/c/50f303496d92e25b79bdfb73e3707ad0684ad67f •
CVSS: 7.8EPSS: 0%CPEs: 9EXPL: 0CVE-2023-54069 – ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
https://notcve.org/view.php?id=CVE-2023-54069
24 Dec 2025 — 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. 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. ... • https://git.kernel.org/stable/c/8659c5f4ffaacbe932849b98462c3d635b4eacea •
CVSS: 5.5EPSS: 0%CPEs: 6EXPL: 0CVE-2023-54068 – f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_pages()
https://notcve.org/view.php?id=CVE-2023-54068
24 Dec 2025 — 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 multiple times. 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... • https://git.kernel.org/stable/c/4c8ff7095bef64fc47e996a938f7d57f9e077da3 •
CVSS: 7.1EPSS: 0%CPEs: 3EXPL: 0CVE-2023-54067 – btrfs: fix race when deleting free space root from the dirty cow roots list
https://notcve.org/view.php?id=CVE-2023-54067
24 Dec 2025 — 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_cowonly_roots without taking the lock that protects it, which is struct btrfs_fs_info::trans_lock. 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 deletin... • https://git.kernel.org/stable/c/a5ed91828518ab076209266c2bc510adabd078df •
CVSS: 5.5EPSS: 0%CPEs: 5EXPL: 0CVE-2023-54066 – media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer
https://notcve.org/view.php?id=CVE-2023-54066
24 Dec 2025 — 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. ... Similar commit: commit 0ed554fd769a ("media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()") 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. ... Simi... • https://git.kernel.org/stable/c/1ea76d16569b7fc242b860c7e19549be028b13d1 •
