CVE-2024-38598
- EPSS 0.03%
- Veröffentlicht 19.06.2024 14:15:19
- Zuletzt bearbeitet 12.05.2026 12:16:54
In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:wa...
CVE-2024-38599
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:19
- Zuletzt bearbeitet 12.05.2026 12:16:54
In the Linux kernel, the following vulnerability has been resolved: jffs2: prevent xattr node from overflowing the eraseblock Add a check to make sure that the requested xattr node size is no larger than the eraseblock minus the cleanmarker. Unlik...
CVE-2024-38582
- EPSS 0.12%
- Veröffentlicht 19.06.2024 14:15:18
- Zuletzt bearbeitet 04.11.2025 18:16:27
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential hang in nilfs_detach_log_writer() Syzbot has reported a potential hang in nilfs_detach_log_writer() called during nilfs2 unmount. Analysis revealed that this...
CVE-2024-38583
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:18
- Zuletzt bearbeitet 04.11.2025 18:16:27
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free of timer for log writer thread Patch series "nilfs2: fix log writer related issues". This bug fix series covers three nilfs2 log writer-related issues, ...
CVE-2024-38587
- EPSS 0.18%
- Veröffentlicht 19.06.2024 14:15:18
- Zuletzt bearbeitet 12.05.2026 12:16:53
In the Linux kernel, the following vulnerability has been resolved: speakup: Fix sizeof() vs ARRAY_SIZE() bug The "buf" pointer is an array of u16 values. This code should be using ARRAY_SIZE() (which is 256) instead of sizeof() (which is 512), ot...
CVE-2024-38578
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 12.05.2026 12:16:53
In the Linux kernel, the following vulnerability has been resolved: ecryptfs: Fix buffer size for tag 66 packet The 'TAG 66 Packet Format' description is missing the cipher code and checksum fields that are packed into the message packet. As a resu...
CVE-2024-38579
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 12.05.2026 12:16:53
In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - Fix pointer arithmetic In spu2_dump_omd() value of ptr is increased by ciph_key_len instead of hash_iv_len which could lead to going beyond the buffer boundaries. Fix...
CVE-2024-38559
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:16
- Zuletzt bearbeitet 12.05.2026 12:16:52
In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Ensure the copied buf is NUL terminated Currently, we allocate a count-sized kernel buffer and copy count from userspace to that buffer. Later, we use kstrtouint on thi...
CVE-2024-38560
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:16
- Zuletzt bearbeitet 12.05.2026 12:16:53
In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Ensure the copied buf is NUL terminated Currently, we allocate a nbytes-sized kernel buffer and copy nbytes from userspace to that buffer. Later, we use sscanf on this b...
CVE-2024-38565
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:16
- Zuletzt bearbeitet 12.05.2026 12:16:53
In the Linux kernel, the following vulnerability has been resolved: wifi: ar5523: enable proper endpoint verification Syzkaller reports [1] hitting a warning about an endpoint in use not having an expected type to it. Fix the issue by checking for...