Canonical

Ubuntu 22.04 LTS

7957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:08
  • Zuletzt bearbeitet 14.01.2026 19:16:28

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one Eric Dumazet says: nf_conntrack_dccp_packet() has an unique: dh = skb_header_pointer(skb, da...

  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 16:12:07
  • Zuletzt bearbeitet 14.01.2026 19:16:28

In the Linux kernel, the following vulnerability has been resolved: genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask() If ipi_send_{mask|single}() is called with an invalid interrupt number, all the local variables there will be NUL...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:06
  • Zuletzt bearbeitet 14.01.2026 19:16:27

In the Linux kernel, the following vulnerability has been resolved: caif: fix memory leak in cfctrl_linkup_request() When linktype is unknown or kzalloc failed in cfctrl_linkup_request(), pkt is not released. Add release process to error path.

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:06
  • Zuletzt bearbeitet 14.01.2026 19:16:27

In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Check start of empty przs during init After commit 30696378f68a ("pstore/ram: Do not treat empty buffers as valid"), initialization would assume a prz was valid after s...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:04
  • Zuletzt bearbeitet 14.01.2026 19:16:27

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Enhance sanity check while generating attr_list ni_create_attr_list uses WARN_ON to catch error cases while generating attribute list, which only prints out stack trace a...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:01
  • Zuletzt bearbeitet 14.01.2026 19:16:27

In the Linux kernel, the following vulnerability has been resolved: powerpc: Don't try to copy PPR for task with NULL pt_regs powerpc sets up PF_KTHREAD and PF_IO_WORKER with a NULL pt_regs, which from my (arguably very short) checking is not commo...

  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 16:12:00
  • Zuletzt bearbeitet 14.01.2026 19:16:26

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer() Change logging from drm_{err,info}() to dev_{err,info}() in functions mtk_dp_aux_transfer() and mtk_dp_aux_do_tran...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:11:59
  • Zuletzt bearbeitet 14.01.2026 19:16:26

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Don't leak some plane state Apparently no one noticed that mdp5 plane states leak like a sieve ever since we introduced plane_state->commit refcount a few years ago i...

  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 16:11:58
  • Zuletzt bearbeitet 14.01.2026 19:16:26

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Wait for io return on terminate rport System crash due to use after free. Current code allows terminate_rport_io to exit before making sure all IOs has returned. For...

  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 16:11:58
  • Zuletzt bearbeitet 14.01.2026 19:16:26

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2_setsize when len is page aligned PAGE_ALIGN(x) macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply ...