Linux

Linux Kernel

12373 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 20.02.2024 21:15:08
  • Last modified 27.12.2024 16:15:23

In the Linux kernel, the following vulnerability has been resolved: uio: Fix use-after-free in uio_open core-1 core-2 ------------------------------------------------------- uio_unregister_device uio_open idev = idr_find() device_unregister...

  • EPSS 0.01%
  • Published 20.02.2024 20:15:08
  • Last modified 21.11.2024 08:39:45

In the Linux kernel, the following vulnerability has been resolved: net: prevent mss overflow in skb_segment() Once again syzbot is able to crash the kernel in skb_segment() [1] GSO_BY_FRAGS is a forbidden value, but unfortunately the following co...

  • EPSS 0.02%
  • Published 20.02.2024 18:15:50
  • Last modified 17.01.2025 20:15:27

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential OOBs in smb2_parse_contexts() Validate offsets and lengths before dereferencing create contexts in smb2_parse_contexts(). This fixes following oops when...

  • EPSS 0.2%
  • Published 20.02.2024 13:15:09
  • Last modified 01.10.2025 19:15:33

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_rbtree: skip end interval element from gc rbtree lazy gc on insert might collect an end interval element that has been just added in this transactions, skip end ...

  • EPSS 0.02%
  • Published 20.02.2024 13:15:08
  • Last modified 25.03.2025 16:14:59

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction New elements in this transaction might expired before such transaction ends. Skip sync GC for such elem...

  • EPSS 0.05%
  • Published 12.02.2024 05:15:07
  • Last modified 07.05.2025 22:15:17

In the Linux kernel before 6.6.7, an untrusted VMM can trigger int80 syscall handling at any given point. This is related to arch/x86/coco/tdx/tdx.c and arch/x86/mm/mem_encrypt_amd.c.

  • EPSS 0.02%
  • Published 12.02.2024 03:15:32
  • Last modified 25.03.2025 16:15:17

dm_table_create in drivers/md/dm-table.c in the Linux kernel through 6.7.4 can attempt to (in alloc_targets) allocate more than INT_MAX bytes, and crash, because of a missing check for struct dm_ioctl.target_count.

  • EPSS 0.01%
  • Published 12.02.2024 03:15:32
  • Last modified 14.03.2025 19:15:45

create_empty_lvol in drivers/mtd/ubi/vtbl.c in the Linux kernel through 6.7.4 can attempt to allocate zero bytes, and crash, because of a missing check for ubi->leb_size.

  • EPSS 0.01%
  • Published 12.02.2024 03:15:32
  • Last modified 07.05.2025 21:16:03

A memory leak flaw was found in the UBI driver in drivers/mtd/ubi/attach.c in the Linux kernel through 6.7.4 for UBI_IOCATT, because kobj->name is not released.

Exploit
  • EPSS 0.01%
  • Published 12.02.2024 03:15:32
  • Last modified 13.03.2025 14:15:23

printer_write in drivers/usb/gadget/function/f_printer.c in the Linux kernel through 6.7.4 does not properly call usb_ep_queue, which might allow attackers to cause a denial of service or have unspecified other impact.