Linux

Linux

11868 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.18%
  • Veröffentlicht 15.08.2026 05:58:46
  • Zuletzt bearbeitet 17.08.2026 06:19:31

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject exclusive maps as inner maps in map-in-map An exclusive map (created with excl_prog_hash) is bound to a single program by hash: check_map_prog_compatibility() refuses t...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:45
  • Zuletzt bearbeitet 17.08.2026 06:19:30

In the Linux kernel, the following vulnerability has been resolved: ext2: fix ignored return value of generic_write_sync() Fix ext2_dio_write_iter() to propagate the error returned by generic_write_sync() instead of silently discarding it, which co...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:44
  • Zuletzt bearbeitet 17.08.2026 06:19:30

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject exclusive maps for bpf_map_elem iterators Exclusive maps (aka excl_prog_hash) are meant to be reachable only from the single program whose hash matches. This is enforce...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:44
  • Zuletzt bearbeitet 17.08.2026 06:19:30

In the Linux kernel, the following vulnerability has been resolved: nvme: fix FDP fdpcidx bounds check The fdpcidx bounds check sets n = NUMFDPC + 1 but used > instead of >=, incorrectly accepting fdp_idx when it equals n (i.e. NUMFDPC + 1).

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:43
  • Zuletzt bearbeitet 17.08.2026 06:19:30

In the Linux kernel, the following vulnerability has been resolved: configfs_lookup(): don't leave ->s_dentry dangling on failure Normally ->s_dentry is cleared when dentry it's pointing to becomes negative (on eviction, realistically). However, t...

  • EPSS 0.16%
  • Veröffentlicht 15.08.2026 05:58:42
  • Zuletzt bearbeitet 17.08.2026 06:19:30

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix KASAN slab-out-of-bounds in amdgpu_coredump ring dump The ring content dump in amdgpu_coredump() uses two separate loops over adev->rings[]: the first counts rings ...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:42
  • Zuletzt bearbeitet 17.08.2026 06:19:30

In the Linux kernel, the following vulnerability has been resolved: ext4: fix fast commit wait/wake bit mapping on 64-bit On 64-bit, ext4 dynamic inode states live in the upper half of i_flags, and ext4_test_inode_state() applies the corresponding ...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:41
  • Zuletzt bearbeitet 17.08.2026 06:19:30

In the Linux kernel, the following vulnerability has been resolved: vhost: fix vhost_get_avail_idx for a non empty ring vhost_get_avail_idx is supposed to report whether it has updated vq->avail_idx. Instead, it returns whether all entries have bee...

  • EPSS 0.16%
  • Veröffentlicht 15.08.2026 05:58:40
  • Zuletzt bearbeitet 17.08.2026 06:19:30

In the Linux kernel, the following vulnerability has been resolved: bpf: Take mmap_lock in zap_pages() zap_vma_range() requires the owning mm's mmap_lock to be held. Taking mmap_read_lock under arena->lock would AB-BA against arena_vm_close() and ...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:40
  • Zuletzt bearbeitet 17.08.2026 06:19:30

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info->node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the device_rbtree_insert() c...