CVE-2026-45866
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:15:46
- Zuletzt bearbeitet 25.06.2026 21:06:52
In the Linux kernel, the following vulnerability has been resolved: serial: caif: fix use-after-free in caif_serial ldisc_close() There is a use-after-free bug in caif_serial where handle_tx() may access ser->tty after the tty has been freed. The ...
CVE-2026-45862
- EPSS 0.15%
- Veröffentlicht 27.05.2026 12:15:41
- Zuletzt bearbeitet 25.06.2026 21:07:19
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Flush cache for PASID table before using it When writing the address of a freshly allocated zero-initialized PASID table to a PASID directory entry, do that after the C...
CVE-2026-45860
- EPSS 0.69%
- Veröffentlicht 27.05.2026 12:15:40
- Zuletzt bearbeitet 25.06.2026 21:07:36
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conncount: increase the connection clean up limit to 64 After the optimization to only perform one GC per jiffy, a new problem was introduced. If more than 8 new conn...
CVE-2026-45858
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:15:37
- Zuletzt bearbeitet 25.06.2026 21:07:42
In the Linux kernel, the following vulnerability has been resolved: ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1 When allocating initialized blocks from a large unwritten extent, or when splitting an unwritten extent during en...
CVE-2026-45857
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:15:35
- Zuletzt bearbeitet 25.06.2026 21:07:45
In the Linux kernel, the following vulnerability has been resolved: scsi: csiostor: Fix dereference of null pointer rn The error exit path when rn is NULL ends up deferencing the null pointer rn via the use of the macro CSIO_INC_STATS. Fix this by ...
CVE-2026-45856
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:15:33
- Zuletzt bearbeitet 25.06.2026 21:07:52
In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_send ib_uverbs_post_send() uses cmd.wqe_size from userspace without any validation before passing it to kmalloc() a...
CVE-2026-45855
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:15:31
- Zuletzt bearbeitet 25.06.2026 21:08:02
In the Linux kernel, the following vulnerability has been resolved: ata: libata-scsi: avoid Non-NCQ command starvation When a non-NCQ command is issued while NCQ commands are being executed, ata_scsi_qc_issue() indicates to the SCSI layer that the ...
CVE-2026-45852
- EPSS 0.18%
- Veröffentlicht 27.05.2026 12:15:26
- Zuletzt bearbeitet 07.07.2026 12:16:51
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix double free in rxe_srq_from_init In rxe_srq_from_init(), the queue pointer 'q' is assigned to 'srq->rq.queue' before copying the SRQ number to user space. If copy_to_...
CVE-2026-45850
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:15:21
- Zuletzt bearbeitet 25.06.2026 21:03:27
In the Linux kernel, the following vulnerability has been resolved: ipvs: skip ipv6 extension headers for csum checks Protocol checksum validation fails for IPv6 if there are extension headers before the protocol header. iph->len already contains i...
CVE-2026-45848
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:15:12
- Zuletzt bearbeitet 25.06.2026 21:03:46
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix NULL sock in aa_sock_file_perm Deal with the potential that sock and sock-sk can be NULL during socket setup or teardown. This could lead to an oops. The fix for NULL...