Canonical

Ubuntu Pro 16.04 LTS

5719 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.28%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 18:44:24

In the Linux kernel, the following vulnerability has been resolved: net: phy: fix null-ptr-deref while probe() failed I got a null-ptr-deref report as following when doing fault injection test: BUG: kernel NULL pointer dereference, address: 000000...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 03:49:21

In the Linux kernel, the following vulnerability has been resolved: e100: Fix possible use after free in e100_xmit_prepare In e100_xmit_prepare(), if we can't map the skb, then return -ENOMEM, so e100_xmit_frame() will return NETDEV_TX_BUSY and the...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 03:48:53

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix error handling in iavf_init_module() The iavf_init_module() won't destroy workqueue when pci_register_driver() failed. Call destroy_workqueue() when pci_register_driver()...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 15:51:45

In the Linux kernel, the following vulnerability has been resolved: ixgbevf: Fix resource leak in ixgbevf_init_module() ixgbevf_init_module() won't destroy the workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. ...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 15:59:48

In the Linux kernel, the following vulnerability has been resolved: hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails Smatch report warning as follows: drivers/hwmon/ibmpex.c:509 ibmpex_register_bmc() warn: '&data->list' not remo...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 30.10.2024 21:50:50

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit() Syzkaller reported BUG as follows: BUG: sleeping function called from invalid context at inclu...

  • EPSS 0.26%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 04.11.2024 13:16:22

In the Linux kernel, the following vulnerability has been resolved: tracing: Free buffers when a used dynamic event is removed After 65536 dynamic events have been added and removed, the "type" field of the event then uses the first type number tha...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 25.10.2024 14:35:25

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry() Syzbot reported a null-ptr-deref bug: NILFS (loop0): segctord starting. Construction interval = 5 seconds...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 24.10.2024 19:03:50

In the Linux kernel, the following vulnerability has been resolved: hwmon: (coretemp) Check for null before removing sysfs attrs If coretemp_add_core() gets an error then pdata->core_data[indx] is already NULL and has been kfreed. Don't pass that t...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 24.10.2024 19:01:47

In the Linux kernel, the following vulnerability has been resolved: hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new() As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish usin...