Canonical

Ubuntu Pro 20.04 LTS

3682 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 07.10.2025 15:21:28
  • Zuletzt bearbeitet 26.02.2026 23:15:00

In the Linux kernel, the following vulnerability has been resolved: srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL Commit 994f706872e6 ("srcu: Make Tree SRCU able to operate without snp_node array") assumes that cpu 0 is always online...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:21:20
  • Zuletzt bearbeitet 26.02.2026 23:12:46

In the Linux kernel, the following vulnerability has been resolved: bnxt: avoid overflow in bnxt_get_nvram_directory() The value of an arithmetic expression is subject of possible overflow due to a failure to cast operands to a larger data type bef...

  • EPSS 0.01%
  • Veröffentlicht 07.10.2025 15:21:18
  • Zuletzt bearbeitet 03.02.2026 19:27:32

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that ice_eswitch_port_start_xmit might be called while some resources are still not allocated which might ca...

  • EPSS 0.01%
  • Veröffentlicht 07.10.2025 15:21:15
  • Zuletzt bearbeitet 06.02.2026 13:44:50

In the Linux kernel, the following vulnerability has been resolved: blk-mq: avoid double ->queue_rq() because of early timeout David Jeffery found one double ->queue_rq() issue, so far it can be triggered in VM use case because of long vmexit laten...

  • EPSS 0.01%
  • Veröffentlicht 07.10.2025 15:21:14
  • Zuletzt bearbeitet 26.02.2026 23:17:59

In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues The hctx's run_work may be racing with the elevator switch when reinitializing hardware queues. The queue is merely ...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:21:13
  • Zuletzt bearbeitet 26.02.2026 23:17:54

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request() This patch fixes a shift-out-of-bounds in brcmfmac that occurs in BIT(chiprev) when a 'chiprev' provid...

  • EPSS 0.01%
  • Veröffentlicht 07.10.2025 15:21:12
  • Zuletzt bearbeitet 26.02.2026 23:17:48

In the Linux kernel, the following vulnerability has been resolved: blk-iolatency: Fix memory leak on add_disk() failures When a gendisk is successfully initialized but add_disk() fails such as when a loop device has invalid number of minor device ...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:21:06
  • Zuletzt bearbeitet 26.02.2026 23:16:57

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow UDMA_CHAN_RT_*BCNT_REG stores the real-time channel bytecount statistics. These registers are 32-bit ha...

  • EPSS 0.01%
  • Veröffentlicht 07.10.2025 15:21:05
  • Zuletzt bearbeitet 26.02.2026 23:16:47

In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: omap4-common: Fix refcount leak bug In omap4_sram_init(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put() w...

  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:19:47
  • Zuletzt bearbeitet 03.02.2026 22:24:42

In the Linux kernel, the following vulnerability has been resolved: Input: exc3000 - properly stop timer on shutdown We need to stop the timer on driver unbind or probe failures, otherwise we get UAF/Oops.