Canonical

Ubuntu 20.04 LTS

3473 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 16:11:57
  • Zuletzt bearbeitet 14.01.2026 19:16:25

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211_hwsim: drop short frames While technically some control frames like ACK are shorter and end after Address 1, such frames shouldn't be forwarded through wmediumd or s...

  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 16:11:54
  • Zuletzt bearbeitet 14.01.2026 19:16:25

In the Linux kernel, the following vulnerability has been resolved: recordmcount: Fix memory leaks in the uwrite function Common realloc mistake: 'file_append' nulled but not freed upon failure

  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 16:11:53
  • Zuletzt bearbeitet 14.01.2026 19:16:25

In the Linux kernel, the following vulnerability has been resolved: ext4: fix WARNING in mb_find_extent Syzbot found the following issue: EXT4-fs: Warning: mounting with data=journal disables delayed allocation, dioread_nolock, O_DIRECT and fast_c...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:11:51
  • Zuletzt bearbeitet 14.01.2026 19:16:24

In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fb_info.dev Do not assing the Linux device to struct fb_info.dev. The call to register_framebuffer() initializes the field to the fbdev dev...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:11:50
  • Zuletzt bearbeitet 14.01.2026 19:16:24

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix wrong setting of max_corr_read_errors There is no input check when echo md/max_read_errors and overflow might occur. Add check of input number.

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:11:49
  • Zuletzt bearbeitet 14.01.2026 19:16:24

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput During unmount process of nilfs2, nothing holds nilfs_root structure after nilfs2 detaches its writer in nilfs_...

  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 16:11:47
  • Zuletzt bearbeitet 14.01.2026 19:16:23

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix integer overflow in radeon_cs_parser_init The type of size is unsigned, if size is 0x40000000, there will be an integer overflow, size will be zero after size *= si...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:11:46
  • Zuletzt bearbeitet 14.01.2026 19:16:23

In the Linux kernel, the following vulnerability has been resolved: rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails If getting an ID or setting up a work queue in rbd_dev_create() fails, use-after-free on rbd_dev->rbd_client, ...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:11:46
  • Zuletzt bearbeitet 14.01.2026 19:16:23

In the Linux kernel, the following vulnerability has been resolved: net: fec: Better handle pm_runtime_get() failing in .remove() In the (unlikely) event that pm_runtime_get() (disguised as pm_runtime_resume_and_get()) fails, the remove callback re...

  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 16:11:44
  • Zuletzt bearbeitet 14.01.2026 19:16:23

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free Fix potential use-after-free in l2cap_le_command_rej.