Canonical

Ubuntu Pro 18.04 LTS

4807 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 01.04.2025 16:15:21
  • Zuletzt bearbeitet 03.11.2025 20:17:26

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use raw_spinlock to protect register access Use raw_spinlock in order to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is onl...

  • EPSS 0.01%
  • Veröffentlicht 01.04.2025 16:15:21
  • Zuletzt bearbeitet 03.11.2025 20:17:27

In the Linux kernel, the following vulnerability has been resolved: slimbus: messaging: Free transaction ID in delayed interrupt scenario In case of interrupt delay for any reason, slim_do_transfer() returns timeout error but the transaction ID (TI...

  • EPSS 0.03%
  • Veröffentlicht 01.04.2025 16:15:20
  • Zuletzt bearbeitet 03.11.2025 20:17:25

In the Linux kernel, the following vulnerability has been resolved: ftrace: Avoid potential division by zero in function_stat_show() Check whether denominator expression x * (x - 1) * 1000 mod {2^32, 2^64} produce zero and skip stddev computation i...

  • EPSS 0.03%
  • Veröffentlicht 01.04.2025 16:15:20
  • Zuletzt bearbeitet 03.11.2025 20:17:25

In the Linux kernel, the following vulnerability has been resolved: caif_virtio: fix wrong pointer check in cfv_probe() del_vqs() frees virtqueues, therefore cfv->vq_tx pointer should be checked for NULL before calling it, not cfv->vdev. Also the c...

  • EPSS 0.02%
  • Veröffentlicht 27.03.2025 16:43:59
  • Zuletzt bearbeitet 31.10.2025 18:49:02

In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Fix use of mutex in IRQs disabled section Current imc-pmu code triggers a WARNING with CONFIG_DEBUG_ATOMIC_SLEEP and CONFIG_PROVE_LOCKING enabled, while running a ...

  • EPSS 0.04%
  • Veröffentlicht 27.03.2025 16:43:48
  • Zuletzt bearbeitet 01.10.2025 18:15:36

In the Linux kernel, the following vulnerability has been resolved: net: enetc: avoid deadlock in enetc_tx_onestep_tstamp() This lockdep splat says it better than I could: ================================ WARNING: inconsistent lock state 6.2.0-rc2...

  • EPSS 0.02%
  • Veröffentlicht 27.03.2025 16:43:47
  • Zuletzt bearbeitet 01.10.2025 18:15:36

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tp_tunnel_register() The code in l2tp_tunnel_register() is racy in several ways: 1. It modifies the tunnel socket _after_ publishing it. 2. I...

  • EPSS 0.02%
  • Veröffentlicht 27.03.2025 16:43:40
  • Zuletzt bearbeitet 30.10.2025 16:20:51

In the Linux kernel, the following vulnerability has been resolved: bnxt: Do not read past the end of test names Test names were being concatenated based on a offset beyond the end of the first name, which tripped the buffer overflow detection logi...

  • EPSS 0.01%
  • Veröffentlicht 27.03.2025 16:43:39
  • Zuletzt bearbeitet 30.10.2025 16:23:48

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add sync after creating vram bo There will be data corruption on vram allocated by svm if the initialization is not complete and application is writting on the memory. ...

  • EPSS 0.01%
  • Veröffentlicht 27.03.2025 16:43:38
  • Zuletzt bearbeitet 01.10.2025 21:15:43

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential memory leaks in session setup Make sure to free cifs_ses::auth_key.response before allocating it as we might end up leaking memory in reconnect or mounting.