Linux

Linux Kernel

12969 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:32:53
  • Zuletzt bearbeitet 03.11.2025 18:16:36

In the Linux kernel, the following vulnerability has been resolved: ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr A syzbot fuzzed image triggered a BUG_ON in ext4_update_inline_data() when an inode had the INLINE_DATA_FL flag set but...

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

In the Linux kernel, the following vulnerability has been resolved: fbdev: fix potential buffer overflow in do_register_framebuffer() The current implementation may lead to buffer overflow when: 1. Unregistration creates NULL gaps in registered_fb...

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

In the Linux kernel, the following vulnerability has been resolved: scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory is allocated In case of an ib_fast_reg_mr allocation failure during iSER setup, the machine hits a panic because iscsi...

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

In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Double-free fix When the bfad_im_probe() function fails during initialization, the memory pointed to by bfad->im is freed without setting bfad->im to NULL. Subsequently...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:32:50
  • Zuletzt bearbeitet 03.11.2025 18:16:35

In the Linux kernel, the following vulnerability has been resolved: jfs: Regular file corruption check The reproducer builds a corrupted file on disk with a negative i_size value. Add a check when opening this file to avoid subsequent operation fai...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:32:49
  • Zuletzt bearbeitet 03.11.2025 18:16:35

In the Linux kernel, the following vulnerability has been resolved: jfs: upper bound check of tree index in dbAllocAG When computing the tree index in dbAllocAG, we never check if we are out of bounds realative to the size of the stree. This could ...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:32:48
  • Zuletzt bearbeitet 03.11.2025 18:16:35

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structure If a call to lpfc_sli4_read_rev() from lpfc_sli4_hba_setup() fails, the resultant cleanup routine lpfc_sli...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:32:48
  • Zuletzt bearbeitet 03.11.2025 18:16:35

In the Linux kernel, the following vulnerability has been resolved: MIPS: Don't crash in stack_top() for tasks without ABI or vDSO Not all tasks have an ABI associated or vDSO mapped, for example kthreads never do. If such a task ever ends up calli...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:32:47
  • Zuletzt bearbeitet 03.11.2025 18:16:35

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: dib7090p: fix null-ptr-deref in dib7090p_rw_on_apb() In dib7090p_rw_on_apb, msg is controlled by user. When msg[0].buf is null and msg[0].len is zero, former ...

  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:32:46
  • Zuletzt bearbeitet 24.11.2025 19:45:16

In the Linux kernel, the following vulnerability has been resolved: exfat: add cluster chain loop check for dir An infinite loop may occur if the following conditions occur due to file system corruption. (1) Condition for exfat_count_dir_entries()...