Linux

Linux

6448 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:12
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: sctp: linearize cloned gso packets in sctp_rcv A cloned head skb still shares these frag skbs in fraglist with the original head skb. It's not safe to access these frag skbs. syzb...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2025 15:33:11
  • Zuletzt bearbeitet 25.11.2025 22:07:31

In the Linux kernel, the following vulnerability has been resolved: net: kcm: Fix race condition in kcm_unattach() syzbot found a race condition when kcm_unattach(psock) and kcm_release(kcm) are executed at the same time. kcm_unattach() is missing...

  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:33:10
  • Zuletzt bearbeitet 25.11.2025 22:07:21

In the Linux kernel, the following vulnerability has been resolved: hfs: fix general protection fault in hfs_find_init() The hfs_find_init() method can trigger the crash if tree pointer is NULL: [ 45.746290][ T9787] Oops: general protection faul...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:09
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read() The hfsplus_bnode_read() method can trigger the issue: [ 174.852007][ T9784] =============================================...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:09
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: hfs: fix slab-out-of-bounds in hfs_bnode_read() This patch introduces is_bnode_offset_valid() method that checks the requested offset value. Also, it introduces check_and_correct_r...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:03
  • Zuletzt bearbeitet 03.11.2025 18:16:36

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() The hfsplus_readdir() method is capable to crash by calling hfsplus_uni2asc(): [ 667.121659][ T9805] ===================...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:02
  • Zuletzt bearbeitet 03.11.2025 18:16:36

In the Linux kernel, the following vulnerability has been resolved: hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file() When the volume header contains erroneous values that do not reflect the actual state of the filesystem, hfsplus_fil...

  • EPSS 0.04%
  • Veröffentlicht 04.09.2025 15:33:01
  • Zuletzt bearbeitet 03.11.2025 18:16:36

In the Linux kernel, the following vulnerability has been resolved: smb/server: avoid deadlock when linking with ReplaceIfExists If smb2_create_link() is called with ReplaceIfExists set and the name does exist then a deadlock will happen. ksmbd_vf...

  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:33:00
  • Zuletzt bearbeitet 25.11.2025 22:07:05

In the Linux kernel, the following vulnerability has been resolved: gfs2: Validate i_depth for exhash directories A fuzzer test introduced corruption that ends up with a depth of 0 in dir_e_read(), causing an undefined shift by 32 at: index = ha...

  • EPSS 0.07%
  • Veröffentlicht 04.09.2025 15:32:59
  • Zuletzt bearbeitet 03.11.2025 18:16:36

In the Linux kernel, the following vulnerability has been resolved: drbd: add missing kref_get in handle_write_conflicts With `two-primaries` enabled, DRBD tries to detect "concurrent" writes and handle write conflicts, so that even if you write to...