Canonical

Ubuntu Pro 18.04 LTS

4807 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:14
  • Zuletzt bearbeitet 12.05.2026 13:16:32

In the Linux kernel, the following vulnerability has been resolved: net/rose: prevent integer overflows in rose_setsockopt() In case of possible unpredictably large arguments passed to rose_setsockopt() and multiplied by extra values on top of that...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2025 02:15:14
  • Zuletzt bearbeitet 12.05.2026 13:16:33

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime After commit ec6bb299c7c3 ("md/md-bitmap: add 'sync_size' into struct md_bitmap_stats"), following panic is report...

  • EPSS 0.01%
  • Veröffentlicht 27.02.2025 02:15:13
  • Zuletzt bearbeitet 12.05.2026 13:16:25

In the Linux kernel, the following vulnerability has been resolved: net_sched: sch_sfq: don't allow 1 packet limit The current implementation does not work correctly with a limit of 1. iproute2 actually checks for this and this patch adds the check...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2025 02:15:11
  • Zuletzt bearbeitet 12.05.2026 13:16:25

In the Linux kernel, the following vulnerability has been resolved: pps: Fix a use-after-free On a board running ntpd and gpsd, I'm seeing a consistent use-after-free in sys_exit() from gpsd when rebooting: pps pps1: removed ------------[ ...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2025 02:15:11
  • Zuletzt bearbeitet 03.11.2025 20:16:56

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvc_status_init() function fails to allocate the int_urb, it will free the dev->status pointer but doesn't reset the pointer t...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2025 02:15:11
  • Zuletzt bearbeitet 12.05.2026 13:16:25

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix NULL pointer dereference on certain command aborts If a command is queued to the final usable TRB of a ring segment, the enqueue pointer is advanced to the subsequen...

  • EPSS 0.01%
  • Veröffentlicht 27.02.2025 02:15:11
  • Zuletzt bearbeitet 11.01.2026 17:15:51

In the Linux kernel, the following vulnerability has been resolved: xfrm: state: fix out-of-bounds read during lookup lookup and resize can run in parallel. The xfrm_state_hash_generation seqlock ensures a retry, but the hash functions can observe...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2025 02:15:10
  • Zuletzt bearbeitet 03.11.2025 20:16:55

In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl->tot_len" variable is controlled by the user. It comes from process_responses(). On 32bit systems, the "gl->tot_le...

  • EPSS 0.01%
  • Veröffentlicht 27.02.2025 02:15:10
  • Zuletzt bearbeitet 23.10.2025 18:00:26

In the Linux kernel, the following vulnerability has been resolved: udp: Deal with race between UDP socket address change and rehash If a UDP socket changes its local address while it's receiving datagrams, as a result of connect(), there is a peri...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2025 02:15:10
  • Zuletzt bearbeitet 23.10.2025 17:59:01

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when run_delalloc_nocow() failed [BUG] With CONFIG_DEBUG_VM set, test case generic/476 has some chance to crash with the following VM_BUG_ON_FOLIO():...