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

CVE-2026-23033 (GCVE-0-2026-23033)

Vulnerability from cvelistv5 – Published: 2026-01-31 11:42 – Updated: 2026-06-02 13:00
VLAI
Title
dmaengine: omap-dma: fix dma_pool resource leak in error paths
Summary
In the Linux kernel, the following vulnerability has been resolved: dmaengine: omap-dma: fix dma_pool resource leak in error paths The dma_pool created by dma_pool_create() is not destroyed when dma_async_device_register() or of_dma_controller_register() fails, causing a resource leak in the probe error paths. Add dma_pool_destroy() in both error paths to properly release the allocated dma_pool resource.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 7bedaa5537604f34d1d63c5ec7891e559d2a61ed , < 8d66cb05b8b76396387a7b3a91f9284225c87f04 (git)
Affected: 7bedaa5537604f34d1d63c5ec7891e559d2a61ed , < 2b29f38f4f9660595e8272b8e8b82ffcca7ce592 (git)
Affected: 7bedaa5537604f34d1d63c5ec7891e559d2a61ed , < 6b867a98699657c2a698bbc9e60656349b39b905 (git)
Affected: 7bedaa5537604f34d1d63c5ec7891e559d2a61ed , < 88a9483f093bbb9263dcf21bc7fdb5132e5de88d (git)
Affected: 7bedaa5537604f34d1d63c5ec7891e559d2a61ed , < 4b93712e96be17029bd22787f2e39feb0e73272c (git)
Affected: 7bedaa5537604f34d1d63c5ec7891e559d2a61ed , < 829b00481734dd54e72f755fd6584bce6fbffbb0 (git)
Affected: 7bedaa5537604f34d1d63c5ec7891e559d2a61ed , < 2e1136acf8a8887c29f52e35a77b537309af321f (git)
guessed Create a notification for this product.
Linux Linux Affected: 3.6
Unaffected: 0 , < 3.6 (semver)
Unaffected: 5.10.249 , ≤ 5.10.* (semver)
Unaffected: 5.15.199 , ≤ 5.15.* (semver)
Unaffected: 6.1.162 , ≤ 6.1.* (semver)
Unaffected: 6.6.122 , ≤ 6.6.* (semver)
Unaffected: 6.12.67 , ≤ 6.12.* (semver)
Unaffected: 6.18.7 , ≤ 6.18.* (semver)
Unaffected: 6.19 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Siemens RUGGEDCOM RST2428P Affected: 0 , < V4.0 (custom)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "affected": [
          {
            "defaultStatus": "unknown",
            "product": "RUGGEDCOM RST2428P",
            "vendor": "Siemens",
            "versions": [
              {
                "lessThan": "V4.0",
                "status": "affected",
                "version": "0",
                "versionType": "custom"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-06-02T13:00:54.479Z",
          "orgId": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
          "shortName": "siemens-SADP"
        },
        "references": [
          {
            "url": "https://cert-portal.siemens.com/productcert/html/ssa-253495.html"
          }
        ],
        "x_adpType": "supplier"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/dma/ti/omap-dma.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8d66cb05b8b76396387a7b3a91f9284225c87f04",
              "status": "affected",
              "version": "7bedaa5537604f34d1d63c5ec7891e559d2a61ed",
              "versionType": "git"
            },
            {
              "lessThan": "2b29f38f4f9660595e8272b8e8b82ffcca7ce592",
              "status": "affected",
              "version": "7bedaa5537604f34d1d63c5ec7891e559d2a61ed",
              "versionType": "git"
            },
            {
              "lessThan": "6b867a98699657c2a698bbc9e60656349b39b905",
              "status": "affected",
              "version": "7bedaa5537604f34d1d63c5ec7891e559d2a61ed",
              "versionType": "git"
            },
            {
              "lessThan": "88a9483f093bbb9263dcf21bc7fdb5132e5de88d",
              "status": "affected",
              "version": "7bedaa5537604f34d1d63c5ec7891e559d2a61ed",
              "versionType": "git"
            },
            {
              "lessThan": "4b93712e96be17029bd22787f2e39feb0e73272c",
              "status": "affected",
              "version": "7bedaa5537604f34d1d63c5ec7891e559d2a61ed",
              "versionType": "git"
            },
            {
              "lessThan": "829b00481734dd54e72f755fd6584bce6fbffbb0",
              "status": "affected",
              "version": "7bedaa5537604f34d1d63c5ec7891e559d2a61ed",
              "versionType": "git"
            },
            {
              "lessThan": "2e1136acf8a8887c29f52e35a77b537309af321f",
              "status": "affected",
              "version": "7bedaa5537604f34d1d63c5ec7891e559d2a61ed",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/dma/ti/omap-dma.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.6"
            },
            {
              "lessThan": "3.6",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.249",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.199",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.162",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.122",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.67",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.7",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.19",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.249",
                  "versionStartIncluding": "3.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.199",
                  "versionStartIncluding": "3.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.162",
                  "versionStartIncluding": "3.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.122",
                  "versionStartIncluding": "3.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.67",
                  "versionStartIncluding": "3.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.7",
                  "versionStartIncluding": "3.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19",
                  "versionStartIncluding": "3.6",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: omap-dma: fix dma_pool resource leak in error paths\n\nThe dma_pool created by dma_pool_create() is not destroyed when\ndma_async_device_register() or of_dma_controller_register() fails,\ncausing a resource leak in the probe error paths.\n\nAdd dma_pool_destroy() in both error paths to properly release the\nallocated dma_pool resource."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T21:58:42.294Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8d66cb05b8b76396387a7b3a91f9284225c87f04"
        },
        {
          "url": "https://git.kernel.org/stable/c/2b29f38f4f9660595e8272b8e8b82ffcca7ce592"
        },
        {
          "url": "https://git.kernel.org/stable/c/6b867a98699657c2a698bbc9e60656349b39b905"
        },
        {
          "url": "https://git.kernel.org/stable/c/88a9483f093bbb9263dcf21bc7fdb5132e5de88d"
        },
        {
          "url": "https://git.kernel.org/stable/c/4b93712e96be17029bd22787f2e39feb0e73272c"
        },
        {
          "url": "https://git.kernel.org/stable/c/829b00481734dd54e72f755fd6584bce6fbffbb0"
        },
        {
          "url": "https://git.kernel.org/stable/c/2e1136acf8a8887c29f52e35a77b537309af321f"
        }
      ],
      "title": "dmaengine: omap-dma: fix dma_pool resource leak in error paths",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-23033",
    "datePublished": "2026-01-31T11:42:28.352Z",
    "dateReserved": "2026-01-13T15:37:45.942Z",
    "dateUpdated": "2026-06-02T13:00:54.479Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-23033",
      "date": "2026-09-16",
      "epss": "0.00209",
      "percentile": "0.11333"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-23033\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-01-31T12:16:06.613\",\"lastModified\":\"2026-06-17T10:20:44.847\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndmaengine: omap-dma: fix dma_pool resource leak in error paths\\n\\nThe dma_pool created by dma_pool_create() is not destroyed when\\ndma_async_device_register() or of_dma_controller_register() fails,\\ncausing a resource leak in the probe error paths.\\n\\nAdd dma_pool_destroy() in both error paths to properly release the\\nallocated dma_pool resource.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta:\\n\\ndmaengine: omap-dma: correcci\u00f3n de fuga de recursos de dma_pool en las rutas de error\\n\\nEl dma_pool creado por dma_pool_create() no se destruye cuando dma_async_device_register() o of_dma_controller_register() fallan, causando una fuga de recursos en las rutas de error de sondeo.\\n\\nA\u00f1adir dma_pool_destroy() en ambas rutas de error para liberar correctamente el recurso dma_pool asignado.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/dma/ti/omap-dma.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"7bedaa5537604f34d1d63c5ec7891e559d2a61ed\",\"lessThan\":\"8d66cb05b8b76396387a7b3a91f9284225c87f04\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7bedaa5537604f34d1d63c5ec7891e559d2a61ed\",\"lessThan\":\"2b29f38f4f9660595e8272b8e8b82ffcca7ce592\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7bedaa5537604f34d1d63c5ec7891e559d2a61ed\",\"lessThan\":\"6b867a98699657c2a698bbc9e60656349b39b905\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7bedaa5537604f34d1d63c5ec7891e559d2a61ed\",\"lessThan\":\"88a9483f093bbb9263dcf21bc7fdb5132e5de88d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7bedaa5537604f34d1d63c5ec7891e559d2a61ed\",\"lessThan\":\"4b93712e96be17029bd22787f2e39feb0e73272c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7bedaa5537604f34d1d63c5ec7891e559d2a61ed\",\"lessThan\":\"829b00481734dd54e72f755fd6584bce6fbffbb0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7bedaa5537604f34d1d63c5ec7891e559d2a61ed\",\"lessThan\":\"2e1136acf8a8887c29f52e35a77b537309af321f\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/dma/ti/omap-dma.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3.6\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"3.6\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.249\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.199\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.162\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.122\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.67\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.7\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]},{\"source\":\"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e\",\"affectedData\":[{\"vendor\":\"Siemens\",\"product\":\"RUGGEDCOM RST2428P\",\"defaultStatus\":\"unknown\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"V4.0\",\"versionType\":\"custom\",\"status\":\"affected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/2b29f38f4f9660595e8272b8e8b82ffcca7ce592\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2e1136acf8a8887c29f52e35a77b537309af321f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4b93712e96be17029bd22787f2e39feb0e73272c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6b867a98699657c2a698bbc9e60656349b39b905\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/829b00481734dd54e72f755fd6584bce6fbffbb0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/88a9483f093bbb9263dcf21bc7fdb5132e5de88d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8d66cb05b8b76396387a7b3a91f9284225c87f04\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://cert-portal.siemens.com/productcert/html/ssa-253495.html\",\"source\":\"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "None",
      "current_release_date": "2026-06-28T07:18:17+00:00",
      "cve": "CVE-2026-23033",
      "id": "CVE-2026-23033",
      "initial_release_date": "2026-01-31T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: dmaengine: omap-dma: fix dma_pool resource leak in error paths",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-23033.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "low",
      "current_release_date": "2026-07-24T02:40:52Z",
      "cve": "CVE-2026-23033",
      "id": "CVE-2026-23033",
      "initial_release_date": "2026-02-01T00:23:38Z",
      "product_status:first_fixed": "2",
      "product_status:known_affected": "500",
      "product_status:known_not_affected": "133",
      "product_status:recommended": "295",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-23033",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-23033.json",
      "version": "25"
    }
  }
}



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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…