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

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_slow_start_after_idle. While reading sysctl_tcp_slow_start_after_idle, it can be changed concurrently. Thus, we need to add READ_ONCE() to it...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:32
  • Zuletzt bearbeitet 01.10.2025 20:16:49

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctl_tcp_early_retrans. While reading sysctl_tcp_early_retrans, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.

  • EPSS 0.11%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:14:05

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix combination of jit blinding and pointers to bpf subprogs. The combination of jit blinding and pointers to bpf subprogs causes: [ 36.989548] BUG: unable to handle page fa...

  • EPSS 0.14%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:36:08

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate BOOT sectors_per_clusters When the NTFS BOOT sectors_per_clusters field is > 0x80, it represents a shift value. Make sure that the shift value is not too large ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:33:36

In the Linux kernel, the following vulnerability has been resolved: zsmalloc: fix races between asynchronous zspage free and page migration The asynchronous zspage free worker tries to lock a zspage's entire page list without defending against page...

  • EPSS 0.15%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:31:42

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_qca: Use del_timer_sync() before freeing While looking at a crash report on a timer list being corrupted, which usually happens when a timer is freed while still act...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.01.2026 20:55:08

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak For some sev ioctl interfaces, the length parameter that is passed maybe less than or equal to SEV_FW_BLO...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:26:55

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: double hook unregistration in netns path __nft_release_hooks() is called from pre_netns exit path which unregisters the hooks, then the NETDEV_UNREGISTER even...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:26:31

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2 Remove WARNs that sanity check that KVM never lets a triple fault for L2 escape and incorrectly end up in L1...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 01.10.2025 20:16:45

In the Linux kernel, the following vulnerability has been resolved: exfat: check if cluster num is valid Syzbot reported slab-out-of-bounds read in exfat_clear_bitmap. This was triggered by reproducer calling truncute with size 0, which causes the ...