CVE-2024-50195
- EPSS 0.01%
- Veröffentlicht 08.11.2024 06:15:16
- Zuletzt bearbeitet 03.11.2025 23:17:00
In the Linux kernel, the following vulnerability has been resolved: posix-clock: Fix missing timespec64 check in pc_clock_settime() As Andrew pointed out, it will make sense that the PTP core checked timespec64 struct's tv_sec and tv_nsec range bef...
CVE-2024-50199
- EPSS 0.01%
- Veröffentlicht 08.11.2024 06:15:16
- Zuletzt bearbeitet 03.11.2025 23:17:01
In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: skip HugeTLB pages for unuse_vma I got a bad pud error and lost a 1GB HugeTLB when calling swapoff. The problem can be reproduced by the following steps: 1. Allocat...
CVE-2024-50202
- EPSS 0.01%
- Veröffentlicht 08.11.2024 06:15:16
- Zuletzt bearbeitet 03.11.2025 23:17:02
In the Linux kernel, the following vulnerability has been resolved: nilfs2: propagate directory read errors from nilfs_find_entry() Syzbot reported that a task hang occurs in vcs_open() during a fuzzing test for nilfs2. The root cause of this prob...
CVE-2024-50205
- EPSS 0.01%
- Veröffentlicht 08.11.2024 06:15:16
- Zuletzt bearbeitet 12.05.2026 13:16:19
In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size() The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain...
CVE-2024-50179
- EPSS 0.01%
- Veröffentlicht 08.11.2024 06:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:58
In the Linux kernel, the following vulnerability has been resolved: ceph: remove the incorrect Fw reference check when dirtying pages When doing the direct-io reads it will also try to mark pages dirty, but for the read path it won't hold the Fw ca...
CVE-2024-50180
- EPSS 0.01%
- Veröffentlicht 08.11.2024 06:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:58
In the Linux kernel, the following vulnerability has been resolved: fbdev: sisfb: Fix strbuf array overflow The values of the variables xres and yres are placed in strbuf. These variables are obtained from strbuf1. The strbuf1 array contains digit ...
CVE-2024-50184
- EPSS 0.01%
- Veröffentlicht 08.11.2024 06:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:58
In the Linux kernel, the following vulnerability has been resolved: virtio_pmem: Check device status before requesting flush If a pmem device is in a bad status, the driver side could wait for host ack forever in virtio_pmem_flush(), causing the sy...
CVE-2024-50171
- EPSS 0.01%
- Veröffentlicht 07.11.2024 10:15:08
- Zuletzt bearbeitet 03.11.2025 23:16:57
In the Linux kernel, the following vulnerability has been resolved: net: systemport: fix potential memory leak in bcm_sysport_xmit() The bcm_sysport_xmit() returns NETDEV_TX_OK without freeing skb in case of dma_map_single() fails, add dev_kfree_sk...
CVE-2024-50167
- EPSS 0.01%
- Veröffentlicht 07.11.2024 10:15:07
- Zuletzt bearbeitet 03.11.2025 23:16:57
In the Linux kernel, the following vulnerability has been resolved: be2net: fix potential memory leak in be_xmit() The be_xmit() returns NETDEV_TX_OK without freeing skb in case of be_xmit_enqueue() fails, add dev_kfree_skb_any() to fix it.
CVE-2024-50168
- EPSS 0.02%
- Veröffentlicht 07.11.2024 10:15:07
- Zuletzt bearbeitet 03.11.2025 23:16:57
In the Linux kernel, the following vulnerability has been resolved: net/sun3_82586: fix potential memory leak in sun3_82586_send_packet() The sun3_82586_send_packet() returns NETDEV_TX_OK without freeing skb in case of skb->len being too long, add ...