Debian

Debian 12 (bookworm)

11227 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:57
  • Zuletzt bearbeitet 17.05.2026 16:16:14

In the Linux kernel, the following vulnerability has been resolved: bonding: fix use-after-free due to enslave fail after slave array update Fix a use-after-free which happens due to enslave failure after the new slave has been added to the array. ...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:57
  • Zuletzt bearbeitet 03.04.2026 14:16:25

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: fix potential skb->frags overflow in RX path When receiving data in the DPMAIF RX path, the t7xx_dpmaif_set_frag_to_skb() function adds page fragments to an skb wi...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:56
  • Zuletzt bearbeitet 18.03.2026 15:03:29

In the Linux kernel, the following vulnerability has been resolved: rocker: fix memory leak in rocker_world_port_post_fini() In rocker_world_port_pre_init(), rocker_port->wpriv is allocated with kzalloc(wops->port_priv_size, GFP_KERNEL). However, i...

  • EPSS 0.01%
  • Veröffentlicht 14.02.2026 16:15:56
  • Zuletzt bearbeitet 18.03.2026 15:01:30

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix race between rfkill and nci_unregister_device(). syzbot reported the splat below [0] without a repro. It indicates that struct nci_dev.cmd_wq had been destroyed befo...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:55
  • Zuletzt bearbeitet 17.03.2026 21:12:01

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame(). syzbot reported various memory leaks related to NFC, struct nfc_llcp_sock, sk_buff, nfc_dev, etc. [0] The leading log hinted th...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:55
  • Zuletzt bearbeitet 25.03.2026 11:16:19

In the Linux kernel, the following vulnerability has been resolved: net: fix segmentation of forwarding fraglist GRO This patch enhances GSO segment handling by properly checking the SKB_GSO_DODGY flag for frag_list GSO packets, addressing low thro...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:55
  • Zuletzt bearbeitet 18.03.2026 14:40:43

In the Linux kernel, the following vulnerability has been resolved: efivarfs: fix error propagation in efivar_entry_get() efivar_entry_get() always returns success even if the underlying __efivar_entry_get() fails, masking errors. This may result ...

  • EPSS 0.01%
  • Veröffentlicht 14.02.2026 16:15:55
  • Zuletzt bearbeitet 25.03.2026 11:16:19

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not strictly require dirty metadata threshold for metadata writepages [BUG] There is an internal report that over 1000 processes are waiting at the io_schedule_timeout() ...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:54
  • Zuletzt bearbeitet 17.03.2026 21:13:01

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work hci_uart_set_proto() sets HCI_UART_PROTO_INIT before calling hci_uart_register_dev(), which calls proto->open() to in...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 15:36:10
  • Zuletzt bearbeitet 17.03.2026 21:13:17

In the Linux kernel, the following vulnerability has been resolved: ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref The error branch for ext4_xattr_inode_update_ref forget to release the refcount for iloc.bh. Find this when review code.