Linux

Linux

9650 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:21:33
  • Zuletzt bearbeitet 04.12.2025 15:06:38

In the Linux kernel, the following vulnerability has been resolved: KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler We do check for target CPU == -1, but this might change at the time we are going to use it. Hold the physi...

  • EPSS 0.11%
  • Veröffentlicht 15.09.2025 14:21:32
  • Zuletzt bearbeitet 04.12.2025 15:06:57

In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix data-races around user->unix_inflight. user->unix_inflight is changed under spin_lock(unix_gc_lock), but too_many_unix_fds() reads it locklessly. Let's annotate the w...

  • EPSS 0.13%
  • Veröffentlicht 15.09.2025 14:21:31
  • Zuletzt bearbeitet 04.12.2025 15:07:07

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_val In order to fix a possible NULL pointer dereference in mt7996_mac_write_txwi() of vif pointer, export mt76_connac2_mac_tx_r...

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:21:30
  • Zuletzt bearbeitet 03.12.2025 19:41:02

In the Linux kernel, the following vulnerability has been resolved: PM: domains: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To make ...

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:21:29
  • Zuletzt bearbeitet 04.12.2025 15:07:21

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: wraparound mbox producer index Driver is not handling the wraparound of the mbox producer index correctly. Currently the wraparound happens once u32 max is reached. ...

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:21:28
  • Zuletzt bearbeitet 04.12.2025 15:07:32

In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: fix percpu counter block leak on error path when creating new netns Here is the stack where we allocate percpu counter block: +-< __alloc_percpu +-< xt_...

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:21:27
  • Zuletzt bearbeitet 03.12.2025 19:39:44

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails Syzkaller detected a memory leak of skbs in ath9k_hif_usb_rx_stream(). While processing skbs in ath9k_hif_usb...

  • EPSS -
  • Veröffentlicht 15.09.2025 14:21:26
  • Zuletzt bearbeitet 16.09.2025 10:15:36

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:21:25
  • Zuletzt bearbeitet 03.12.2025 19:26:03

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2_stack_glue_init() ocfs2_table_header should be free in ocfs2_stack_glue_init() if ocfs2_sysfs_init() failed, otherwise kmemleak will report memleak....

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:21:24
  • Zuletzt bearbeitet 03.12.2025 19:25:31

In the Linux kernel, the following vulnerability has been resolved: qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure adapter->dcb would get silently freed inside qlcnic_dcb_enable() in case qlcnic_dcb_attach() would return an err...