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-37829
- EPSS 0.07%
- Veröffentlicht 08.05.2025 06:26:21
- Zuletzt bearbeitet 12.11.2025 21:45:09
In the Linux kernel, the following vulnerability has been resolved: cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate() cpufreq_cpu_get_raw() can return NULL when the target CPU is not present in the policy->cpus mask. scpi_cpufreq_get_rat...
CVE-2025-37830
- EPSS 0.13%
- Veröffentlicht 08.05.2025 06:26:21
- Zuletzt bearbeitet 19.01.2026 13:16:07
In the Linux kernel, the following vulnerability has been resolved: cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate() cpufreq_cpu_get_raw() can return NULL when the target CPU is not present in the policy->cpus mask. scmi_cpufreq_get_rat...
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...
CVE-2025-37819
- EPSS 0.08%
- Veröffentlicht 08.05.2025 06:26:13
- Zuletzt bearbeitet 12.11.2025 21:25:03
In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode() With ACPI in place, gicv2m_get_fwnode() is registered with the pci subsystem as pci_msi_get_fwnode_cb(), which may ge...
CVE-2025-37817
- EPSS 0.07%
- Veröffentlicht 08.05.2025 06:26:12
- Zuletzt bearbeitet 12.11.2025 21:36:47
In the Linux kernel, the following vulnerability has been resolved: mcb: fix a double free bug in chameleon_parse_gdd() In chameleon_parse_gdd(), if mcb_device_register() fails, 'mdev' would be released in mcb_device_register() via put_device(). Th...
CVE-2025-37812
- EPSS 0.05%
- Veröffentlicht 08.05.2025 06:26:09
- Zuletzt bearbeitet 12.11.2025 21:39:11
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: Fix deadlock when using NCM gadget The cdns3 driver has the same NCM deadlock as fixed in cdnsp by commit 58f2fcb3a845 ("usb: cdnsp: Fix deadlock issue during using NCM...