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.12%
  • Veröffentlicht 26.02.2025 07:00:59
  • Zuletzt bearbeitet 25.03.2025 15:07:53

In the Linux kernel, the following vulnerability has been resolved: cxl/port: Hold port reference until decoder release KASAN + DEBUG_KOBJECT_RELEASE reports a potential use-after-free in cxl_decoder_release() where it goes to reference its parent,...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:59
  • Zuletzt bearbeitet 01.10.2025 20:15:57

In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add(): If thi...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:00:59
  • Zuletzt bearbeitet 21.10.2025 11:52:18

In the Linux kernel, the following vulnerability has been resolved: net: asix: add proper error handling of usb read errors Syzbot once again hit uninit value in asix driver. The problem still the same -- asix_read_cmd() reads less bytes, than was ...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:00:59
  • Zuletzt bearbeitet 21.10.2025 11:52:30

In the Linux kernel, the following vulnerability has been resolved: igc: avoid kernel warning when changing RX ring parameters Calling ethtool changing the RX ring parameters like this: $ ethtool -G eth0 rx 1024 on igc triggers kernel warnings ...

  • EPSS 0.11%
  • Veröffentlicht 26.02.2025 07:00:59
  • Zuletzt bearbeitet 21.10.2025 11:52:00

In the Linux kernel, the following vulnerability has been resolved: ptp: unregister virtual clocks when unregistering physical clock. When unregistering a physical clock which has some virtual clocks, unregister the virtual clocks with it. This fi...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:55

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full If tcp_bpf_sendmsg() is running while sk msg is full. When sk_msg_alloc() returns -ENOMEM error, tcp_bpf_sendmsg()...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:56

In the Linux kernel, the following vulnerability has been resolved: MIPS: pgalloc: fix memory leak caused by pgd_free() pgd page is freed by generic implementation pgd_free() since commit f9cb654cb550 ("asm-generic: pgalloc: provide generic pgd_fre...

  • EPSS 0.15%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 21:15:40

In the Linux kernel, the following vulnerability has been resolved: mips: cdmm: Fix refcount leak in mips_cdmm_phys_base The of_find_compatible_node() function returns a node pointer with refcount incremented, We should use of_node_put() on it when...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:56

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init The reference counting issue happens in several error handling paths on a refcounted object "nc->dmac". In the...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:56

In the Linux kernel, the following vulnerability has been resolved: ath10k: Fix error handling in ath10k_setup_msa_resources The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on it when...