Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 28.02.2024 09:15:39
  • Zuletzt bearbeitet 06.12.2024 20:56:10

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: avoid deadlock between hci_dev->lock and socket lock Commit eab2404ba798 ("Bluetooth: Add BT_PHY socket option") added a dependency between socket lock and hci_dev->lock...

  • EPSS 0.02%
  • Veröffentlicht 28.02.2024 09:15:39
  • Zuletzt bearbeitet 09.01.2025 15:31:27

In the Linux kernel, the following vulnerability has been resolved: ataflop: potential out of bounds in do_format() The function uses "type" as an array index: q = unit[drive].disk[type]->queue; Unfortunately the bounds check on "type" isn't don...

  • EPSS 0.02%
  • Veröffentlicht 28.02.2024 09:15:39
  • Zuletzt bearbeitet 09.01.2025 15:29:49

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix overflows checks in provide buffers Colin reported before possible overflow and sign extension problems in io_provide_buffers_prep(). As Linus pointed out previous at...

  • EPSS 0.04%
  • Veröffentlicht 28.02.2024 09:15:38
  • Zuletzt bearbeitet 06.12.2024 14:55:54

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix a memleak from userdata error path in new objects Release object name if userdata allocation fails.

  • EPSS 0.02%
  • Veröffentlicht 28.02.2024 09:15:38
  • Zuletzt bearbeitet 24.12.2024 14:42:47

In the Linux kernel, the following vulnerability has been resolved: arm64: entry: always set GIC_PRIO_PSR_I_SET during entry Zenghui reports that booting a kernel with "irqchip.gicv3_pseudo_nmi=1" on the command line hits a warning during kernel en...

  • EPSS 0.02%
  • Veröffentlicht 28.02.2024 09:15:38
  • Zuletzt bearbeitet 06.12.2024 14:56:48

In the Linux kernel, the following vulnerability has been resolved: ethernet:enic: Fix a use after free bug in enic_hard_start_xmit In enic_hard_start_xmit, it calls enic_queue_wq_skb(). Inside enic_queue_wq_skb, if some error happens, the skb will...

  • EPSS 0.02%
  • Veröffentlicht 28.02.2024 09:15:38
  • Zuletzt bearbeitet 08.01.2025 17:36:29

In the Linux kernel, the following vulnerability has been resolved: sctp: do asoc update earlier in sctp_sf_do_dupcook_a There's a panic that occurs in a few of envs, the call trace is as below: [] general protection fault, ... 0x29acd70f1000a: ...

  • EPSS 0.02%
  • Veröffentlicht 28.02.2024 09:15:38
  • Zuletzt bearbeitet 14.03.2025 18:59:18

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inode leak on getattr error in __fh_to_dentry

  • EPSS 0.01%
  • Veröffentlicht 28.02.2024 09:15:38
  • Zuletzt bearbeitet 11.04.2025 22:15:28

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Fix cwnd update ordering After a reconnect, the reply handler is opening the cwnd (and thus enabling more RPC Calls to be sent) /before/ rpcrdma_post_recvs() can post eno...

  • EPSS 0.02%
  • Veröffentlicht 28.02.2024 09:15:38
  • Zuletzt bearbeitet 09.12.2024 18:25:24

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null pointer dereference in svc_rqst_free() When alloc_pages_node() returns null in svc_rqst_alloc(), the null rq_scratch_page pointer will be dereferenced when calling...