CVE-2025-37852
- EPSS 0.23%
- Veröffentlicht 09.05.2025 06:41:59
- Zuletzt bearbeitet 17.11.2025 12:52:14
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: handle amdgpu_cgs_create_device() errors in amd_powerplay_create() Add error handling to propagate amdgpu_cgs_create_device() failures to the caller. When amdgpu_cgs_cr...
CVE-2025-37851
- EPSS 0.24%
- 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.24%
- 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.24%
- 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-37844
- EPSS 0.24%
- Veröffentlicht 09.05.2025 06:41:53
- Zuletzt bearbeitet 17.11.2025 12:49:02
In the Linux kernel, the following vulnerability has been resolved: cifs: avoid NULL pointer dereference in dbg call cifs_server_dbg() implies server to be non-NULL so move call under condition to avoid NULL pointer dereference. Found by Linux Ver...
CVE-2025-37840
- EPSS 0.28%
- Veröffentlicht 09.05.2025 06:41:50
- Zuletzt bearbeitet 14.11.2025 19:35:23
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: brcmnand: fix PM resume warning Fixed warning on PM resume as shown below caused due to uninitialized struct nand_operation that checks chip select field : WARN_ON(op...
CVE-2025-37841
- EPSS 0.24%
- 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.27%
- 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.25%
- 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-37829
- EPSS 0.17%
- 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...