- EPSS -
- Published 07.10.2025 15:19:18
- Last modified 07.10.2025 16:15:36
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case ther...
- EPSS -
- Published 07.10.2025 15:19:17
- Last modified 07.10.2025 16:15:36
In the Linux kernel, the following vulnerability has been resolved: iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe() The fsl_pamu_probe() returns directly when create_csd() failed, leaving irq and memories unreleased. Fix by jumping to error i...
- EPSS -
- Published 07.10.2025 15:19:17
- Last modified 07.10.2025 16:15:36
In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Check return value after calling platform_get_resource() platform_get_resource() may return NULL pointer, we need check its return value to avoid null-ptr-deref in ...
- EPSS -
- Published 07.10.2025 15:19:16
- Last modified 07.10.2025 16:15:36
In the Linux kernel, the following vulnerability has been resolved: clk: rockchip: Fix memory leak in rockchip_clk_register_pll() If clk_register() fails, @pll->rate_table may have allocated memory by kmemdup(), so it needs to be freed, otherwise w...
- EPSS -
- Published 07.10.2025 15:19:15
- Last modified 07.10.2025 16:15:36
In the Linux kernel, the following vulnerability has been resolved: mcb: mcb-parse: fix error handing in chameleon_parse_gdd() If mcb_device_register() returns error in chameleon_parse_gdd(), the refcount of bus and device name are leaked. Fix this...
- EPSS -
- Published 07.10.2025 15:19:15
- Last modified 07.10.2025 16:15:35
In the Linux kernel, the following vulnerability has been resolved: platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]() The ACPI buffer memory (out.pointer) returned by wmi_evaluate_method() is not freed after the call, so it leads to me...
- EPSS -
- Published 07.10.2025 15:19:14
- Last modified 07.10.2025 16:15:35
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios() As comment of pci_get_class() says, it returns a pci_device with its refcount increased and decreased the refcoun...
- EPSS -
- Published 07.10.2025 15:19:13
- Last modified 07.10.2025 16:15:35
In the Linux kernel, the following vulnerability has been resolved: nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure If creation or finalization of a checkpoint fails due to anomalies in the checkpoint metadata on disk, a ...
- EPSS -
- Published 07.10.2025 15:19:13
- Last modified 07.10.2025 16:15:35
In the Linux kernel, the following vulnerability has been resolved: parisc: Fix locking in pdc_iodc_print() firmware call Utilize pdc_lock spinlock to protect parallel modifications of the iodc_dbuf[] buffer, check length to prevent buffer overflow...
- EPSS -
- Published 07.10.2025 15:19:12
- Last modified 07.10.2025 16:15:35
In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: do not clobber swp_entry_t during THP split The following has been observed when running stressng mmap since commit b653db77350c ("mm: Clear page->private when spli...