Canonical

Ubuntu 20.04 LTS

3474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.23%
  • Veröffentlicht 17.08.2024 10:15:08
  • Zuletzt bearbeitet 03.11.2025 22:18:08

In the Linux kernel, the following vulnerability has been resolved: drm/qxl: Add check for drm_cvt_mode Add check for the return value of drm_cvt_mode() and return the error if it fails in order to avoid NULL pointer dereference.

  • EPSS 0.25%
  • Veröffentlicht 17.08.2024 10:15:08
  • Zuletzt bearbeitet 12.05.2026 12:17:07

In the Linux kernel, the following vulnerability has been resolved: leds: trigger: Unregister sysfs attributes before calling deactivate() Triggers which have trigger specific sysfs attributes typically store related data in trigger-data allocated ...

  • EPSS 0.23%
  • Veröffentlicht 17.08.2024 09:15:11
  • Zuletzt bearbeitet 03.11.2025 22:18:01

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes In cdv_intel_lvds_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to...

  • EPSS 0.27%
  • Veröffentlicht 17.08.2024 09:15:11
  • Zuletzt bearbeitet 03.11.2025 22:18:01

In the Linux kernel, the following vulnerability has been resolved: hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode() Syzbot reports uninitialized value access issue as below: loop0: detected capacity change from 0 to 64 ====...

  • EPSS 0.23%
  • Veröffentlicht 17.08.2024 09:15:11
  • Zuletzt bearbeitet 03.11.2025 22:18:02

In the Linux kernel, the following vulnerability has been resolved: media: venus: fix use after free in vdec_close There appears to be a possible use after free with vdec_close(). The firmware will add buffer release work to the work queue through ...

  • EPSS 0.23%
  • Veröffentlicht 17.08.2024 09:15:10
  • Zuletzt bearbeitet 03.11.2025 22:17:57

In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle inconsistent state in nilfs_btnode_create_block() Syzbot reported that a buffer state inconsistency was detected in nilfs_btnode_create_block(), triggering a kernel ...

  • EPSS 0.24%
  • Veröffentlicht 17.08.2024 09:15:10
  • Zuletzt bearbeitet 03.11.2025 22:17:57

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't dirty inode for readonly filesystem syzbot reports f2fs bug as below: kernel BUG at fs/f2fs/inode.c:933! RIP: 0010:f2fs_evict_inode+0x1576/0x1590 fs/f2fs/inode....

  • EPSS 0.23%
  • Veröffentlicht 17.08.2024 09:15:10
  • Zuletzt bearbeitet 03.11.2025 22:17:58

In the Linux kernel, the following vulnerability has been resolved: dev/parport: fix the array out-of-bounds risk Fixed array out-of-bounds issues caused by sprintf by replacing it with snprintf for safer data copying, ensuring the destination buff...

  • EPSS 0.22%
  • Veröffentlicht 17.08.2024 09:15:10
  • Zuletzt bearbeitet 12.05.2026 12:17:06

In the Linux kernel, the following vulnerability has been resolved: ext4: make sure the first directory block is not a hole The syzbot constructs a directory that has no dirblock but is non-inline, i.e. the first directory block is a hole. And no e...

  • EPSS 0.22%
  • Veröffentlicht 17.08.2024 09:15:10
  • Zuletzt bearbeitet 12.05.2026 12:17:06

In the Linux kernel, the following vulnerability has been resolved: ext4: check dot and dotdot of dx_root before making dir indexed Syzbot reports a issue as follows: ============================================ BUG: unable to handle page fault for...