CVE-2024-49894
- EPSS 0.33%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 28.05.2026 15:12:45
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in degamma hardware format translation Fixes index out of bounds issue in `cm_helper_translate_curve_to_degamma_hw_format` function. The is...
CVE-2024-49882
- EPSS 0.32%
- Veröffentlicht 21.10.2024 18:15:10
- Zuletzt bearbeitet 12.05.2026 19:08:45
In the Linux kernel, the following vulnerability has been resolved: ext4: fix double brelse() the buffer of the extents path In ext4_ext_try_to_merge_up(), set path[1].p_bh to NULL after it has been released, otherwise it may be released twice. An ...
CVE-2024-47742
- EPSS 0.29%
- Veröffentlicht 21.10.2024 13:15:04
- Zuletzt bearbeitet 12.05.2026 19:07:08
In the Linux kernel, the following vulnerability has been resolved: firmware_loader: Block path traversal Most firmware names are hardcoded strings, or are constructed from fairly constrained format strings where the dynamic parts are just some hex...
CVE-2024-47745
- EPSS 0.29%
- Veröffentlicht 21.10.2024 13:15:04
- Zuletzt bearbeitet 12.05.2026 19:07:20
In the Linux kernel, the following vulnerability has been resolved: mm: call the security_mmap_file() LSM hook in remap_file_pages() The remap_file_pages syscall handler calls do_mmap() directly, which doesn't contain the LSM security check. And if...
CVE-2024-47730
- EPSS 0.26%
- Veröffentlicht 21.10.2024 13:15:03
- Zuletzt bearbeitet 12.05.2026 19:06:01
In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/qm - inject error before stopping queue The master ooo cannot be completely closed when the accelerator core reports memory error. Therefore, the driver needs to ...
CVE-2024-47697
- EPSS 0.28%
- Veröffentlicht 21.10.2024 12:15:06
- Zuletzt bearbeitet 12.05.2026 12:17:13
In the Linux kernel, the following vulnerability has been resolved: drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error Ensure index in rtl2830_pid_filter does not exceed 31 to prevent out-of-bounds access. dev->filters is a 32...
CVE-2024-47698
- EPSS 0.27%
- Veröffentlicht 21.10.2024 12:15:06
- Zuletzt bearbeitet 05.05.2026 15:35:05
In the Linux kernel, the following vulnerability has been resolved: drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write error Ensure index in rtl2832_pid_filter does not exceed 31 to prevent out-of-bounds access. dev->filters is a 32...
CVE-2024-47685
- EPSS 1.37%
- Veröffentlicht 21.10.2024 12:15:05
- Zuletzt bearbeitet 12.05.2026 12:17:13
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put() syzbot reported that nf_reject_ip6_tcphdr_put() was possibly sending garbage on the four reserved tcp bits (th->res1) Use...
CVE-2024-41311
- EPSS 0.83%
- Veröffentlicht 15.10.2024 21:15:10
- Zuletzt bearbeitet 24.03.2025 14:41:38
In Libheif 1.17.6, insufficient checks in ImageOverlay::parse() decoding a heif file containing an overlay image with forged offsets can lead to an out-of-bounds read and write.
CVE-2024-46871
- EPSS 0.22%
- Veröffentlicht 09.10.2024 14:15:07
- Zuletzt bearbeitet 05.05.2026 15:14:56
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAX [Why & How] It actually exposes '6' types in enum dmub_notification_type. Not 5. Using smaller number to...