CVE-2024-44949
HighIn 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.
CVSS 3.1 score
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected versions
Linux kernel versions
4.4
and later are affected. Fixed in
6.1.119,
6.6.46,
6.10.5,
6.11
and their respective stable series.
References
The following references provide additional information about CVE-2024-44949 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
-
PatchKernel patch commithttps://git.kernel.org/stable/c/00baca74fb5879e5f9034b6156671301f500f8ee
-
PatchKernel patch commithttps://git.kernel.org/stable/c/533de2f470baac40d3bf622fe631f15231a03c9f
-
PatchKernel patch commithttps://git.kernel.org/stable/c/642a0b7453daff0295310774016fcb56d1f5bc7f
Frequently asked questions
-
What is CVE-2024-44949?
CVE-2024-44949 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 . It affects Linux kernel versions from 4.4 onward and has been patched in 6.1.119, 6.6.46, 6.10.5 and others. CVE-2024-44949 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-44949?
CVE-2024-44949 has a CVSS score of 7.8 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. -
Is there a patch available for CVE-2024-44949?
Yes — CVE-2024-44949 has been patched. Fixed versions include 6.1.119, 6.6.46, 6.10.5 and others. If you are running Linux kernel 4.4 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2024-44949 actively exploited?
No — CVE-2024-44949 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.