CVE-2026-43123
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:09
- Zuletzt bearbeitet 12.05.2026 21:17:55
In the Linux kernel, the following vulnerability has been resolved: fbcon: check return value of con2fb_acquire_newinfo() If fbcon_open() fails when called from con2fb_acquire_newinfo() then info->fbcon_par pointer remains NULL which is later deref...
CVE-2025-71274
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:07
- Zuletzt bearbeitet 12.05.2026 21:25:11
In the Linux kernel, the following vulnerability has been resolved: rpmsg: core: fix race in driver_override_show() and use core helper The driver_override_show function reads the driver_override string without holding the device_lock. However, the...
CVE-2025-71273
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:06
- Zuletzt bearbeitet 12.05.2026 21:27:31
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Use devm_kmemdup() in rtw_set_supported_band() Simplify the code by using device managed memory allocations. This also fixes a memory leak in rtw_register_hw(). The s...
CVE-2025-71272
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:05
- Zuletzt bearbeitet 12.05.2026 21:28:49
In the Linux kernel, the following vulnerability has been resolved: most: core: fix resource leak in most_register_interface error paths The function most_register_interface() did not correctly release resources if it failed early (before registeri...
CVE-2026-43119
- EPSS 0.01%
- Veröffentlicht 06.05.2026 07:40:43
- Zuletzt bearbeitet 12.05.2026 21:36:28
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: annotate data-races around hdev->req_status __hci_cmd_sync_sk() sets hdev->req_status under hdev->req_lock: hdev->req_status = HCI_REQ_PEND; However, sev...
CVE-2026-43120
- EPSS 0.01%
- Veröffentlicht 06.05.2026 07:40:43
- Zuletzt bearbeitet 12.05.2026 21:37:37
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix double free related to rereg_user_mr If IB_MR_REREG_TRANS is set during rereg_user_mr, the umem will be released and a new one will be allocated in irdma_rereg_mr_t...
CVE-2026-43118
- EPSS 0.01%
- Veröffentlicht 06.05.2026 07:40:42
- Zuletzt bearbeitet 08.05.2026 17:30:34
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix zero size inode with non-zero size after log replay When logging that an inode exists, as part of logging a new name or logging new dir entries for a directory, we alway...
CVE-2026-43116
- EPSS 0.01%
- Veröffentlicht 06.05.2026 07:40:41
- Zuletzt bearbeitet 08.05.2026 17:49:36
In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: ensure safe access to master conntrack Holding reference on the expectation is not sufficient, the master conntrack object can just go away, making exp->maste...
CVE-2026-43117
- EPSS 0.06%
- Veröffentlicht 06.05.2026 07:40:41
- Zuletzt bearbeitet 08.05.2026 17:43:39
In the Linux kernel, the following vulnerability has been resolved: btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file() If overlay is used on top of btrfs, dentry->d_sb translates to overlay's super block and fsid assi...
CVE-2026-43115
- EPSS 0.01%
- Veröffentlicht 06.05.2026 07:40:40
- Zuletzt bearbeitet 08.05.2026 17:51:44
In the Linux kernel, the following vulnerability has been resolved: srcu: Use irq_work to start GP in tiny SRCU Tiny SRCU's srcu_gp_start_if_needed() directly calls schedule_work(), which acquires the workqueue pool->lock. This causes a lockdep sp...