- EPSS -
- Veröffentlicht 08.12.2025 01:19:20
- Zuletzt bearbeitet 08.12.2025 02:15:51
In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidraw_open() function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, res...
- EPSS -
- Veröffentlicht 08.12.2025 01:19:19
- Zuletzt bearbeitet 08.12.2025 02:15:51
In the Linux kernel, the following vulnerability has been resolved: spi: atmel-quadspi: Free resources even if runtime resume failed in .remove() An early error exit in atmel_qspi_remove() doesn't prevent the device unbind. So this results in an sp...
- EPSS -
- Veröffentlicht 08.12.2025 01:19:18
- Zuletzt bearbeitet 08.12.2025 02:15:51
In the Linux kernel, the following vulnerability has been resolved: irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe of_irq_find_parent() returns a node pointer with refcount incremented, We should use of_node_put() on it when not need...
- EPSS -
- Veröffentlicht 08.12.2025 01:19:17
- Zuletzt bearbeitet 08.12.2025 02:15:51
In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Fix crash due to uninitialized current_vmcs KVM enables 'Enlightened VMCS' and 'Enlightened MSR Bitmap' when running as a nested hypervisor on top of Hyper-V. When MSR bi...
- EPSS -
- Veröffentlicht 08.12.2025 01:19:15
- Zuletzt bearbeitet 08.12.2025 02:15:51
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: check for null desc before calling pt_cmd_callback Resolves a panic that can occur on AMD systems, typically during host shutdown, after the PTDMA driver had been...
- EPSS -
- Veröffentlicht 08.12.2025 01:19:14
- Zuletzt bearbeitet 08.12.2025 02:15:50
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() When if_type equals zero and pci_resource_start(pdev, PCI_64BIT_BAR4) returns false, drbl_regs_memmap_p is not remapped....
- EPSS -
- Veröffentlicht 08.12.2025 01:19:13
- Zuletzt bearbeitet 08.12.2025 02:15:50
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix mapping to non-allocated address [Why] There is an issue mapping non-allocated location of memory. It would allocate gpio registers from an array out of bounds...
- EPSS -
- Veröffentlicht 08.12.2025 01:19:12
- Zuletzt bearbeitet 08.12.2025 02:15:50
In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmalloc_reserve() Blamed commit changed: ptr = kmalloc(size); if (ptr) size = ksize(ptr); size = kmalloc_size_roundup(size); ...
- EPSS -
- Veröffentlicht 08.12.2025 01:19:11
- Zuletzt bearbeitet 08.12.2025 02:15:50
In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential use-after-free bugs in TCP_Server_Info::hostname TCP_Server_Info::hostname may be updated once or many times during reconnect, so protect its access outside rec...
- EPSS -
- Veröffentlicht 08.12.2025 01:19:09
- Zuletzt bearbeitet 08.12.2025 02:15:50
In the Linux kernel, the following vulnerability has been resolved: pinctrl: freescale: Fix a memory out of bounds when num_configs is 1 The config passed in by pad wakeup is 1, when num_configs is 1, Configuration [1] should not be fetched, which ...