CVE-2024-41032 (GCVE-0-2024-41032)
Vulnerability from cvelistv5
Published
2024-07-29 14:31
Modified
2026-08-05 11:34
Summary
In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: check if a hash-index is in cpu_possible_mask The problem is that there are systems where cpu_possible_mask has gaps between set CPUs, for example SPARC. In this scenario addr_to_vb_xa() hash function can return an index which accesses to not-possible and not setup CPU area using per_cpu() macro. This results in an oops on SPARC. A per-cpu vmap_block_queue is also used as hash table, incorrectly assuming the cpu_possible_mask has no gaps. Fix it by adjusting an index to a next possible CPU.
Impacted products
Vendor Product Version
Linux Linux Version: 062eacf57ad91b5c272f89dc964fd6dd9715ea7d
Version: 062eacf57ad91b5c272f89dc964fd6dd9715ea7d
Version: 062eacf57ad91b5c272f89dc964fd6dd9715ea7d
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T04:39:56.073Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/28acd531c9a365dac01b32e6bc54aed8c1429bcb"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/47f9b6e49b422392fb0e348a65eb925103ba1882"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/a34acf30b19bc4ee3ba2f1082756ea2604c19138"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-41032",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T16:23:43.996353Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-11T17:34:03.799Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "mm/vmalloc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "28acd531c9a365dac01b32e6bc54aed8c1429bcb",
              "status": "affected",
              "version": "062eacf57ad91b5c272f89dc964fd6dd9715ea7d",
              "versionType": "git"
            },
            {
              "lessThan": "47f9b6e49b422392fb0e348a65eb925103ba1882",
              "status": "affected",
              "version": "062eacf57ad91b5c272f89dc964fd6dd9715ea7d",
              "versionType": "git"
            },
            {
              "lessThan": "a34acf30b19bc4ee3ba2f1082756ea2604c19138",
              "status": "affected",
              "version": "062eacf57ad91b5c272f89dc964fd6dd9715ea7d",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "mm/vmalloc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.4"
            },
            {
              "lessThan": "6.4",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.41",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.9.*",
              "status": "unaffected",
              "version": "6.9.10",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.10",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.41",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.9.10",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.10",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm: vmalloc: check if a hash-index is in cpu_possible_mask\n\nThe problem is that there are systems where cpu_possible_mask has gaps\nbetween set CPUs, for example SPARC.  In this scenario addr_to_vb_xa()\nhash function can return an index which accesses to not-possible and not\nsetup CPU area using per_cpu() macro.  This results in an oops on SPARC.\n\nA per-cpu vmap_block_queue is also used as hash table, incorrectly\nassuming the cpu_possible_mask has no gaps.  Fix it by adjusting an index\nto a next possible CPU."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The vulnerable path is the vmalloc/vmap-block allocator, reached through ordinary local allocation activity (XFS buffer mapping, f2fs/EROFS decompression, videobuf2, udmabuf) rather than through parsing of remote network data. Exploitation requires the attacker to be executing code on the affected system.\nAC:L - On an affected system the faulty index is a pure function of the vmap address, so a local user triggers it deterministically with routine file I/O \u2014 no race to win and no memory layout the attacker cannot influence, since the aliased page is a freed-initmem page returned to the buddy allocator and therefore sprayable.\nPR:L - No capability, namespace, or filesystem-admin check exists anywhere on the path; `vb_alloc()`/`vb_free()` are reached by any unprivileged user reading or writing files on XFS, f2fs (compression), or EROFS, or opening a V4L2/udmabuf device.\nUI:N - The attacker performs the triggering I/O themselves; no victim action, mount, or file-open by another user is needed.\nS:U - The faulty per-CPU access and the resulting corruption are both within the kernel\u0027s own security authority, with no crossing of a hypervisor, IOMMU, or sandbox boundary.\nC:H - The bogus per-CPU address aliases a freed initmem page that has been returned to the page allocator, so `xa_load()`/`vmap_ram_vread_iter()` dereference an `xa_head` pointer sourced from attacker-influenceable memory, giving an out-of-bounds/arbitrary kernel read primitive rather than a bounded leak.\nI:H - `xa_insert()` writes into that reallocated page, and `vb_free()` performs `spin_lock()`, `bitmap_clear()`, `WRITE_ONCE()` and `kfree_rcu()` on an unvalidated `vb` pointer loaded from it, yielding arbitrary-write and arbitrary-free primitives suitable for control-flow hijack.\nA:H - The reported and guaranteed outcome is a kernel oops on SPARC (dereferencing the 0xcc-poisoned or reallocated stale percpu alias), plus reachable `BUG_ON(tmp != vb)` in `free_vmap_block()`, causing a panic and full denial of service."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T11:34:50.674Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/28acd531c9a365dac01b32e6bc54aed8c1429bcb"
        },
        {
          "url": "https://git.kernel.org/stable/c/47f9b6e49b422392fb0e348a65eb925103ba1882"
        },
        {
          "url": "https://git.kernel.org/stable/c/a34acf30b19bc4ee3ba2f1082756ea2604c19138"
        }
      ],
      "title": "mm: vmalloc: check if a hash-index is in cpu_possible_mask",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-41032",
    "datePublished": "2024-07-29T14:31:47.600Z",
    "dateReserved": "2024-07-12T12:17:45.619Z",
    "dateUpdated": "2026-08-05T11:34:50.674Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/28acd531c9a365dac01b32e6bc54aed8c1429bcb\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/47f9b6e49b422392fb0e348a65eb925103ba1882\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/a34acf30b19bc4ee3ba2f1082756ea2604c19138\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T04:39:56.073Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-41032\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T16:23:43.996353Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:20.431Z\"}}], \"cna\": {\"title\": \"mm: vmalloc: check if a hash-index is in cpu_possible_mask\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"062eacf57ad9\", \"lessThan\": \"28acd531c9a3\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"062eacf57ad9\", \"lessThan\": \"47f9b6e49b42\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"062eacf57ad9\", \"lessThan\": \"a34acf30b19b\", \"versionType\": \"git\"}], \"programFiles\": [\"mm/vmalloc.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.4\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.4\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.6.41\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.9.10\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.9.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"mm/vmalloc.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/28acd531c9a365dac01b32e6bc54aed8c1429bcb\"}, {\"url\": \"https://git.kernel.org/stable/c/47f9b6e49b422392fb0e348a65eb925103ba1882\"}, {\"url\": \"https://git.kernel.org/stable/c/a34acf30b19bc4ee3ba2f1082756ea2604c19138\"}], \"x_generator\": {\"engine\": \"bippy-9e1c9544281a\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nmm: vmalloc: check if a hash-index is in cpu_possible_mask\\n\\nThe problem is that there are systems where cpu_possible_mask has gaps\\nbetween set CPUs, for example SPARC.  In this scenario addr_to_vb_xa()\\nhash function can return an index which accesses to not-possible and not\\nsetup CPU area using per_cpu() macro.  This results in an oops on SPARC.\\n\\nA per-cpu vmap_block_queue is also used as hash table, incorrectly\\nassuming the cpu_possible_mask has no gaps.  Fix it by adjusting an index\\nto a next possible CPU.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-11-05T09:35:20.898Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-41032\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-11-05T09:35:20.898Z\", \"dateReserved\": \"2024-07-12T12:17:45.619Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-07-29T14:31:47.600Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…