CVE-2026-46016
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:56:17
- Zuletzt bearbeitet 16.06.2026 15:23:56
In the Linux kernel, the following vulnerability has been resolved: remoteproc: xlnx: Only access buffer information if IPI is buffered In the receive callback check if message is NULL to prevent possibility of crash by NULL pointer dereferencing.
CVE-2026-46014
- EPSS 0.09%
- Veröffentlicht 27.05.2026 12:56:16
- Zuletzt bearbeitet 16.06.2026 15:24:40
In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Add missing save/restore handling of LBR MSRs MSR_IA32_DEBUGCTLMSR and LBR MSRs are currently not enumerated by KVM_GET_MSR_INDEX_LIST, and LBR MSRs cannot be set with KV...
CVE-2026-46012
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:56:14
- Zuletzt bearbeitet 16.06.2026 15:25:03
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix memory leaks in rxkad_verify_response() Fix rxkad_verify_response() to free the ticket and the server key under all circumstances by initialising the ticket pointer to N...
CVE-2026-46011
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:56:13
- Zuletzt bearbeitet 16.06.2026 15:25:13
In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: fix use-after-free in release path due to uncancelled work The mtk_jpeg_release() function frees the context structure (ctx) without first cancelling any pending o...
CVE-2026-46010
- EPSS 0.4%
- Veröffentlicht 27.05.2026 12:56:11
- Zuletzt bearbeitet 16.06.2026 15:25:19
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix error handling in rxgk_extract_token() Fix a missing bit of error handling in rxgk_extract_token(): in the event that rxgk_decrypt_skb() returns -ENOMEM, it should just ...
CVE-2026-46009
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:56:09
- Zuletzt bearbeitet 16.06.2026 15:25:24
In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown epf_ntb_epc_destroy() duplicates the teardown that the caller is supposed to do later. This leads to an oops when .al...
CVE-2026-46008
- EPSS 0.08%
- Veröffentlicht 27.05.2026 12:56:08
- Zuletzt bearbeitet 16.06.2026 15:25:35
In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: fix damos_walk() vs kdamond_fn() exit race When kdamond_fn() main loop is finished, the function cancels remaining damos_walk() request and unset the damon_ctx->kdam...
CVE-2026-46007
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:56:06
- Zuletzt bearbeitet 16.06.2026 15:25:41
In the Linux kernel, the following vulnerability has been resolved: hwmon: (powerz) Avoid cacheline sharing for DMA buffer Depending on the architecture the transfer buffer may share a cacheline with the following mutex. As the buffer may be used f...
CVE-2026-46006
- EPSS 0.14%
- Veröffentlicht 27.05.2026 12:56:05
- Zuletzt bearbeitet 16.06.2026 15:25:48
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix u32 overflow in pushbuf reloc bounds check nouveau_gem_pushbuf_reloc_apply() validates each relocation with if (r->reloc_bo_offset + 4 > nvbo->bo.base.size) ...
CVE-2026-46005
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:56:03
- Zuletzt bearbeitet 16.06.2026 15:25:56
In the Linux kernel, the following vulnerability has been resolved: xfs: fix a resource leak in xfs_alloc_buftarg() In the error path, call fs_put_dax() to drop the DAX device reference.