- EPSS 0.15%
- Veröffentlicht 24.06.2026 16:28:48
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: KVM: Reject wrapped offset in kvm_reset_dirty_gfn() kvm_reset_dirty_gfn() guards the gfn range with if (!memslot || (offset + __fls(mask)) >= memslot->npages) return; but offs...
- EPSS 0.18%
- Veröffentlicht 24.06.2026 16:28:48
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_ct: fix missing expect put in obj eval nft_ct_expect_obj_eval() allocates an expectation and may call nf_ct_expect_related(), but never drops its local reference. A...
- EPSS 0.18%
- Veröffentlicht 24.06.2026 16:28:47
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic kvm_s390_pci_aif_enable(), kvm_s390_pci_aif_disable(), and aen_host_forward() index the GAIT by man...
CVE-2026-52967
- EPSS 0.4%
- Veröffentlicht 24.06.2026 16:28:46
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: smb/client: fix possible infinite loop and oob read in symlink_data() On 32-bit architectures, the infinite loop is as follows: len = p->ErrorDataLength == 0xfffffff8 u8 *next...
- EPSS 0.18%
- Veröffentlicht 24.06.2026 16:28:43
- Zuletzt bearbeitet 10.07.2026 19:23:34
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Bound MIDI endpoint descriptor scans snd_usbmidi_get_ms_info() validates the internal MIDIStreaming endpoint descriptor size before using baAssocJackID[], but the ...
- EPSS 0.18%
- Veröffentlicht 24.06.2026 16:28:42
- Zuletzt bearbeitet 10.07.2026 19:23:34
In the Linux kernel, the following vulnerability has been resolved: ceph: fix a buffer leak in __ceph_setxattr() The old_blob in __ceph_setxattr() can store ci->i_xattrs.prealloc_blob value during the retry. However, it is never called the ceph_buf...
CVE-2026-52960
- EPSS 0.36%
- Veröffentlicht 24.06.2026 16:28:41
- Zuletzt bearbeitet 10.07.2026 19:23:34
In the Linux kernel, the following vulnerability has been resolved: ceph: put folios not suitable for writeback The batch holds references to the folios (see `filemap_get_folios`, `folio_batch_release`), so we need to `folio_put` the folios we remo...
- EPSS 0.2%
- Veröffentlicht 24.06.2026 16:28:41
- Zuletzt bearbeitet 10.07.2026 19:23:34
In the Linux kernel, the following vulnerability has been resolved: ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size The generic/642 test-case can reproduce the kernel crash: [40243.605254] ------------[ cut here ]------------...
CVE-2026-52957
- EPSS 0.53%
- Veröffentlicht 24.06.2026 16:28:39
- Zuletzt bearbeitet 10.07.2026 19:23:34
In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential null-ptr-deref in decode_choose_args() A message of type CEPH_MSG_OSD_MAP contains an OSD map that itself contains a CRUSH map. When decoding this CRUSH map ...
CVE-2026-52958
- EPSS 0.54%
- Veröffentlicht 24.06.2026 16:28:39
- Zuletzt bearbeitet 10.07.2026 19:23:34
In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential out-of-bounds access in osdmap_decode() When decoding osd_state and osd_weight from an incoming osdmap in osdmap_decode(), both are decoded for each osd, i.e...