4 matches found
EUVD-2025-11249
Malicious code in bioql PyPI...
CVE-2025-22049
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Increase ARCHDMAMINALIGN up to 16 ARCHDMAMINALIGN is 1 by default, but some LoongArch-specific devices such as APBDMA require 16 bytes alignment. When the data buffer length is too small, the hardware may make an error...
CVE-2025-22049 LoongArch: Increase ARCH_DMA_MINALIGN up to 16
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Increase ARCHDMAMINALIGN up to 16 ARCHDMAMINALIGN is 1 by default, but some LoongArch-specific devices such as APBDMA require 16 bytes alignment. When the data buffer length is too small, the hardware may make an error...
CVE-2025-22049
CVE-2025-22049 concerns the Linux kernel LoongArch support. The issue arises from ARCH_DMA_MINALIGN being too small (default 1) for certain LoongArch devices (e.g., APBDMA), risking cacheline write errors when buffers are small. The documented fix increases ARCH_DMA_MINALIGN to 16, mitigating DMA...