Canonical

Ubuntu 24.04 LTS

5749 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:02:54
  • Zuletzt bearbeitet 18.06.2025 14:15:24

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:02:30
  • Zuletzt bearbeitet 18.11.2025 02:17:16

In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size On zoned filesystem, data write out is limited by max_zone_append_size, and a large ordered extent is split accor...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 10:54:40
  • Zuletzt bearbeitet 14.11.2025 19:39:56

In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf() A null pointer dereference can happen when attempting to access the "gsm->receive()" function in gsmld_receive_bu...

  • EPSS 0.05%
  • Veröffentlicht 18.06.2025 09:35:41
  • Zuletzt bearbeitet 14.11.2025 20:24:01

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix potential out-of-bound write If the caller wrote more characters, count is truncated to the max available space in "simple_write_to_buffer". Check that the inpu...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 09:33:54
  • Zuletzt bearbeitet 14.11.2025 20:23:34

In the Linux kernel, the following vulnerability has been resolved: spi-rockchip: Fix register out of bounds access Do not write native chip select stuff for GPIO chip selects. GPIOs can be numbered much higher than native CS. Also, it makes no sen...

  • EPSS 0.08%
  • Veröffentlicht 18.06.2025 09:33:53
  • Zuletzt bearbeitet 12.05.2026 13:16:42

In the Linux kernel, the following vulnerability has been resolved: crypto: algif_hash - fix double free in hash_accept If accept(2) is called on socket type algif_hash with MSG_MORE flag set and crypto_ahash_import fails, sk2 is freed. However, it...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 09:33:53
  • Zuletzt bearbeitet 14.11.2025 20:18:20

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Increase block_sequence array size [Why] It's possible to generate more than 50 steps in hwss_build_fast_sequence, for example with a 6-pipe asic where all pipes a...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 09:33:52
  • Zuletzt bearbeitet 17.12.2025 17:57:43

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix race of buffer access at PCM OSS layer The PCM OSS layer tries to clear the buffer with the silence data at initialization (or reconfiguration) of a stream with the ...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 09:33:51
  • Zuletzt bearbeitet 17.12.2025 17:58:32

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store() If the 'buf' array received from the user contains an empty string, the 'length' variable will be z...

  • EPSS 0.08%
  • Veröffentlicht 18.06.2025 09:33:50
  • Zuletzt bearbeitet 17.12.2025 18:54:49

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: protect vq->log_used with vq->mutex The vhost-scsi completion path may access vq->log_base when vq->log_used is already set to false. vhost-thread ...