Debian

Debian 12 (bookworm)

11239 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:30:30

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave) Set the starting uABI size of KVM's guest FPU to 'struct kvm_xsave', i.e. to KVM's historical uABI size. ...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:26:55

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: double hook unregistration in netns path __nft_release_hooks() is called from pre_netns exit path which unregisters the hooks, then the NETDEV_UNREGISTER even...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 17:26:31

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2 Remove WARNs that sanity check that KVM never lets a triple fault for L2 escape and incorrectly end up in L1...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 01.10.2025 20:16:45

In the Linux kernel, the following vulnerability has been resolved: exfat: check if cluster num is valid Syzbot reported slab-out-of-bounds read in exfat_clear_bitmap. This was triggered by reproducer calling truncute with size 0, which causes the ...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 24.10.2025 15:50:35

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: re-fetch conntrack after insertion In case the conntrack is clashing, insertion can free skb->_nfct and set skb->_nfct to the already-confirmed entry. This w...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:31
  • Zuletzt bearbeitet 22.10.2025 19:10:00

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits Use the recently introduced __try_cmpxchg_user() to update guest PTE A/D bits instead of mapping the PTE into kernel...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:30
  • Zuletzt bearbeitet 01.10.2025 20:16:38

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential double free during failed mount RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=2088799

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:30
  • Zuletzt bearbeitet 01.10.2025 20:16:39

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg() In an attempt to log message 0126 with LOG_TRACE_EVENT, the following hard lockup call trace hangs the system. ...

  • EPSS 0.09%
  • Veröffentlicht 26.02.2025 07:01:30
  • Zuletzt bearbeitet 22.10.2025 17:15:36

In the Linux kernel, the following vulnerability has been resolved: ath11k: fix the warning of dev_wake in mhi_pm_disable_transition() When test device recovery with below command, it has warning in message as below. echo assert > /sys/kernel/debug...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:30
  • Zuletzt bearbeitet 01.10.2025 20:16:39

In the Linux kernel, the following vulnerability has been resolved: ipw2x00: Fix potential NULL dereference in libipw_xmit() crypt and crypt->ops could be null, so we need to checking null before dereference