Canonical

Ubuntu 18.04 LTS

1647 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 25.03.2024 10:15:08
  • Zuletzt bearbeitet 13.03.2025 21:24:10

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix a crash if ->get_sset_count() fails If ds->ops->get_sset_count() fails then it "count" is a negative error code such as -EOPNOTSUPP. Because "i" is an unsigned int, ...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2024 10:15:08
  • Zuletzt bearbeitet 19.03.2025 16:28:58

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspi_request_dma()' should be undone by a 'dspi_release_dma()' call in the error handling path of the probe functi...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2024 10:15:08
  • Zuletzt bearbeitet 13.03.2025 21:23:24

In the Linux kernel, the following vulnerability has been resolved: tipc: skb_linearize the head skb when reassembling msgs It's not a good idea to append the frag skb to a skb's frag_list if the frag_list already has skbs from elsewhere, such as t...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2024 10:15:08
  • Zuletzt bearbeitet 03.03.2025 17:33:19

In the Linux kernel, the following vulnerability has been resolved: drm/meson: fix shutdown crash when component not probed When main component is not probed, by example when the dw-hdmi module is not loaded yet or in probe defer, the following cra...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2024 10:15:08
  • Zuletzt bearbeitet 17.03.2025 15:03:38

In the Linux kernel, the following vulnerability has been resolved: NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce() The value of mirror->pg_bytes_written should only be updated after a successful attempt to flush out the req...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2024 10:15:08
  • Zuletzt bearbeitet 17.03.2025 15:03:22

In the Linux kernel, the following vulnerability has been resolved: NFS: fix an incorrect limit in filelayout_decode_layout() The "sizeof(struct nfs_fh)" is two bytes too large and could lead to memory corruption. It should be NFS_MAXFHSIZE becaus...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2024 10:15:08
  • Zuletzt bearbeitet 03.03.2025 17:33:19

In the Linux kernel, the following vulnerability has been resolved: serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait' In 'rp2_probe', the driver registers 'rp2_uart_interrupt' then calls 'rp2_fw_cb' through 'request_firmware_...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2024 10:15:08
  • Zuletzt bearbeitet 17.03.2025 15:03:13

In the Linux kernel, the following vulnerability has been resolved: USB: usbfs: Don't WARN about excessively large memory allocations Syzbot found that the kernel generates a WARNing if the user tries to submit a bulk transfer through usbfs with a ...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2024 10:15:08
  • Zuletzt bearbeitet 21.11.2024 06:35:32

In the Linux kernel, the following vulnerability has been resolved: net: usb: fix memory leak in smsc75xx_bind Syzbot reported memory leak in smsc75xx_bind(). The problem was is non-freed memory in case of errors after memory allocation. backtrace...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2024 09:15:09
  • Zuletzt bearbeitet 20.12.2024 13:56:08

In the Linux kernel, the following vulnerability has been resolved: mld: fix panic in mld_newpack() mld_newpack() doesn't allow to allocate high order page, only order-0 allocation is allowed. If headroom size is too large, a kernel panic could occ...