CVE-2026-43125
- EPSS 0.43%
- Veröffentlicht 06.05.2026 11:27:10
- Zuletzt bearbeitet 09.07.2026 13:17:16
In the Linux kernel, the following vulnerability has been resolved: dlm: validate length in dlm_search_rsb_tree The len parameter in dlm_dump_rsb_name() is not validated and comes from network messages. When it exceeds DLM_RESNAME_MAXLEN, it can ca...
CVE-2026-43123
- EPSS 0.13%
- 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-2026-43121
- EPSS 0.09%
- Veröffentlicht 06.05.2026 11:27:08
- Zuletzt bearbeitet 12.05.2026 21:17:31
In the Linux kernel, the following vulnerability has been resolved: io_uring/zcrx: fix user_ref race between scrub and refill paths The io_zcrx_put_niov_uref() function uses a non-atomic check-then-decrement pattern (atomic_read followed by separat...
CVE-2025-71274
- EPSS 0.09%
- 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.12%
- Veröffentlicht 06.05.2026 11:27:06
- Zuletzt bearbeitet 05.06.2026 00:26:34
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-71271
- EPSS 0.13%
- Veröffentlicht 06.05.2026 11:27:05
- Zuletzt bearbeitet 12.05.2026 21:25:25
In the Linux kernel, the following vulnerability has been resolved: hfsplus: ensure sb->s_fs_info is always cleaned up When hfsplus was converted to the new mount api a bug was introduced by changing the allocation pattern of sb->s_fs_info. If setu...
CVE-2025-71272
- EPSS 0.13%
- 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.11%
- 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.12%
- 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.11%
- 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...