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

CVE-2026-72324 (GCVE-0-2026-72324)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:55 – Updated: 2026-08-17 05:12
VLAI
Title
gpio: mvebu: free generic chips on unbind
Summary
In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: free generic chips on unbind irq_alloc_domain_generic_chips() allocates generic chip data that must be freed via irq_domain_remove_generic_chips(). The devres action mvebu_gpio_remove_irq_domain() only called irq_domain_remove(), which only frees the generic chips if IRQ_DOMAIN_FLAG_DESTROY_GC is set. Call irq_domain_remove_generic_chips() explicitly before irq_domain_remove() instead.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 812d47889a8e418d7bea9bec383581a34c19183e , < 3649b04f86b95243fa0c845695051455fa2ba40b (git)
Affected: 812d47889a8e418d7bea9bec383581a34c19183e , < 3bfcce441c552133adeeb99c294d0ce8a62612ef (git)
Affected: 812d47889a8e418d7bea9bec383581a34c19183e , < d73e4d790db611da7439e78a6ab6cb32e7885ab8 (git)
Affected: 812d47889a8e418d7bea9bec383581a34c19183e , < b11c513ad943f35cf5e8007d3a56279c79b7ed4b (git)
Affected: f0cde54863da281cec1ed85497b4ec58d29c1460 (git)
Affected: 7a9239fd04802ee6ddf82d211cff3ee7df9c473a (git)
Affected: 3.16.40 , < 3.17 (semver)
Affected: 4.8.9 , < 4.9 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 4.9
Unaffected: 0 , < 4.9 (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": [
            "drivers/gpio/gpio-mvebu.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "3649b04f86b95243fa0c845695051455fa2ba40b",
              "status": "affected",
              "version": "812d47889a8e418d7bea9bec383581a34c19183e",
              "versionType": "git"
            },
            {
              "lessThan": "3bfcce441c552133adeeb99c294d0ce8a62612ef",
              "status": "affected",
              "version": "812d47889a8e418d7bea9bec383581a34c19183e",
              "versionType": "git"
            },
            {
              "lessThan": "d73e4d790db611da7439e78a6ab6cb32e7885ab8",
              "status": "affected",
              "version": "812d47889a8e418d7bea9bec383581a34c19183e",
              "versionType": "git"
            },
            {
              "lessThan": "b11c513ad943f35cf5e8007d3a56279c79b7ed4b",
              "status": "affected",
              "version": "812d47889a8e418d7bea9bec383581a34c19183e",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "f0cde54863da281cec1ed85497b4ec58d29c1460",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "7a9239fd04802ee6ddf82d211cff3ee7df9c473a",
              "versionType": "git"
            },
            {
              "lessThan": "3.17",
              "status": "affected",
              "version": "3.16.40",
              "versionType": "semver"
            },
            {
              "lessThan": "4.9",
              "status": "affected",
              "version": "4.8.9",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpio/gpio-mvebu.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.9"
            },
            {
              "lessThan": "4.9",
              "status": "unaffected",
              "version": "0",
              "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.12.97",
                  "versionStartIncluding": "4.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "4.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "4.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "4.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "3.16.40",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "4.8.9",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ngpio: mvebu: free generic chips on unbind\n\nirq_alloc_domain_generic_chips() allocates generic chip data that must\nbe freed via irq_domain_remove_generic_chips(). The devres action\nmvebu_gpio_remove_irq_domain() only called irq_domain_remove(), which\nonly frees the generic chips if IRQ_DOMAIN_FLAG_DESTROY_GC is set.\nCall irq_domain_remove_generic_chips() explicitly before\nirq_domain_remove() instead."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:12:30.584Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/3649b04f86b95243fa0c845695051455fa2ba40b"
        },
        {
          "url": "https://git.kernel.org/stable/c/3bfcce441c552133adeeb99c294d0ce8a62612ef"
        },
        {
          "url": "https://git.kernel.org/stable/c/d73e4d790db611da7439e78a6ab6cb32e7885ab8"
        },
        {
          "url": "https://git.kernel.org/stable/c/b11c513ad943f35cf5e8007d3a56279c79b7ed4b"
        }
      ],
      "title": "gpio: mvebu: free generic chips on unbind",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72324",
    "datePublished": "2026-08-15T05:55:35.475Z",
    "dateReserved": "2026-08-09T03:40:39.919Z",
    "dateUpdated": "2026-08-17T05:12:30.584Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72324",
      "date": "2026-09-05",
      "epss": "0.00209",
      "percentile": "0.11034"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72324\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:22:05.447\",\"lastModified\":\"2026-08-17T06:18:35.963\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ngpio: mvebu: free generic chips on unbind\\n\\nirq_alloc_domain_generic_chips() allocates generic chip data that must\\nbe freed via irq_domain_remove_generic_chips(). The devres action\\nmvebu_gpio_remove_irq_domain() only called irq_domain_remove(), which\\nonly frees the generic chips if IRQ_DOMAIN_FLAG_DESTROY_GC is set.\\nCall irq_domain_remove_generic_chips() explicitly before\\nirq_domain_remove() instead.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/gpio/gpio-mvebu.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"812d47889a8e418d7bea9bec383581a34c19183e\",\"lessThan\":\"3649b04f86b95243fa0c845695051455fa2ba40b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"812d47889a8e418d7bea9bec383581a34c19183e\",\"lessThan\":\"3bfcce441c552133adeeb99c294d0ce8a62612ef\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"812d47889a8e418d7bea9bec383581a34c19183e\",\"lessThan\":\"d73e4d790db611da7439e78a6ab6cb32e7885ab8\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"812d47889a8e418d7bea9bec383581a34c19183e\",\"lessThan\":\"b11c513ad943f35cf5e8007d3a56279c79b7ed4b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f0cde54863da281cec1ed85497b4ec58d29c1460\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7a9239fd04802ee6ddf82d211cff3ee7df9c473a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3.16.40\",\"lessThan\":\"3.17\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"4.8.9\",\"lessThan\":\"4.9\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/gpio/gpio-mvebu.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.9\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.9\",\"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/3649b04f86b95243fa0c845695051455fa2ba40b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/3bfcce441c552133adeeb99c294d0ce8a62612ef\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b11c513ad943f35cf5e8007d3a56279c79b7ed4b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d73e4d790db611da7439e78a6ab6cb32e7885ab8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-18T23:43:30+00:00",
      "cve": "CVE-2026-72324",
      "id": "CVE-2026-72324",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: gpio: mvebu: free generic chips on unbind",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72324.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…