Debian

Debian 14 (forky)

13682 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 06.04.2026 13:20:35

In the Linux kernel, the following vulnerability has been resolved: can: gs_usb: fix time stamp counter initialization If the gs_usb device driver is unloaded (or unbound) before the interface is shut down, the USB stack first calls the struct usb_...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 06.04.2026 13:22:22

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf An integer overflow occurs in the iwl_write_to_user_buf() function, which is called by the iwl_dbgfs_monitor_data...

  • EPSS 0.01%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 06.04.2026 14:45:24

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix fget leak when fs don't support nowait buffered read Heming reported a BUG when using io_uring doing link-cp on ocfs2. [1] Do the following steps can reproduce this ...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 23.01.2026 20:07:02

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix a memory leak Add a forgotten kfree().

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 06.04.2026 14:45:48

In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbd_ioctl arg without verification. The UBSAN warning calltrace like below: UBSAN: Undefined beh...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 23.01.2026 20:07:22

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by dev_set_name() need be freed before module unloading, but they can not be freed because the kobject's ref...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 06.04.2026 13:04:25

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vm_dev vm_dev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocati...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 06.04.2026 14:45:59

In the Linux kernel, the following vulnerability has been resolved: macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF The previous commit 954d1fa1ac93 ("macvlan: Add netlink attribute for broadcast cutoff") added one additional attribute...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 06.04.2026 13:07:54

In the Linux kernel, the following vulnerability has been resolved: tipc: do not update mtu if msg_max is too small in mtu negotiation When doing link mtu negotiation, a malicious peer may send Activate msg with a very small mtu, e.g. 4 in Shuang's...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:54
  • Zuletzt bearbeitet 23.01.2026 02:04:50

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAF ib_dealloc_device() should be called only after device cleanup. Fix the dealloc sequence.