CVE-2022-48744
- EPSS 0.01%
- Veröffentlicht 20.06.2024 12:15:12
- Zuletzt bearbeitet 21.01.2026 16:08:23
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Avoid field-overflowing memcpy() In preparation for FORTIFY_SOURCE performing compile-time and run-time field bounds checking for memcpy(), memmove(), and memset(), avoi...
CVE-2024-38619
- EPSS 0.02%
- Veröffentlicht 20.06.2024 07:15:41
- Zuletzt bearbeitet 12.05.2026 12:16:55
In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alauda_info will remain 0 if alauda_init_media() fails, potentially causing divide erro...
CVE-2024-38612
- EPSS 0.18%
- Veröffentlicht 19.06.2024 14:15:21
- Zuletzt bearbeitet 12.05.2026 12:16:55
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix invalid unregister error path The error path of seg6_init() is wrong in case CONFIG_IPV6_SEG6_LWTUNNEL is not defined. In that case if seg6_hmac_init() fails, the gen...
CVE-2024-38613
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:21
- Zuletzt bearbeitet 17.09.2025 17:06:22
In the Linux kernel, the following vulnerability has been resolved: m68k: Fix spinlock race in kernel thread creation Context switching does take care to retain the correct lock owner across the switch from 'prev' to 'next' tasks. This does rely o...
CVE-2024-38615
- EPSS 0.03%
- Veröffentlicht 19.06.2024 14:15:21
- Zuletzt bearbeitet 12.05.2026 12:16:55
In the Linux kernel, the following vulnerability has been resolved: cpufreq: exit() callback is optional The exit() callback is optional and shouldn't be called without checking a valid pointer first. Also, we must clear freq_table pointer even if...
CVE-2024-38618
- EPSS 0.09%
- Veröffentlicht 19.06.2024 14:15:21
- Zuletzt bearbeitet 04.11.2025 18:16:28
In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Set lower bound of start tick time Currently ALSA timer doesn't have the lower limit of the start tick time, and it allows a very small size, e.g. 1 tick with 1ns reso...
CVE-2024-38601
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 04.11.2025 18:16:28
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix a race between readers and resize checks The reader code in rb_get_reader_page() swaps a new reader page into the ring buffer by doing cmpxchg on old->list.prev->n...
CVE-2024-38602
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 21.11.2024 09:26:27
In the Linux kernel, the following vulnerability has been resolved: ax25: Fix reference count leak issues of ax25_dev The ax25_addr_ax25dev() and ax25_dev_device_down() exist a reference count leak issue of the object "ax25_dev". Memory leak issue...
CVE-2024-38605
- EPSS 0.18%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 01.04.2025 18:26:12
In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix NULL module pointer assignment at card init The commit 81033c6b584b ("ALSA: core: Warn on empty module") introduced a WARN_ON() for a NULL module pointer passed at ...
CVE-2024-38607
- EPSS 0.03%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 03.10.2025 15:24:10
In the Linux kernel, the following vulnerability has been resolved: macintosh/via-macii: Fix "BUG: sleeping function called from invalid context" The via-macii ADB driver calls request_irq() after disabling hard interrupts. But disabling interrupts...