GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-72257 (GCVE-0-2026-72257)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:54 – Updated: 2026-08-17 05:11
VLAI
Title
ASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback
Summary
In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback When q6apm_free_fragments() is called it frees rx_data.buf/tx_data.buf and sets them to NULL under graph->lock. A late DSP buffer-done response can race with this: graph_callback() passes the !graph->ar_graph guard (not yet NULL), acquires the lock, but then dereferences a now-NULL buf pointer to read buf[token].phys, crashing at virtual address 0x10. Add a NULL check for buf inside the mutex-protected section in both the write-done (DATA_CMD_RSP_WR_SH_MEM_EP_DATA_BUFFER_DONE_V2) and read-done (DATA_CMD_RSP_RD_SH_MEM_EP_DATA_BUFFER_V2) handlers and bail out cleanly if buffers have already been freed. This problem is only shown up recently while apr bus was updated to process the commands per service rather from single global queue.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 5477518b8a0e8a45239646acd80c9bafc4401522 , < a164e744d8de1c41049bd9a1452a4b6bbf5bd8bc (git)
Affected: 5477518b8a0e8a45239646acd80c9bafc4401522 , < ec369eac0795cfa8f4d3a0cd35a1e8e15f780331 (git)
Affected: 5477518b8a0e8a45239646acd80c9bafc4401522 , < 2c715f8a1e644ce4c3e8be5b0fd3f1f4704b73b3 (git)
Affected: 5477518b8a0e8a45239646acd80c9bafc4401522 , < ca028334343a140efda4b22e53cbce2c5e94a489 (git)
Affected: 5477518b8a0e8a45239646acd80c9bafc4401522 , < 214af790e3a33ab73587de4c925c60a550eae9c6 (git)
Affected: 5477518b8a0e8a45239646acd80c9bafc4401522 , < 2e9261761b35f0b67b7487688cd1365f535be0b3 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.16
Unaffected: 0 , < 5.16 (semver)
Unaffected: 6.1.178 , ≤ 6.1.* (semver)
Unaffected: 6.6.145 , ≤ 6.6.* (semver)
Unaffected: 6.12.97 , ≤ 6.12.* (semver)
Unaffected: 6.18.40 , ≤ 6.18.* (semver)
Unaffected: 7.1.5 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "sound/soc/qcom/qdsp6/q6apm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "a164e744d8de1c41049bd9a1452a4b6bbf5bd8bc",
              "status": "affected",
              "version": "5477518b8a0e8a45239646acd80c9bafc4401522",
              "versionType": "git"
            },
            {
              "lessThan": "ec369eac0795cfa8f4d3a0cd35a1e8e15f780331",
              "status": "affected",
              "version": "5477518b8a0e8a45239646acd80c9bafc4401522",
              "versionType": "git"
            },
            {
              "lessThan": "2c715f8a1e644ce4c3e8be5b0fd3f1f4704b73b3",
              "status": "affected",
              "version": "5477518b8a0e8a45239646acd80c9bafc4401522",
              "versionType": "git"
            },
            {
              "lessThan": "ca028334343a140efda4b22e53cbce2c5e94a489",
              "status": "affected",
              "version": "5477518b8a0e8a45239646acd80c9bafc4401522",
              "versionType": "git"
            },
            {
              "lessThan": "214af790e3a33ab73587de4c925c60a550eae9c6",
              "status": "affected",
              "version": "5477518b8a0e8a45239646acd80c9bafc4401522",
              "versionType": "git"
            },
            {
              "lessThan": "2e9261761b35f0b67b7487688cd1365f535be0b3",
              "status": "affected",
              "version": "5477518b8a0e8a45239646acd80c9bafc4401522",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "sound/soc/qcom/qdsp6/q6apm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.16"
            },
            {
              "lessThan": "5.16",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.178",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.145",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.178",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback\n\nWhen q6apm_free_fragments() is called it frees rx_data.buf/tx_data.buf\nand sets them to NULL under graph-\u003elock. A late DSP buffer-done response\ncan race with this: graph_callback() passes the !graph-\u003ear_graph guard\n(not yet NULL), acquires the lock, but then dereferences a now-NULL buf\npointer to read buf[token].phys, crashing at virtual address 0x10.\n\nAdd a NULL check for buf inside the mutex-protected section in both the\nwrite-done (DATA_CMD_RSP_WR_SH_MEM_EP_DATA_BUFFER_DONE_V2) and\nread-done (DATA_CMD_RSP_RD_SH_MEM_EP_DATA_BUFFER_V2) handlers and bail\nout cleanly if buffers have already been freed.\n\nThis problem is only shown up recently while apr bus was updated to\nprocess the commands per service rather from single global queue."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:11:15.758Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/a164e744d8de1c41049bd9a1452a4b6bbf5bd8bc"
        },
        {
          "url": "https://git.kernel.org/stable/c/ec369eac0795cfa8f4d3a0cd35a1e8e15f780331"
        },
        {
          "url": "https://git.kernel.org/stable/c/2c715f8a1e644ce4c3e8be5b0fd3f1f4704b73b3"
        },
        {
          "url": "https://git.kernel.org/stable/c/ca028334343a140efda4b22e53cbce2c5e94a489"
        },
        {
          "url": "https://git.kernel.org/stable/c/214af790e3a33ab73587de4c925c60a550eae9c6"
        },
        {
          "url": "https://git.kernel.org/stable/c/2e9261761b35f0b67b7487688cd1365f535be0b3"
        }
      ],
      "title": "ASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72257",
    "datePublished": "2026-08-15T05:54:44.448Z",
    "dateReserved": "2026-08-09T03:40:39.915Z",
    "dateUpdated": "2026-08-17T05:11:15.758Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72257",
      "date": "2026-09-04",
      "epss": "0.00206",
      "percentile": "0.10604"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72257\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:21:53.527\",\"lastModified\":\"2026-08-17T06:18:28.020\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback\\n\\nWhen q6apm_free_fragments() is called it frees rx_data.buf/tx_data.buf\\nand sets them to NULL under graph-\u003elock. A late DSP buffer-done response\\ncan race with this: graph_callback() passes the !graph-\u003ear_graph guard\\n(not yet NULL), acquires the lock, but then dereferences a now-NULL buf\\npointer to read buf[token].phys, crashing at virtual address 0x10.\\n\\nAdd a NULL check for buf inside the mutex-protected section in both the\\nwrite-done (DATA_CMD_RSP_WR_SH_MEM_EP_DATA_BUFFER_DONE_V2) and\\nread-done (DATA_CMD_RSP_RD_SH_MEM_EP_DATA_BUFFER_V2) handlers and bail\\nout cleanly if buffers have already been freed.\\n\\nThis problem is only shown up recently while apr bus was updated to\\nprocess the commands per service rather from single global queue.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"sound/soc/qcom/qdsp6/q6apm.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5477518b8a0e8a45239646acd80c9bafc4401522\",\"lessThan\":\"a164e744d8de1c41049bd9a1452a4b6bbf5bd8bc\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5477518b8a0e8a45239646acd80c9bafc4401522\",\"lessThan\":\"ec369eac0795cfa8f4d3a0cd35a1e8e15f780331\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5477518b8a0e8a45239646acd80c9bafc4401522\",\"lessThan\":\"2c715f8a1e644ce4c3e8be5b0fd3f1f4704b73b3\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5477518b8a0e8a45239646acd80c9bafc4401522\",\"lessThan\":\"ca028334343a140efda4b22e53cbce2c5e94a489\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5477518b8a0e8a45239646acd80c9bafc4401522\",\"lessThan\":\"214af790e3a33ab73587de4c925c60a550eae9c6\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5477518b8a0e8a45239646acd80c9bafc4401522\",\"lessThan\":\"2e9261761b35f0b67b7487688cd1365f535be0b3\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"sound/soc/qcom/qdsp6/q6apm.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.16\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.16\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.178\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.145\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.97\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.40\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/214af790e3a33ab73587de4c925c60a550eae9c6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2c715f8a1e644ce4c3e8be5b0fd3f1f4704b73b3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2e9261761b35f0b67b7487688cd1365f535be0b3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a164e744d8de1c41049bd9a1452a4b6bbf5bd8bc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ca028334343a140efda4b22e53cbce2c5e94a489\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ec369eac0795cfa8f4d3a0cd35a1e8e15f780331\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-08-19T05:25:10+00:00",
      "cve": "CVE-2026-72257",
      "id": "CVE-2026-72257",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_affected": "76",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: ASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72257.json",
      "version": "3"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…