CVE-2025-37851
- EPSS 0.06%
- Veröffentlicht 09.05.2025 06:41:58
- Zuletzt bearbeitet 17.11.2025 12:52:55
In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: Add 'plane' value check Function dispc_ovl_setup is not intended to work with the value OMAP_DSS_WB of the enum parameter plane. The value of this parameter is init...
CVE-2025-37850
- EPSS 0.06%
- Veröffentlicht 09.05.2025 06:41:57
- Zuletzt bearbeitet 17.11.2025 12:53:47
In the Linux kernel, the following vulnerability has been resolved: pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config() With CONFIG_COMPILE_TEST && !CONFIG_HAVE_CLK, pwm_mediatek_config() has a divide-by-zero in the following line: do_...
CVE-2025-37849
- EPSS 0.06%
- Veröffentlicht 09.05.2025 06:41:56
- Zuletzt bearbeitet 17.11.2025 12:54:15
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Tear down vGIC on failed vCPU creation If kvm_arch_vcpu_create() fails to share the vCPU page with the hypervisor, we propagate the error back to the ioctl but leave th...
CVE-2025-37841
- EPSS 0.05%
- Veröffentlicht 09.05.2025 06:41:50
- Zuletzt bearbeitet 17.11.2025 12:50:14
In the Linux kernel, the following vulnerability has been resolved: pm: cpupower: bench: Prevent NULL dereference on malloc failure If malloc returns NULL due to low memory, 'config' pointer can be NULL. Add a check to prevent NULL dereference.
CVE-2025-37839
- EPSS 0.05%
- Veröffentlicht 09.05.2025 06:41:49
- Zuletzt bearbeitet 14.11.2025 19:54:45
In the Linux kernel, the following vulnerability has been resolved: jbd2: remove wrong sb->s_sequence check Journal emptiness is not determined by sb->s_sequence == 0 but rather by sb->s_start == 0 (which is set a few lines above). Furthermore 0 is...
CVE-2025-37836
- EPSS 0.07%
- Veröffentlicht 09.05.2025 06:41:47
- Zuletzt bearbeitet 14.11.2025 19:52:49
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix reference leak in pci_register_host_bridge() If device_register() fails, call put_device() to give up the reference to avoid a memory leak, per the comment at device_regis...
CVE-2025-37834
- EPSS 0.04%
- Veröffentlicht 08.05.2025 06:26:24
- Zuletzt bearbeitet 14.11.2025 19:48:51
In the Linux kernel, the following vulnerability has been resolved: mm/vmscan: don't try to reclaim hwpoison folio Syzkaller reports a bug as follows: Injecting memory failure for pfn 0x18b00e at process virtual address 0x20ffd000 Memory failure: ...
CVE-2025-37833
- EPSS 0.05%
- Veröffentlicht 08.05.2025 06:26:23
- Zuletzt bearbeitet 14.11.2025 19:44:52
In the Linux kernel, the following vulnerability has been resolved: net/niu: Niu requires MSIX ENTRY_DATA fields touch before entry reads Fix niu_try_msix() to not cause a fatal trap on sparc systems. Set PCI_DEV_FLAGS_MSIX_TOUCH_ENTRY_DATA_FIRST ...
CVE-2025-37824
- EPSS 0.07%
- Veröffentlicht 08.05.2025 06:26:17
- Zuletzt bearbeitet 10.11.2025 15:45:14
In the Linux kernel, the following vulnerability has been resolved: tipc: fix NULL pointer dereference in tipc_mon_reinit_self() syzbot reported: tipc: Node number set to 1055423674 Oops: general protection fault, probably for non-canonical addres...
CVE-2025-37823
- EPSS 0.05%
- Veröffentlicht 08.05.2025 06:26:16
- Zuletzt bearbeitet 10.11.2025 15:52:37
In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too Similarly to the previous patch, we need to safe guard hfsc_dequeue() too. But for this one, we don't have a reliable rep...