CVE-2026-46003
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:55:59
- Zuletzt bearbeitet 16.06.2026 15:26:14
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: ns: Limit the total number of nodes Currently, the nameserver doesn't limit the number of nodes it handles. This can be an attack vector if a malicious client starts reg...
CVE-2026-46002
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:55:57
- Zuletzt bearbeitet 16.06.2026 15:26:25
In the Linux kernel, the following vulnerability has been resolved: ext2: reject inodes with zero i_nlink and valid mode in ext2_iget() ext2_iget() already rejects inodes with i_nlink == 0 when i_mode is zero or i_dtime is set, treating them as del...
CVE-2026-46000
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:55:55
- Zuletzt bearbeitet 16.06.2026 13:14:03
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix conn-level packet handling to unshare RESPONSE packets The security operations that verify the RESPONSE packets decrypt bits of it in place - however, the sk_buff may be...
CVE-2026-45997
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:55:51
- Zuletzt bearbeitet 16.06.2026 13:41:25
In the Linux kernel, the following vulnerability has been resolved: scsi: sd: fix missing put_disk() when device_add(&disk_dev) fails If device_add(&sdkp->disk_dev) fails, put_device() runs scsi_disk_release(), which frees the scsi_disk but leaves ...
CVE-2026-45994
- EPSS 0.14%
- Veröffentlicht 27.05.2026 12:55:47
- Zuletzt bearbeitet 16.06.2026 13:47:38
In the Linux kernel, the following vulnerability has been resolved: ibmasm: fix OOB reads in command_file_write due to missing size checks The command_file_write() handler allocates a kernel buffer of exactly count bytes and copies user data into i...
CVE-2026-45993
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:55:46
- Zuletzt bearbeitet 16.06.2026 13:48:45
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Add spectre boundry for syscall dispatch table The LoongArch syscall number is directly controlled by userspace, but does not have a array_index_nospec() boundry to prev...
CVE-2026-45991
- EPSS 0.17%
- Veröffentlicht 27.05.2026 12:55:43
- Zuletzt bearbeitet 16.06.2026 13:50:27
In the Linux kernel, the following vulnerability has been resolved: udf: fix partition descriptor append bookkeeping Mounting a crafted UDF image with repeated partition descriptors can trigger a heap out-of-bounds write in part_descs_loc[]. handl...
CVE-2026-45988
- EPSS 0.46%
- Veröffentlicht 27.05.2026 12:55:39
- Zuletzt bearbeitet 16.06.2026 13:53:39
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix re-decryption of RESPONSE packets If a RESPONSE packet gets a temporary failure during processing, it may end up in a partially decrypted state - and then get requeued f...
CVE-2026-45987
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:55:38
- Zuletzt bearbeitet 16.06.2026 14:02:58
In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2 After VMRUN in guest mode, nested_sync_control_from_vmcb02() syncs fields written by the CPU from vmcb02 to the ...
CVE-2026-45986
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:55:35
- Zuletzt bearbeitet 16.06.2026 14:04:21
In the Linux kernel, the following vulnerability has been resolved: crypto: ccree - fix a memory leak in cc_mac_digest() Add cc_unmap_result() if cc_map_hash_request_final() fails to prevent potential memory leak.