Canonical

Ubuntu 25.10

3177 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.13%
  • Veröffentlicht 27.05.2026 12:56:01
  • Zuletzt bearbeitet 16.06.2026 15:26:04

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: Handle probe errors properly The probe procedure of setup_card() in caiaq driver doesn't treat the error cases gracefully, e.g. the error from snd_card_register() call...

  • EPSS 0.12%
  • Veröffentlicht 27.05.2026 12:55:59
  • Zuletzt bearbeitet 16.06.2026 15:26:14

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: ns: Limit the total number of nodes Currently, the nameserver doesn't limit the number of nodes it handles. This can be an attack vector if a malicious client starts reg...

  • EPSS 0.12%
  • Veröffentlicht 27.05.2026 12:55:57
  • Zuletzt bearbeitet 16.06.2026 15:26:25

In the Linux kernel, the following vulnerability has been resolved: ext2: reject inodes with zero i_nlink and valid mode in ext2_iget() ext2_iget() already rejects inodes with i_nlink == 0 when i_mode is zero or i_dtime is set, treating them as del...

  • EPSS 0.13%
  • Veröffentlicht 27.05.2026 12:55:56
  • Zuletzt bearbeitet 16.06.2026 15:26:30

In the Linux kernel, the following vulnerability has been resolved: hwmon: (pt5161l) Fix bugs in pt5161l_read_block_data() Fix two bugs in pt5161l_read_block_data(): 1. Buffer overrun: The local buffer rbuf is declared as u8 rbuf[24], but i2c_s...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:55:55
  • Zuletzt bearbeitet 16.06.2026 13:14:03

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix conn-level packet handling to unshare RESPONSE packets The security operations that verify the RESPONSE packets decrypt bits of it in place - however, the sk_buff may be...

  • EPSS 0.13%
  • Veröffentlicht 27.05.2026 12:55:53
  • Zuletzt bearbeitet 16.06.2026 13:14:55

In the Linux kernel, the following vulnerability has been resolved: erofs: fix unsigned underflow in z_erofs_lz4_handle_overlap() Some crafted images can have illegal (!partial_decoding && m_llen < m_plen) extents, and the LZ4 inplace decompression...

  • EPSS 0.13%
  • Veröffentlicht 27.05.2026 12:55:52
  • Zuletzt bearbeitet 03.07.2026 13:17:21

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix potential UAF after skb_unshare() failure If skb_unshare() fails to unshare a packet due to allocation failure in rxrpc_input_packet(), the skb pointer in the parent (rx...

  • EPSS 0.12%
  • Veröffentlicht 27.05.2026 12:55:51
  • Zuletzt bearbeitet 16.06.2026 13:41:25

In the Linux kernel, the following vulnerability has been resolved: scsi: sd: fix missing put_disk() when device_add(&disk_dev) fails If device_add(&sdkp->disk_dev) fails, put_device() runs scsi_disk_release(), which frees the scsi_disk but leaves ...

  • EPSS 0.14%
  • Veröffentlicht 27.05.2026 12:55:50
  • Zuletzt bearbeitet 16.06.2026 13:44:45

In the Linux kernel, the following vulnerability has been resolved: spi: imx: fix use-after-free on unbind The SPI subsystem frees the controller and any subsystem allocated driver data as part of deregistration (unless the allocation is device man...

  • EPSS 0.14%
  • Veröffentlicht 27.05.2026 12:55:47
  • Zuletzt bearbeitet 16.06.2026 13:47:38

In the Linux kernel, the following vulnerability has been resolved: ibmasm: fix OOB reads in command_file_write due to missing size checks The command_file_write() handler allocates a kernel buffer of exactly count bytes and copies user data into i...