CVE-2025-22049: LoongArch: Increase ARCH_DMA_MINALIGN up to 16
In the Linux kernel, the following vulnerability has been resolved:
LoongArch: Increase ARCH_DMA_MINALIGN up to 16
ARCH_DMA_MINALIGN 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 writing cacheline. Thus, it
is dangerous to allocate a small memory buffer for DMA. It's always safe
to define ARCH_DMA_MINALIGN as L1_CACHE_BYTES but unnecessary (kmalloc()
need small memory objects). Therefore, just increase it to 16.
Security readout for executives and security teams
Plain-English summary
A Linux kernel memory-alignment flaw affects LoongArch systems using certain DMA hardware. Small DMA buffers may be written incorrectly at the cacheline level, potentially causing data corruption, crashes, or broader confidentiality, integrity, and availability impacts. Exposure is architecture- and hardware-specific rather than universal across Linux deployments.
Executive priority
Treat as a high-priority targeted update for LoongArch environments, especially where affected DMA hardware is present. Organizations without LoongArch assets have low apparent exposure from the supplied evidence. Confirm inventory before escalating broadly, and use distribution-supported kernel packages where available.
Technical view
LoongArch previously defaulted ARCH_DMA_MINALIGN to one byte, although devices such as APBDMA require 16-byte alignment. DMA operations involving undersized buffers may therefore produce erroneous cacheline writes. The upstream resolution raises ARCH_DMA_MINALIGN to 16. The supplied CVSS 3.1 score is 7.8 and models local, low-privileged access without user interaction.
Likely exposure
Likely exposure is limited to affected LoongArch kernel builds, particularly systems using APBDMA or other DMA devices requiring 16-byte alignment. Non-LoongArch systems are not implicated by the supplied description. The bundle lists affected version entries, but does not clearly define complete distribution-specific ranges or backport status.
Exploitation context
The source bundle marks this CVE as absent from KEV and provides no evidence of active exploitation or a public exploit. The CVSS vector indicates a local attack requiring low privileges, but the supplied sources do not describe a demonstrated attack mechanism.
Researcher notes
The record describes a DMA buffer-alignment safety issue but assigns no CWE and supplies no detailed failure trace or exploit evidence. Researchers should distinguish theoretical CVSS impact from demonstrated exploitation. Exact affected and fixed builds require commit ancestry or distribution advisory verification because the supplied version list is not expressed as clear ranges.
Mitigation direction
Inventory LoongArch systems and identify kernels matching the affected version entries in the CVE record.
Update through the relevant distribution or Linux stable release containing the referenced alignment fix.
Prioritize LoongArch hosts using APBDMA or other DMA devices requiring 16-byte alignment.
Review vendor guidance before relying on configuration changes or backports.
Validation and detection
Confirm the running kernel architecture is LoongArch and record its exact distribution build.
Verify the installed kernel includes the applicable stable commit or distribution backport.
Check hardware and driver inventories for APBDMA and other alignment-sensitive DMA devices.
Monitor kernel and device logs for DMA or cacheline write errors after updating.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-22049 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
8Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.