Debian

Debian 13 (trixie)

13946 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.14%
  • Veröffentlicht 27.05.2026 12:56:05
  • Zuletzt bearbeitet 16.06.2026 15:25:48

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix u32 overflow in pushbuf reloc bounds check nouveau_gem_pushbuf_reloc_apply() validates each relocation with if (r->reloc_bo_offset + 4 > nvbo->bo.base.size) ...

  • EPSS 0.13%
  • Veröffentlicht 27.05.2026 12:56:03
  • Zuletzt bearbeitet 16.06.2026 15:25:56

In the Linux kernel, the following vulnerability has been resolved: xfs: fix a resource leak in xfs_alloc_buftarg() In the error path, call fs_put_dax() to drop the DAX device reference.

  • 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 ...