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.29%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:29

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags In nvme_alloc_admin_tags, the admin_q can be set to an error (typically -ENOMEM) if the blk_mq_init_queue call fai...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 03.09.2025 17:15:32

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix errorenous cleanup order There is a logic error when removing rt5645 device as the function rt5645_i2c_remove() first cancel the &rt5645->jack_detect_work and del...

  • EPSS 0.26%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:30

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platform_get_resource_byname() It will cause null-ptr-deref if platform_get_resource_byname() returns NULL, we need check the return ...

  • EPSS 0.16%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:30

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.ko If the driver support subdev mode, the parameter "dev->pm.dev" will be NULL in mtk_vcodec_dec_remove. Ker...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:30

In the Linux kernel, the following vulnerability has been resolved: net: remove two BUG() from skb_checksum_help() I have a syzbot report that managed to get a crash in skb_checksum_help() If syzbot can trigger these BUG(), it makes sense to repla...

  • EPSS 0.27%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 01.10.2025 20:16:27

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init Syzbot reported that -1 is used as array index. The problem was in missing validation check. hdw->unit_number i...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 01.10.2025 20:16:27

In the Linux kernel, the following vulnerability has been resolved: regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dt of_node_get() returns a node with refcount incremented. Calling of_node_put() to drop the reference when not nee...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 01.10.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done.

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 01.10.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: Fix refcount leak in imx_sgtl5000_probe of_find_i2c_device_by_node() takes a reference, In error paths, we should call put_device() to drop the reference to aviod refoun...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:23
  • Zuletzt bearbeitet 22.10.2025 17:22:59

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix anon_dev leak in create_subvol() When btrfs_qgroup_inherit(), btrfs_alloc_tree_block, or btrfs_insert_root() fail in create_subvol(), we return without freeing anon_dev....