Canonical

Ubuntu Pro 14.04 LTS

5459 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.18%
  • Veröffentlicht 26.02.2025 07:01:35
  • Zuletzt bearbeitet 01.10.2025 20:16:54

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

  • EPSS 0.18%
  • Veröffentlicht 26.02.2025 07:01:35
  • Zuletzt bearbeitet 01.10.2025 20:16:54

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

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

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

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

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

  • EPSS 0.18%
  • 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: tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts. While reading sysctl_tcp_thin_linear_timeouts, it can be changed concurrently. Thus, we need to add READ_ONCE() to its...

  • EPSS 0.19%
  • Veröffentlicht 26.02.2025 07:01:33
  • Zuletzt bearbeitet 22.10.2025 19:10:55

In the Linux kernel, the following vulnerability has been resolved: ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero It is possible to disable VFs while the PF driver is processing requests from the VF driver. This can result ...

  • EPSS 0.25%
  • 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.25%
  • 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.27%
  • Veröffentlicht 26.02.2025 07:01:32
  • Zuletzt bearbeitet 23.12.2025 14:16:16

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix uninit-value in mpol_rebind_policy() mpol_set_nodemask()(mm/mempolicy.c) does not set up nodemask when pol->mode is MPOL_LOCAL. Check pol->mode before access pol...

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

In the Linux kernel, the following vulnerability has been resolved: KVM: Don't null dereference ops->destroy A KVM device cleanup happens in either of two callbacks: 1) destroy() which is called when the VM is being destroyed; 2) release() which is...