CVE-2025-38711
- EPSS 0.11%
- Veröffentlicht 04.09.2025 15:33:01
- Zuletzt bearbeitet 12.05.2026 13:17:01
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...
CVE-2025-38708
- EPSS 0.16%
- Veröffentlicht 04.09.2025 15:32:59
- Zuletzt bearbeitet 12.05.2026 13:17:01
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...
CVE-2025-38707
- EPSS 0.16%
- Veröffentlicht 04.09.2025 15:32:58
- Zuletzt bearbeitet 12.05.2026 13:17:00
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add sanity check for file name The length of the file name should be smaller than the directory entry size.
CVE-2025-38706
- EPSS 0.18%
- Veröffentlicht 04.09.2025 15:32:57
- Zuletzt bearbeitet 12.05.2026 13:17:00
In the Linux kernel, the following vulnerability has been resolved: ASoC: core: Check for rtd == NULL in snd_soc_remove_pcm_runtime() snd_soc_remove_pcm_runtime() might be called with rtd == NULL which will leads to null pointer dereference. This w...
CVE-2025-38701
- EPSS 0.17%
- Veröffentlicht 04.09.2025 15:32:53
- Zuletzt bearbeitet 12.05.2026 13:16:59
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...
CVE-2025-38702
- EPSS 0.17%
- Veröffentlicht 04.09.2025 15:32:53
- Zuletzt bearbeitet 12.05.2026 13:17:00
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...
CVE-2025-38700
- EPSS 0.16%
- Veröffentlicht 04.09.2025 15:32:52
- Zuletzt bearbeitet 12.05.2026 13:16:59
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...
CVE-2025-38699
- EPSS 0.17%
- Veröffentlicht 04.09.2025 15:32:51
- Zuletzt bearbeitet 12.05.2026 13:16:59
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...
CVE-2025-38698
- EPSS 0.16%
- Veröffentlicht 04.09.2025 15:32:50
- Zuletzt bearbeitet 12.05.2026 13:16:59
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...
CVE-2025-38697
- EPSS 0.17%
- Veröffentlicht 04.09.2025 15:32:49
- Zuletzt bearbeitet 12.05.2026 13:16:59
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 ...