CVE-2024-49994
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:19
- Zuletzt bearbeitet 03.11.2025 21:16:44
In the Linux kernel, the following vulnerability has been resolved: block: fix integer overflow in BLKSECDISCARD I independently rediscovered commit 22d24a544b0d49bbcbd61c8c0eaf77d3c9297155 block: fix overflow in blk_ioctl_discard() but for sec...
CVE-2024-49996
- EPSS 0.02%
- Veröffentlicht 21.10.2024 18:15:19
- Zuletzt bearbeitet 03.11.2025 21:16:45
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix buffer overflow when parsing NFS reparse points ReparseDataLength is sum of the InodeType size and DataBuffer size. So to get DataBuffer size it is needed to subtract Ino...
CVE-2024-49997
- EPSS 0.06%
- Veröffentlicht 21.10.2024 18:15:19
- Zuletzt bearbeitet 12.05.2026 12:17:19
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiq_etop: fix memory disclosure When applying padding, the buffer is not zeroed, which results in memory disclosure. The mentioned data is observed on the wire. T...
CVE-2024-49998
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:19
- Zuletzt bearbeitet 25.03.2026 11:16:08
In the Linux kernel, the following vulnerability has been resolved: net: dsa: improve shutdown sequence Alexander Sverdlin presents 2 problems during shutdown with the lan9303 driver. One is specific to lan9303 and the other just happens to reprodu...
CVE-2024-49973
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:18
- Zuletzt bearbeitet 12.05.2026 13:16:15
In the Linux kernel, the following vulnerability has been resolved: r8169: add tally counter fields added with RTL8125 RTL8125 added fields to the tally counter, what may result in the chip dma'ing these new fields to unallocated memory. Therefore ...
CVE-2024-49974
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:18
- Zuletzt bearbeitet 03.11.2025 23:16:35
In the Linux kernel, the following vulnerability has been resolved: NFSD: Limit the number of concurrent async COPY operations Nothing appears to limit the number of concurrent async COPY operations that clients can start. In addition, AFAICT each ...
CVE-2024-49975
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:18
- Zuletzt bearbeitet 03.11.2025 23:16:36
In the Linux kernel, the following vulnerability has been resolved: uprobes: fix kernel info leak via "[uprobes]" vma xol_add_vma() maps the uninitialized page allocated by __create_xol_area() into userspace. On some architectures (x86) this memory...
CVE-2024-49977
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:18
- Zuletzt bearbeitet 12.05.2026 12:17:19
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Fix zero-division error when disabling tc cbs The commit b8c43360f6e4 ("net: stmmac: No need to calculate speed divider when offload is disabled") allows the "port_tra...
CVE-2024-49978
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:18
- Zuletzt bearbeitet 03.11.2025 23:16:36
In the Linux kernel, the following vulnerability has been resolved: gso: fix udp gso fraglist segmentation after pull from frag_list Detect gso fraglist skbs with corrupted geometry (see below) and pass these to skb_segment instead of skb_segment_l...
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:18
- Zuletzt bearbeitet 03.11.2025 23:16:36
In the Linux kernel, the following vulnerability has been resolved: media: venus: fix use after free bug in venus_remove due to race condition in venus_probe, core->work is bound with venus_sys_error_handler, which is used to handle error. The code...