Canonical

Ubuntu Pro 14.04 LTS

4792 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:09:44
  • Zuletzt bearbeitet 10.11.2025 20:16:57

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in ata_tdev_add() In ata_tdev_add(), the return value of transport_add_device() is not checked. As a result, it causes null-ptr-deref whil...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:09:44
  • Zuletzt bearbeitet 10.11.2025 20:16:47

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in ata_tlink_add() In ata_tlink_add(), the return value of transport_add_device() is not checked. As a result, it causes null-ptr-deref wh...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:09:42
  • Zuletzt bearbeitet 10.11.2025 20:17:09

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDN_dsp_element_register() Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allo...

  • EPSS 0.07%
  • Veröffentlicht 01.05.2025 14:09:37
  • Zuletzt bearbeitet 07.11.2025 18:53:12

In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix error handling in ena_init() The ena_init() won't destroy workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. Call destroy_workque...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:09:34
  • Zuletzt bearbeitet 07.11.2025 19:37:53

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix skb leak in x25_lapb_receive_frame() x25_lapb_receive_frame() using skb_copy() to get a private copy of skb, the new skb should be freed in the undersized/fragmented s...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:09:25
  • Zuletzt bearbeitet 06.11.2025 22:07:27

In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger() If iio_trigger_register() returns error, it should call iio_trigger_free() to give up the reference that...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:09:24
  • Zuletzt bearbeitet 06.11.2025 22:07:22

In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init() dev_set_name() allocates memory for name, it need be freed when device_add() fails, call put_device() to give...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:09:21
  • Zuletzt bearbeitet 07.11.2025 19:32:49

In the Linux kernel, the following vulnerability has been resolved: scsi: zfcp: Fix double free of FSF request when qdio send fails We used to use the wrong type of integer in 'zfcp_fsf_req_send()' to cache the FSF request ID when sending a new FSF...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 14:09:20
  • Zuletzt bearbeitet 07.11.2025 19:32:44

In the Linux kernel, the following vulnerability has been resolved: misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram() `struct vmci_event_qp` allocated by qp_notify_peer() contains padding, which may carry uninitialized data to the u...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:09:15
  • Zuletzt bearbeitet 07.11.2025 17:47:48

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus() If device_register() fails in tcm_loop_setup_hba_bus(), the name allocated by dev_set_name() need be free...