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.01%
  • Veröffentlicht 24.05.2024 15:15:13
  • Zuletzt bearbeitet 21.11.2024 06:36:25

In the Linux kernel, the following vulnerability has been resolved: nfp: Fix memory leak in nfp_cpp_area_cache_add() In line 800 (#1), nfp_cpp_area_alloc() allocates and initializes a CPP area structure. But in line 807 (#2), when the cache is allo...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:13
  • Zuletzt bearbeitet 21.11.2024 06:36:25

In the Linux kernel, the following vulnerability has been resolved: nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done The done() netlink callback nfc_genl_dump_ses_done() should check if received argument is non-NULL, because its allo...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:12
  • Zuletzt bearbeitet 29.09.2025 17:09:23

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix negative period/buffer sizes The period size calculation in OSS layer may receive a negative value as an error, but the code there assumes only the positive val...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:12
  • Zuletzt bearbeitet 24.09.2025 19:37:09

In the Linux kernel, the following vulnerability has been resolved: seg6: fix the iif in the IPv6 socket control block When an IPv4 packet is received, the ip_rcv_core(...) sets the receiving interface index into the IPv4 socket control block (v5.1...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:11
  • Zuletzt bearbeitet 06.01.2025 20:44:45

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix use-after-free due to delegation race A delegation break could arrive as soon as we've called vfs_setlease. A delegation break runs a callback which immediately (in nfsd...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:11
  • Zuletzt bearbeitet 29.09.2025 16:30:22

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Limit the period size to 16MB Set the practical limit to the period size (the fragment shift in OSS) instead of a full 31bit; a too large value could lead to the ex...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:09
  • Zuletzt bearbeitet 06.01.2025 20:45:41

In the Linux kernel, the following vulnerability has been resolved: iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove When ACPI type is ACPI_SMO8500, the data->dready_trig will not be set, the memory allocated by iio_triggered_bu...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:09
  • Zuletzt bearbeitet 06.01.2025 20:45:22

In the Linux kernel, the following vulnerability has been resolved: iio: mma8452: Fix trigger reference couting The mma8452 driver directly assigns a trigger to the struct iio_dev. The IIO core when done using this trigger will call `iio_trigger_pu...

  • EPSS 0.01%
  • Veröffentlicht 22.05.2024 09:15:11
  • Zuletzt bearbeitet 29.09.2025 16:34:59

In the Linux kernel, the following vulnerability has been resolved: usbnet: sanity check for maxpacket maxpacket of 0 makes no sense and oopses as we need to divide by it. Give up. V2: fixed typo in log and stylistic issues

  • EPSS 0.02%
  • Veröffentlicht 22.05.2024 09:15:11
  • Zuletzt bearbeitet 24.09.2025 19:16:48

In the Linux kernel, the following vulnerability has been resolved: nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells If a cell has 'nbits' equal to a multiple of BITS_PER_BYTE the logic *p &= GENMASK((cell->nbits%BITS_PER_BYTE) - 1, 0);...