Canonical

Ubuntu 22.04 LTS

7962 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.09%
  • Veröffentlicht 18.06.2025 09:28:24
  • Zuletzt bearbeitet 17.12.2025 19:54:17

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxd_alloc Memory allocated for idxd is not freed if an error occurs during idxd_alloc(). To fix it, free the allocated m...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 09:28:23
  • Zuletzt bearbeitet 14.11.2025 19:02:05

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Refactor remove call with idxd_cleanup() helper The idxd_cleanup() helper cleans up perfmon, interrupts, internals and so on. Refactor remove call with the idxd_cl...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 09:28:21
  • Zuletzt bearbeitet 17.03.2026 13:09:22

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: csa unmap use uninterruptible lock After process exit to unmap csa and free GPU vm, if signal is accepted and then waiting to take vm lock is interrupted and return, it...

  • EPSS 0.12%
  • Veröffentlicht 18.06.2025 09:28:20
  • Zuletzt bearbeitet 17.12.2025 19:55:20

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: disable napi on driver removal A warning on driver removal started occurring after commit 9dd05df8403b ("net: warn if NAPI instance wasn't shut down"). Disable tx napi ...

  • EPSS 0.11%
  • Veröffentlicht 18.06.2025 09:28:17
  • Zuletzt bearbeitet 17.12.2025 20:03:23

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Add missing locking Recent kernels complain about a missing lock in k3-udma.c when the lock validator is enabled: [ 4.128073] WARNING: CPU: 0 PID: 746 a...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 09:28:17
  • Zuletzt bearbeitet 18.04.2026 09:16:10

In the Linux kernel, the following vulnerability has been resolved: net: mctp: Don't access ifa_index when missing In mctp_dump_addrinfo, ifa_index can be used to filter interfaces, but only when the struct ifaddrmsg is provided. Otherwise it will ...

  • EPSS 0.09%
  • Veröffentlicht 08.06.2025 10:34:56
  • Zuletzt bearbeitet 17.12.2025 20:03:40

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add locking for bcm_op runtime updates The CAN broadcast manager (CAN BCM) can send a sequence of CAN frames via hrtimer. The content and also the length of the sequence ...

  • EPSS 0.13%
  • Veröffentlicht 08.06.2025 10:34:55
  • Zuletzt bearbeitet 17.12.2025 20:04:26

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add missing rcu read protection for procfs content When the procfs content is generated for a bcm_op which is in the process to be removed the procfs output might show un...

  • EPSS 0.03%
  • Veröffentlicht 06.06.2025 13:41:45
  • Zuletzt bearbeitet 07.03.2026 12:15:53

In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice Savino says: "We are writing to report that this recent patch (141d34391abbb315d68556b7c67ad97885407...

  • EPSS 0.08%
  • Veröffentlicht 06.06.2025 13:15:39
  • Zuletzt bearbeitet 16.12.2025 20:21:40

In the Linux kernel, the following vulnerability has been resolved: sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() When enqueuing the first packet to an HFSC class, hfsc_enqueue() calls the child qdisc's peek() operation before...