CVE-2026-46004
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:56:01
- Zuletzt bearbeitet 16.06.2026 15:26:04
In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: Handle probe errors properly The probe procedure of setup_card() in caiaq driver doesn't treat the error cases gracefully, e.g. the error from snd_card_register() call...
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-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-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-45985
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:18:43
- Zuletzt bearbeitet 16.06.2026 14:05:15
In the Linux kernel, the following vulnerability has been resolved: ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O When allocating blocks during within-EOF DIO and writeback with dioread_nolock enabled, EXT4_GET_BLOCKS...
CVE-2026-45983
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:18:41
- Zuletzt bearbeitet 16.06.2026 02:39:11
In the Linux kernel, the following vulnerability has been resolved: nfsd: never defer requests during idmap lookup During v4 request compound arg decoding, some ops (e.g. SETATTR) can trigger idmap lookup upcalls. When those upcall responses get de...
CVE-2026-45981
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:18:39
- Zuletzt bearbeitet 16.06.2026 02:39:43
In the Linux kernel, the following vulnerability has been resolved: s390/cio: Fix device lifecycle handling in css_alloc_subchannel() `css_alloc_subchannel()` calls `device_initialize()` before setting up the DMA masks. If `dma_set_coherent_mask()`...
CVE-2026-45970
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:18:29
- Zuletzt bearbeitet 16.06.2026 02:42:53
In the Linux kernel, the following vulnerability has been resolved: bonding: alb: fix UAF in rlb_arp_recv during bond up/down The ALB RX path may access rx_hashtbl concurrently with bond teardown. During rapid bond up/down cycles, rlb_deinitialize(...