CVE-2025-21834
- EPSS 0.03%
- Veröffentlicht 06.03.2025 17:15:23
- Zuletzt bearbeitet 29.10.2025 20:58:07
In the Linux kernel, the following vulnerability has been resolved: seccomp: passthrough uretprobe systemcall without filtering When attaching uretprobes to processes running inside docker, the attached process is segfaulted when encountering the r...
CVE-2024-58086
- EPSS 0.05%
- Veröffentlicht 06.03.2025 17:15:22
- Zuletzt bearbeitet 03.11.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Stop active perfmon if it is being destroyed If the active performance monitor (`v3d->active_perfmon`) is being destroyed, stop it first. Currently, the active perfmon is ...
CVE-2025-21829
- EPSS 0.03%
- Veröffentlicht 06.03.2025 17:15:22
- Zuletzt bearbeitet 03.11.2025 21:19:13
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]" The Call Trace is as below: " <TASK> ? show_regs.cold+0x1a/0x1f ? __rxe_cleanup+0x12c/0x170 [rdma_rxe] ? __...
CVE-2025-21830
- EPSS 0.03%
- Veröffentlicht 06.03.2025 17:15:22
- Zuletzt bearbeitet 03.11.2025 21:19:13
In the Linux kernel, the following vulnerability has been resolved: landlock: Handle weird files A corrupted filesystem (e.g. bcachefs) might return weird files. Instead of throwing a warning and allowing access to such file, treat them as regular ...
CVE-2024-58077
- EPSS 0.05%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 03.11.2025 20:17:01
In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-pcm: don't use soc_pcm_ret() on .prepare callback commit 1f5664351410 ("ASoC: lower "no backend DAIs enabled for ... Port" log severity") ignores -EINVAL error message on...
CVE-2024-58078
- EPSS 0.03%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 31.10.2025 16:31:19
In the Linux kernel, the following vulnerability has been resolved: misc: misc_minor_alloc to use ida for all dynamic/misc dynamic minors misc_minor_alloc was allocating id using ida for minor only in case of MISC_DYNAMIC_MINOR but misc_minor_free ...
CVE-2024-58079
- EPSS 0.05%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 03.11.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix crash during unbind if gpio unit is in use We used the wrong device for the device managed functions. We used the usb device, when we should be using the inter...
CVE-2024-58080
- EPSS 0.05%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 03.11.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: dispcc-sm6350: Add missing parent_map for a clock If a clk_rcg2 has a parent, it should also have parent_map defined, otherwise we'll get a NULL pointer dereference when...
CVE-2024-58081
- EPSS 0.03%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 01.10.2025 20:18:13
In the Linux kernel, the following vulnerability has been resolved: clk: mmp2: call pm_genpd_init() only after genpd.name is set Setting the genpd's struct device's name with dev_set_name() is happening within pm_genpd_init(). If it remains NULL, t...
CVE-2024-58082
- EPSS 0.03%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 31.10.2025 16:29:41
In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: Fix an error check in npcm_video_ece_init() When function of_find_device_by_node() fails, it returns NULL instead of an error code. So the corresponding error check...