CVE-2024-43856 (GCVE-0-2024-43856)
Vulnerability from cvelistv5
Published
2024-08-17 09:24
Modified
2025-11-03 22:05
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: dma: fix call order in dmam_free_coherent dmam_free_coherent() frees a DMA allocation, which makes the freed vaddr available for reuse, then calls devres_destroy() to remove and free the data structure used to track the DMA allocation. Between the two calls, it is possible for a concurrent task to make an allocation with the same vaddr and add it to the devres list. If this happens, there will be two entries in the devres list with the same vaddr and devres_destroy() can free the wrong entry, triggering the WARN_ON() in dmam_match. Fix by destroying the devres entry before freeing the DMA allocation. kokonut //net/encryption http://sponge2/b9145fe6-0f72-4325-ac2f-a84d81075b03
Impacted products
Vendor Product Version
Linux Linux Version: 9ac7849e35f705830f7b016ff272b0ff1f7ff759
Version: 9ac7849e35f705830f7b016ff272b0ff1f7ff759
Version: 9ac7849e35f705830f7b016ff272b0ff1f7ff759
Version: 9ac7849e35f705830f7b016ff272b0ff1f7ff759
Version: 9ac7849e35f705830f7b016ff272b0ff1f7ff759
Version: 9ac7849e35f705830f7b016ff272b0ff1f7ff759
Version: 9ac7849e35f705830f7b016ff272b0ff1f7ff759
Version: 9ac7849e35f705830f7b016ff272b0ff1f7ff759
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-43856",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T16:07:08.178694Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-12T17:33:20.523Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2025-11-03T22:05:56.178Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html"
          },
          {
            "url": "https://lists.debian.org/debian-lts-announce/2024/10/msg00003.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "kernel/dma/mapping.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "fe2d246080f035e0af5793cb79067ba125e4fb63",
              "status": "affected",
              "version": "9ac7849e35f705830f7b016ff272b0ff1f7ff759",
              "versionType": "git"
            },
            {
              "lessThan": "2f7bbdc744f2e7051d1cb47c8e082162df1923c9",
              "status": "affected",
              "version": "9ac7849e35f705830f7b016ff272b0ff1f7ff759",
              "versionType": "git"
            },
            {
              "lessThan": "257193083e8f43907e99ea633820fc2b3bcd24c7",
              "status": "affected",
              "version": "9ac7849e35f705830f7b016ff272b0ff1f7ff759",
              "versionType": "git"
            },
            {
              "lessThan": "87b34c8c94e29fa01d744e5147697f592998d954",
              "status": "affected",
              "version": "9ac7849e35f705830f7b016ff272b0ff1f7ff759",
              "versionType": "git"
            },
            {
              "lessThan": "f993a4baf6b622232e4c190d34c220179e5d61eb",
              "status": "affected",
              "version": "9ac7849e35f705830f7b016ff272b0ff1f7ff759",
              "versionType": "git"
            },
            {
              "lessThan": "1fe97f68fce1ba24bf823bfb0eb0956003473130",
              "status": "affected",
              "version": "9ac7849e35f705830f7b016ff272b0ff1f7ff759",
              "versionType": "git"
            },
            {
              "lessThan": "22094f5f52e7bc16c5bf9613365049383650b02e",
              "status": "affected",
              "version": "9ac7849e35f705830f7b016ff272b0ff1f7ff759",
              "versionType": "git"
            },
            {
              "lessThan": "28e8b7406d3a1f5329a03aa25a43aa28e087cb20",
              "status": "affected",
              "version": "9ac7849e35f705830f7b016ff272b0ff1f7ff759",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "kernel/dma/mapping.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.21"
            },
            {
              "lessThan": "2.6.21",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.320",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.282",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.224",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.165",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.103",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.44",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.10.*",
              "status": "unaffected",
              "version": "6.10.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.11",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.320",
                  "versionStartIncluding": "2.6.21",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.282",
                  "versionStartIncluding": "2.6.21",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.224",
                  "versionStartIncluding": "2.6.21",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.165",
                  "versionStartIncluding": "2.6.21",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.103",
                  "versionStartIncluding": "2.6.21",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.44",
                  "versionStartIncluding": "2.6.21",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.10.3",
                  "versionStartIncluding": "2.6.21",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.11",
                  "versionStartIncluding": "2.6.21",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndma: fix call order in dmam_free_coherent\n\ndmam_free_coherent() frees a DMA allocation, which makes the\nfreed vaddr available for reuse, then calls devres_destroy()\nto remove and free the data structure used to track the DMA\nallocation. Between the two calls, it is possible for a\nconcurrent task to make an allocation with the same vaddr\nand add it to the devres list.\n\nIf this happens, there will be two entries in the devres list\nwith the same vaddr and devres_destroy() can free the wrong\nentry, triggering the WARN_ON() in dmam_match.\n\nFix by destroying the devres entry before freeing the DMA\nallocation.\n\n  kokonut //net/encryption\n    http://sponge2/b9145fe6-0f72-4325-ac2f-a84d81075b03"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T09:27:48.406Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/fe2d246080f035e0af5793cb79067ba125e4fb63"
        },
        {
          "url": "https://git.kernel.org/stable/c/2f7bbdc744f2e7051d1cb47c8e082162df1923c9"
        },
        {
          "url": "https://git.kernel.org/stable/c/257193083e8f43907e99ea633820fc2b3bcd24c7"
        },
        {
          "url": "https://git.kernel.org/stable/c/87b34c8c94e29fa01d744e5147697f592998d954"
        },
        {
          "url": "https://git.kernel.org/stable/c/f993a4baf6b622232e4c190d34c220179e5d61eb"
        },
        {
          "url": "https://git.kernel.org/stable/c/1fe97f68fce1ba24bf823bfb0eb0956003473130"
        },
        {
          "url": "https://git.kernel.org/stable/c/22094f5f52e7bc16c5bf9613365049383650b02e"
        },
        {
          "url": "https://git.kernel.org/stable/c/28e8b7406d3a1f5329a03aa25a43aa28e087cb20"
        }
      ],
      "title": "dma: fix call order in dmam_free_coherent",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-43856",
    "datePublished": "2024-08-17T09:24:26.560Z",
    "dateReserved": "2024-08-17T09:11:59.278Z",
    "dateUpdated": "2025-11-03T22:05:56.178Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-43856\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T16:07:08.178694Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:22.874Z\"}}], \"cna\": {\"title\": \"dma: fix call order in dmam_free_coherent\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"9ac7849e35f705830f7b016ff272b0ff1f7ff759\", \"lessThan\": \"fe2d246080f035e0af5793cb79067ba125e4fb63\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9ac7849e35f705830f7b016ff272b0ff1f7ff759\", \"lessThan\": \"2f7bbdc744f2e7051d1cb47c8e082162df1923c9\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9ac7849e35f705830f7b016ff272b0ff1f7ff759\", \"lessThan\": \"257193083e8f43907e99ea633820fc2b3bcd24c7\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9ac7849e35f705830f7b016ff272b0ff1f7ff759\", \"lessThan\": \"87b34c8c94e29fa01d744e5147697f592998d954\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9ac7849e35f705830f7b016ff272b0ff1f7ff759\", \"lessThan\": \"f993a4baf6b622232e4c190d34c220179e5d61eb\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9ac7849e35f705830f7b016ff272b0ff1f7ff759\", \"lessThan\": \"1fe97f68fce1ba24bf823bfb0eb0956003473130\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9ac7849e35f705830f7b016ff272b0ff1f7ff759\", \"lessThan\": \"22094f5f52e7bc16c5bf9613365049383650b02e\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9ac7849e35f705830f7b016ff272b0ff1f7ff759\", \"lessThan\": \"28e8b7406d3a1f5329a03aa25a43aa28e087cb20\", \"versionType\": \"git\"}], \"programFiles\": [\"kernel/dma/mapping.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.6.21\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"2.6.21\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.19.320\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.282\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.224\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.165\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.103\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.44\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10.3\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.10.*\"}, {\"status\": \"unaffected\", \"version\": \"6.11\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"kernel/dma/mapping.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/fe2d246080f035e0af5793cb79067ba125e4fb63\"}, {\"url\": \"https://git.kernel.org/stable/c/2f7bbdc744f2e7051d1cb47c8e082162df1923c9\"}, {\"url\": \"https://git.kernel.org/stable/c/257193083e8f43907e99ea633820fc2b3bcd24c7\"}, {\"url\": \"https://git.kernel.org/stable/c/87b34c8c94e29fa01d744e5147697f592998d954\"}, {\"url\": \"https://git.kernel.org/stable/c/f993a4baf6b622232e4c190d34c220179e5d61eb\"}, {\"url\": \"https://git.kernel.org/stable/c/1fe97f68fce1ba24bf823bfb0eb0956003473130\"}, {\"url\": \"https://git.kernel.org/stable/c/22094f5f52e7bc16c5bf9613365049383650b02e\"}, {\"url\": \"https://git.kernel.org/stable/c/28e8b7406d3a1f5329a03aa25a43aa28e087cb20\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndma: fix call order in dmam_free_coherent\\n\\ndmam_free_coherent() frees a DMA allocation, which makes the\\nfreed vaddr available for reuse, then calls devres_destroy()\\nto remove and free the data structure used to track the DMA\\nallocation. Between the two calls, it is possible for a\\nconcurrent task to make an allocation with the same vaddr\\nand add it to the devres list.\\n\\nIf this happens, there will be two entries in the devres list\\nwith the same vaddr and devres_destroy() can free the wrong\\nentry, triggering the WARN_ON() in dmam_match.\\n\\nFix by destroying the devres entry before freeing the DMA\\nallocation.\\n\\n  kokonut //net/encryption\\n    http://sponge2/b9145fe6-0f72-4325-ac2f-a84d81075b03\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T09:17:14.623Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-43856\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T09:17:14.623Z\", \"dateReserved\": \"2024-08-17T09:11:59.278Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-08-17T09:24:26.560Z\", \"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…