Canonical

Ubuntu 22.04 LTS

7957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 23.07.2024 08:15:01
  • Zuletzt bearbeitet 03.11.2025 22:17:23

In the Linux kernel, the following vulnerability has been resolved: filelock: Remove locks reliably when fcntl/close race is detected When fcntl_setlk() races with close(), it removes the created lock with do_lock_file_wait(). However, LSMs can all...

  • EPSS 0.02%
  • Veröffentlicht 18.07.2024 07:15:02
  • Zuletzt bearbeitet 03.11.2025 22:17:23

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: don't allow mapping the MMIO HDP page with large pages We don't get the right offset in that case. The GPU has an unused 4K area of the register BAR space into which y...

  • EPSS 0.03%
  • Veröffentlicht 17.07.2024 07:15:01
  • Zuletzt bearbeitet 03.11.2025 22:17:22

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix overrunning reservations in ringbuf The BPF ring buffer internally is implemented as a power-of-2 sized circular buffer, with two logical and ever-increasing counters: con...

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 13:15:11
  • Zuletzt bearbeitet 21.11.2024 07:34:10

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Page fault in reply q processing A page fault was encountered in mpt3sas on a LUN reset error path: [ 145.763216] mpt3sas_cm1: Task abort tm failed: handle(0x0002)...

  • EPSS 0.01%
  • Veröffentlicht 16.07.2024 13:15:11
  • Zuletzt bearbeitet 21.11.2024 07:34:10

In the Linux kernel, the following vulnerability has been resolved: Input: aiptek - properly check endpoint type Syzbot reported warning in usb_submit_urb() which is caused by wrong endpoint type. There was a check for the number of endpoints, but ...

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 13:15:11
  • Zuletzt bearbeitet 21.11.2024 07:34:10

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: prevent integer overflow in rndis_set_response() If "BufOffset" is very large the "BufOffset + 8" operation can have an integer overflow.

  • EPSS 0.01%
  • Veröffentlicht 16.07.2024 13:15:11
  • Zuletzt bearbeitet 21.11.2024 07:34:11

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: Fix use-after-free bug by not setting udc->dev.driver The syzbot fuzzer found a use-after-free bug: BUG: KASAN: use-after-free in dev_uevent+0x712/0x780 drivers/base/...

Medienbericht
  • EPSS 0.01%
  • Veröffentlicht 16.07.2024 13:15:11
  • Zuletzt bearbeitet 21.11.2024 07:34:11

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix slab-out-of-bounds access in packet_recvmsg() syzbot found that when an AF_PACKET socket is using PACKET_COPY_THRESH and mmap operations, tpacket_rcv() is queueing ...

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 13:15:11
  • Zuletzt bearbeitet 21.11.2024 07:34:11

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix hang during reboot/shutdown Recent commit 974578017fc1 ("iavf: Add waiting so the port is initialized in remove") adds a wait-loop at the beginning of iavf_remove() to en...

  • EPSS 0.03%
  • Veröffentlicht 16.07.2024 13:15:11
  • Zuletzt bearbeitet 21.11.2024 07:34:12

In the Linux kernel, the following vulnerability has been resolved: block: release rq qos structures for queue without disk blkcg_init_queue() may add rq qos structures to request queue, previously blk_cleanup_queue() calls rq_qos_exit() to release...