Canonical

Ubuntu Pro 16.04 LTS

5033 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 08.11.2024 06:15:17
  • Zuletzt bearbeitet 01.10.2025 21:16:06

In the Linux kernel, the following vulnerability has been resolved: udf: refactor inode_bmap() to handle error Refactor inode_bmap() to handle error since udf_next_aext() can return error now. On situations like ftruncate, udf_extend_file() can now...

  • EPSS 0.01%
  • Veröffentlicht 08.11.2024 06:15:16
  • Zuletzt bearbeitet 03.11.2025 23:17:00

In the Linux kernel, the following vulnerability has been resolved: posix-clock: Fix missing timespec64 check in pc_clock_settime() As Andrew pointed out, it will make sense that the PTP core checked timespec64 struct's tv_sec and tv_nsec range bef...

  • EPSS 0.01%
  • Veröffentlicht 08.11.2024 06:15:16
  • Zuletzt bearbeitet 03.11.2025 23:17:01

In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: skip HugeTLB pages for unuse_vma I got a bad pud error and lost a 1GB HugeTLB when calling swapoff. The problem can be reproduced by the following steps: 1. Allocat...

  • EPSS 0.01%
  • Veröffentlicht 08.11.2024 06:15:16
  • Zuletzt bearbeitet 03.11.2025 23:17:02

In the Linux kernel, the following vulnerability has been resolved: nilfs2: propagate directory read errors from nilfs_find_entry() Syzbot reported that a task hang occurs in vcs_open() during a fuzzing test for nilfs2. The root cause of this prob...

  • EPSS 0.01%
  • Veröffentlicht 08.11.2024 06:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:58

In the Linux kernel, the following vulnerability has been resolved: ceph: remove the incorrect Fw reference check when dirtying pages When doing the direct-io reads it will also try to mark pages dirty, but for the read path it won't hold the Fw ca...

  • EPSS 0.01%
  • Veröffentlicht 08.11.2024 06:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:58

In the Linux kernel, the following vulnerability has been resolved: fbdev: sisfb: Fix strbuf array overflow The values of the variables xres and yres are placed in strbuf. These variables are obtained from strbuf1. The strbuf1 array contains digit ...

  • EPSS 0.04%
  • Veröffentlicht 08.11.2024 06:15:15
  • Zuletzt bearbeitet 03.03.2025 09:15:24

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.01%
  • Veröffentlicht 08.11.2024 06:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:58

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instance Deleting an NPIV instance requires all fabric ndlps to be released before an NPIV's resources can be t...

  • EPSS 0.01%
  • Veröffentlicht 07.11.2024 10:15:08
  • Zuletzt bearbeitet 03.11.2025 23:16:57

In the Linux kernel, the following vulnerability has been resolved: net: systemport: fix potential memory leak in bcm_sysport_xmit() The bcm_sysport_xmit() returns NETDEV_TX_OK without freeing skb in case of dma_map_single() fails, add dev_kfree_sk...

  • EPSS 0.01%
  • Veröffentlicht 07.11.2024 10:15:07
  • Zuletzt bearbeitet 03.11.2025 23:16:57

In the Linux kernel, the following vulnerability has been resolved: be2net: fix potential memory leak in be_xmit() The be_xmit() returns NETDEV_TX_OK without freeing skb in case of be_xmit_enqueue() fails, add dev_kfree_skb_any() to fix it.