{ "dataType": "CVE_RECORD", "cveMetadata": { "cveId": "CVE-2024-26621", "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "state": "PUBLISHED", "assignerShortName": "Linux", "dateReserved": "2024-02-19T14:20:24.134Z", "datePublished": "2024-03-02T21:31:49.158Z", "dateUpdated": "2026-08-05T11:26:19.370Z" }, "containers": { "cna": { "providerMetadata": { "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux", "dateUpdated": "2026-08-05T11:26:19.370Z" }, "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm: huge_memory: don't force huge page alignment on 32 bit\n\ncommit efa7df3e3bb5 (\"mm: align larger anonymous mappings on THP\nboundaries\") caused two issues [1] [2] reported on 32 bit system or compat\nuserspace.\n\nIt doesn't make too much sense to force huge page alignment on 32 bit\nsystem due to the constrained virtual address space.\n\n[1] https://lore.kernel.org/linux-mm/d0a136a0-4a31-46bc-adf4-2db109a61672@kernel.org/\n[2] https://lore.kernel.org/linux-mm/CAJuCfpHXLdQy1a2B6xN2d7quTYwg2OoZseYPZTRpU0eHHKD-sQ@mail.gmail.com/" } ], "metrics": [ { "cvssV3_1": { "version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L", "baseScore": 8.2, "baseSeverity": "HIGH" }, "scenarios": [ { "lang": "en", "value": "AV:N - The flaw's effect — a fully predictable memory layout for every process, including internet-facing daemons such as sshd on 32-bit/compat systems — is usable by an entirely remote, unauthenticated attacker who never needs any access to the host; this is the exact condition Qualys leveraged for regreSSHion, and the CVE's own reference set is the oss-security thread on that remote impact.\nAC:L - On 32-bit and compat processes the outcome is fully deterministic, not probabilistic — libc lands at a fixed address (e.g. 0xf7c00000) on every single run, so nothing about exploitation depends on conditions outside the attacker's control.\nPR:N - No credentials, account, or local foothold is required; the library and heap base addresses are constants that can be computed offline from the same distro or firmware image, and they are identical for privileged root daemons and unprivileged processes alike.\nUI:N - The kernel applies the 2 MB alignment unconditionally on every mmap of a ≥2 MB file or anonymous mapping; no victim action is needed for the layout to become predictable.\nS:U - The kernel is the security authority governing process address-space layout, and the lost randomization affects resources it already manages; no sandbox, VM, or IOMMU boundary is crossed.\nC:H - This is a complete, permanent disclosure of the exact secret ASLR exists to protect — on 32-bit all 8 bits of mmap entropy are annihilated, exposing the full mapping layout of every process on the system rather than a bounded few-byte leak.\nI:N - Defeating address randomization does not by itself write to or modify any kernel or userspace data; integrity compromise only arises when a separate memory-corruption bug is chained in.\nA:L - The len+PMD_SIZE padding and inter-VMA alignment holes exhaust the constrained 32-bit virtual address space, producing documented mmap2() ENOMEM failures and consequent userspace tool crashes (pahole), plus max_map_count exhaustion — degradation rather than a kernel panic or hang." } ] } ], "affected": [ { "product": "Linux", "vendor": "Linux", "defaultStatus": "unaffected", "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "programFiles": [ "mm/huge_memory.c" ], "versions": [ { "version": "1854bc6e2420472676c5c90d3d6b15f6cd640e40", "lessThan": "87632bc9ecff5ded93433bc0fca428019bdd1cfe", "status": "affected", "versionType": "git" }, { "version": "1854bc6e2420472676c5c90d3d6b15f6cd640e40", "lessThan": "6ea9aa8d97e6563676094cb35755884173269555", "status": "affected", "versionType": "git" }, { "version": "1854bc6e2420472676c5c90d3d6b15f6cd640e40", "lessThan": "7432376c913381c5f24d373a87ff629bbde94b47", "status": "affected", "versionType": "git" }, { "version": "1854bc6e2420472676c5c90d3d6b15f6cd640e40", "lessThan": "4ef9ad19e17676b9ef071309bc62020e2373705d", "status": "affected", "versionType": "git" } ] }, { "product": "Linux", "vendor": "Linux", "defaultStatus": "affected", "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "programFiles": [ "mm/huge_memory.c" ], "versions": [ { "version": "5.18", "status": "affected" }, { "version": "0", "lessThan": "5.18", "status": "unaffected", "versionType": "semver" }, { "version": "6.1.81", "lessThanOrEqual": "6.1.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.6.46", "lessThanOrEqual": "6.6.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.7.6", "lessThanOrEqual": "6.7.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.8", "lessThanOrEqual": "*", "status": "unaffected", "versionType": "original_commit_for_fix" } ] } ], "cpeApplicability": [ { "nodes": [ { "operator": "OR", "negate": false, "cpeMatch": [ { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.18", "versionEndExcluding": "6.1.81" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.18", "versionEndExcluding": "6.6.46" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.18", "versionEndExcluding": "6.7.6" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.18", "versionEndExcluding": "6.8" } ] } ] } ], "references": [ { "url": "https://git.kernel.org/stable/c/87632bc9ecff5ded93433bc0fca428019bdd1cfe" }, { "url": "https://git.kernel.org/stable/c/6ea9aa8d97e6563676094cb35755884173269555" }, { "url": "https://git.kernel.org/stable/c/7432376c913381c5f24d373a87ff629bbde94b47" }, { "url": "https://git.kernel.org/stable/c/4ef9ad19e17676b9ef071309bc62020e2373705d" } ], "title": "mm: huge_memory: don't force huge page alignment on 32 bit", "x_generator": { "engine": "bippy-1.2.0" } }, "adp": [ { "providerMetadata": { "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE", "dateUpdated": "2024-08-02T00:07:19.592Z" }, "title": "CVE Program Container", "references": [ { "url": "https://git.kernel.org/stable/c/87632bc9ecff5ded93433bc0fca428019bdd1cfe", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/7432376c913381c5f24d373a87ff629bbde94b47", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/4ef9ad19e17676b9ef071309bc62020e2373705d", "tags": [ "x_transferred" ] }, { "url": "https://zolutal.github.io/aslrnt/", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/08/3", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/08/5", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/08/4", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/08/6", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/08/7", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/08/8", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/09/1", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/10/5", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/10/7", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/10/8", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/11/4", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/11/5", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/11/7", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/12/3", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/13/2", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/13/7", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/15/2", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/15/1", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/16/1", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/16/2", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/29/2", "tags": [ "x_transferred" ] }, { "url": "http://www.openwall.com/lists/oss-security/2024/07/30/2", "tags": [ "x_transferred" ] } ] }, { "metrics": [ { "other": { "type": "ssvc", "content": { "id": "CVE-2024-26621", "role": "CISA Coordinator", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "version": "2.0.3", "timestamp": "2024-09-10T15:56:53.851124Z" } } } ], "title": "CISA ADP Vulnrichment", "providerMetadata": { "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP", "dateUpdated": "2024-09-11T17:33:42.508Z" } } ] }, "dataVersion": "5.2" }