Answer in brief
CVE-2024-44949 records a Unknown severity vulnerability in parisc: fix a possible DMA corruption. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=a01fece2e4185ac173abd16d10304d73d47ebf00 <00baca74fb5879e5f9034b6156671301f500f8ee || >=a01fece2e4185ac173abd16d10304d73d47ebf00 <642a0b7453daff0295310774016fcb56d1f5bc7f || >=a01fece2e4185ac173abd16d10304d73d47ebf00 <533de2f470baac40d3bf622fe631f15231a03c9f || >=a01fece2e4185ac173abd16d10304d73d47ebf00 <7ae04ba36b381bffe2471eff3a93edced843240f | 00baca74fb5879e5f9034b6156671301f500f8ee, 642a0b7453daff0295310774016fcb56d1f5bc7f, 533de2f470baac40d3bf622fe631f15231a03c9f, 7ae04ba36b381bffe2471eff3a93edced843240f |
| Linux/Linuxgeneric | 4.4 | Not reported |
Published upstream
Sep 4, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: parisc: fix a possible DMA corruption ARCH_DMA_MINALIGN was defined as 16 - this is too small - it may be possible that two unrelated 16-byte allocations share a cache line. If one of these allocations is written using DMA and the other is written using cached write, the value that was written with DMA may be corrupted. This commit changes ARCH_DMA_MINALIGN to be 128 on PA20 and 32 on PA1.1 - that's the largest possible cache line size. As different parisc microarchitectures have different cache line size, we define arch_slab_minalign(), cache_line_size() and dma_get_cache_alignment() so that the kernel may tune slab cache parameters dynamically, based on the detected cache line size.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2024-44949 records a Unknown severity vulnerability in parisc: fix a possible DMA corruption. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=a01fece2e4185ac173abd16d10304d73d47ebf00 <00baca74fb5879e5f9034b6156671301f500f8ee || >=a01fece2e4185ac173abd16d10304d73d47ebf00 <642a0b7453daff0295310774016fcb56d1f5bc7f || >=a01fece2e4185ac173abd16d10304d73d47ebf00 <533de2f470baac40d3bf622fe631f15231a03c9f || >=a01fece2e4185ac173abd16d10304d73d47ebf00 <7ae04ba36b381bffe2471eff3a93edced843240f | 00baca74fb5879e5f9034b6156671301f500f8ee, 642a0b7453daff0295310774016fcb56d1f5bc7f, 533de2f470baac40d3bf622fe631f15231a03c9f, 7ae04ba36b381bffe2471eff3a93edced843240f |
| Linux/Linuxgeneric | 4.4 | Not reported |
Published upstream
Sep 4, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: parisc: fix a possible DMA corruption ARCH_DMA_MINALIGN was defined as 16 - this is too small - it may be possible that two unrelated 16-byte allocations share a cache line. If one of these allocations is written using DMA and the other is written using cached write, the value that was written with DMA may be corrupted. This commit changes ARCH_DMA_MINALIGN to be 128 on PA20 and 32 on PA1.1 - that's the largest possible cache line size. As different parisc microarchitectures have different cache line size, we define arch_slab_minalign(), cache_line_size() and dma_get_cache_alignment() so that the kernel may tune slab cache parameters dynamically, based on the detected cache line size.
Quoted source text, attributed separately from HOL analysis.