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 26.02.2025 07:01:35
  • Zuletzt bearbeitet 01.10.2025 20:16:55

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

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

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

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:33
  • Zuletzt bearbeitet 01.10.2025 20:16:50

In the Linux kernel, the following vulnerability has been resolved: ip: Fix data-races around sysctl_ip_prot_sock. sysctl_ip_prot_sock is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:33
  • Zuletzt bearbeitet 01.10.2025 20:16:50

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

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

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - add param check for RSA Reject requests with a source buffer that is bigger than the size of the key. This is to prevent a possible integer underflow that might happe...

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

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - add param check for DH Reject requests with a source buffer that is bigger than the size of the key. This is to prevent a possible integer underflow that might happen...

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

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix memory leak in RSA When an RSA key represented in form 2 (as defined in PKCS #1 V2.1) is used, some components of the private key persist even after the TFM is re...

  • 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.10.2025 19:10:00

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits Use the recently introduced __try_cmpxchg_user() to update guest PTE A/D bits instead of mapping the PTE into kernel...

  • EPSS 0.09%
  • Veröffentlicht 26.02.2025 07:01:30
  • Zuletzt bearbeitet 01.10.2025 20:16:38

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential double free during failed mount RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=2088799