Debian

Debian 11 (bullseye)

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.07%
  • Veröffentlicht 01.05.2025 13:07:06
  • Zuletzt bearbeitet 04.11.2025 17:58:06

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix ttm_bo_delayed_delete oops Fix an oops in ttm_bo_delayed_delete which results from dererencing a dangling pointer: Oops: general protection fault, probably...

  • EPSS 0.07%
  • Veröffentlicht 01.05.2025 12:56:02
  • Zuletzt bearbeitet 04.11.2025 17:59:10

In the Linux kernel, the following vulnerability has been resolved: ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe() devm_ioremap() returns NULL on error. Currently, pxa_ata_probe() does not check for this case, which can re...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 12:56:01
  • Zuletzt bearbeitet 04.11.2025 18:00:21

In the Linux kernel, the following vulnerability has been resolved: tipc: fix memory leak in tipc_link_xmit In case the backlog transmit queue for system-importance messages is overloaded, tipc_link_xmit() returns -ENOBUFS but the skb list is not p...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:56:00
  • Zuletzt bearbeitet 07.05.2026 08:15:59

In the Linux kernel, the following vulnerability has been resolved: net: tls: explicitly disallow disconnect syzbot discovered that it can disconnect a TLS socket and then run into all sort of unexpected corner cases. I have a vague recollection of...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 12:55:55
  • Zuletzt bearbeitet 04.11.2025 18:05:16

In the Linux kernel, the following vulnerability has been resolved: net: ppp: Add bound checking for skb data on ppp_sync_txmung Ensure we have enough data in linear buffer from skb before accessing initial bytes. This prevents potential out-of-bou...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 12:55:50
  • Zuletzt bearbeitet 04.11.2025 18:08:18

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uninit-value access of imap allocated in the diMount() function syzbot reports that hex_dump_to_buffer is using uninit-value: ============================================...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 12:55:49
  • Zuletzt bearbeitet 04.11.2025 18:11:19

In the Linux kernel, the following vulnerability has been resolved: jfs: add sanity check for agwidth in dbMount The width in dmapctl of the AG is zero, it trigger a divide error when calculating the control page level in dbAllocAG. To avoid this ...

  • EPSS 0.04%
  • Veröffentlicht 01.05.2025 12:55:49
  • Zuletzt bearbeitet 04.11.2025 18:09:35

In the Linux kernel, the following vulnerability has been resolved: jfs: Prevent copying of nlink with value 0 from disk inode syzbot report a deadlock in diFree. [1] When calling "ioctl$LOOP_SET_STATUS64", the offset value passed in is 4, which d...

  • EPSS 0.07%
  • Veröffentlicht 01.05.2025 12:55:48
  • Zuletzt bearbeitet 04.11.2025 18:15:57

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks() syzbot reports an UBSAN issue as below: ------------[ cut here ]------------ UBSAN: array-index-out-of-boun...

  • EPSS 0.04%
  • Veröffentlicht 01.05.2025 12:55:47
  • Zuletzt bearbeitet 05.11.2025 17:50:57

In the Linux kernel, the following vulnerability has been resolved: net: vlan: don't propagate flags on open With the device instance lock, there is now a possibility of a deadlock: [ 1.211455] ============================================ [ ...