CVE-2025-71133
- EPSS 0.15%
- Veröffentlicht 14.01.2026 15:16:03
- Zuletzt bearbeitet 25.03.2026 18:04:12
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: avoid invalid read in irdma_net_event irdma_net_event() should not dereference anything from "neigh" (alias "ptr") until it has checked that the event is NETEVENT_NEIGH...
CVE-2025-71134
- EPSS 0.12%
- Veröffentlicht 14.01.2026 15:16:03
- Zuletzt bearbeitet 25.03.2026 18:03:56
In the Linux kernel, the following vulnerability has been resolved: mm/page_alloc: change all pageblocks migrate type on coalescing When a page is freed it coalesces with a buddy into a higher order page while possible. When the buddy page migrate...
CVE-2025-71135
- EPSS 0.15%
- Veröffentlicht 14.01.2026 15:16:03
- Zuletzt bearbeitet 25.03.2026 18:03:48
In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_cnt() The variable mddev->private is first assigned to conf and then checked: conf = mddev->private;...
CVE-2025-71136
- EPSS 0.12%
- Veröffentlicht 14.01.2026 15:16:03
- Zuletzt bearbeitet 25.03.2026 18:03:37
In the Linux kernel, the following vulnerability has been resolved: media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log_status() It's possible for cp_read() and hdmi_read() to return -EIO. Those values are further used as ...
CVE-2025-71137
- EPSS 0.16%
- Veröffentlicht 14.01.2026 15:16:03
- Zuletzt bearbeitet 25.03.2026 18:03:28
In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: fix "UBSAN: shift-out-of-bounds error" This patch ensures that the RX ring size (rx_pending) is not set below the permitted length. This avoids UBSAN shift-out-of-bou...
CVE-2025-71138
- EPSS 0.12%
- Veröffentlicht 14.01.2026 15:16:03
- Zuletzt bearbeitet 25.03.2026 18:03:14
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add missing NULL pointer check for pingpong interface It is checked almost always in dpu_encoder_phys_wb_setup_ctl(), but in a single place the check is missing. Also ...
CVE-2025-71139
- EPSS 0.1%
- Veröffentlicht 14.01.2026 15:16:03
- Zuletzt bearbeitet 25.03.2026 18:03:03
In the Linux kernel, the following vulnerability has been resolved: kernel/kexec: fix IMA when allocation happens in CMA area *** Bug description *** When I tested kexec with the latest kernel, I ran into the following warning: [ 40.712410] ---...
- EPSS 0.17%
- Veröffentlicht 14.01.2026 15:16:03
- Zuletzt bearbeitet 15.04.2026 14:34:27
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Use spinlock for context list protection lock Previously a mutex was added to protect the encoder and decoder context lists from unexpected changes origina...
CVE-2025-71141
- EPSS 0.12%
- Veröffentlicht 14.01.2026 15:16:03
- Zuletzt bearbeitet 25.03.2026 18:02:52
In the Linux kernel, the following vulnerability has been resolved: drm/tilcdc: Fix removal actions in case of failed probe The drm_kms_helper_poll_fini() and drm_atomic_helper_shutdown() helpers should only be called when the device has been succe...
CVE-2025-71123
- EPSS 0.15%
- Veröffentlicht 14.01.2026 15:16:02
- Zuletzt bearbeitet 14.07.2026 13:18:03
In the Linux kernel, the following vulnerability has been resolved: ext4: fix string copying in parse_apply_sb_mount_options() strscpy_pad() can't be used to copy a non-NUL-term string into a NUL-term string of possibly bigger size. Commit 0efc599...