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

CVE-2026-46255 (GCVE-0-2026-46255)

Vulnerability from cvelistv5 – Published: 2026-06-03 15:49 – Updated: 2026-06-03 15:49
VLAI
Title
dmaengine: fsl-edma: don't explicitly disable clocks in .remove()
Summary
In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: don't explicitly disable clocks in .remove() The clocks in fsl_edma_engine::muxclk are allocated and enabled with devm_clk_get_enabled(), which automatically cleans these resources up, but these clocks are also manually disabled in fsl_edma_remove(). This causes warnings on driver removal for each clock: edma_module already disabled WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1200 clk_core_disable+0x198/0x1c8 [...] Call trace: clk_core_disable+0x198/0x1c8 (P) clk_disable+0x34/0x58 fsl_edma_remove+0x74/0xe8 [fsl_edma] [...] ---[ end trace 0000000000000000 ]--- edma_module already unprepared WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1059 clk_core_unprepare+0x1f8/0x220 [...] Call trace: clk_core_unprepare+0x1f8/0x220 (P) clk_unprepare+0x34/0x58 fsl_edma_remove+0x7c/0xe8 [fsl_edma] [...] ---[ end trace 0000000000000000 ]--- Fix these warnings by removing the unnecessary fsl_disable_clocks() call in fsl_edma_remove().
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: a9903de3aa16731846bf924342eca44bdabe9be6 , < 533d495f15e4c88ad5246c7f90ae026702e28d75 (git)
Affected: a9903de3aa16731846bf924342eca44bdabe9be6 , < 68feac21bd4de7ae4faba05704c404861d991fcf (git)
Affected: a9903de3aa16731846bf924342eca44bdabe9be6 , < bda244871179543dd3be7d093236cb33b2fb1765 (git)
Affected: a9903de3aa16731846bf924342eca44bdabe9be6 , < b84dba68c4823da452cec99a5d213571a65d06de (git)
Affected: a9903de3aa16731846bf924342eca44bdabe9be6 , < 666c53e94c1d0bf0bdf14c49505ece9ddbe725bc (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.6
Unaffected: 0 , < 6.6 (semver)
Unaffected: 6.6.128 , ≤ 6.6.* (semver)
Unaffected: 6.12.75 , ≤ 6.12.* (semver)
Unaffected: 6.18.14 , ≤ 6.18.* (semver)
Unaffected: 6.19.4 , ≤ 6.19.* (semver)
Unaffected: 7.0 , ≤ * (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/dma/fsl-edma-main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "533d495f15e4c88ad5246c7f90ae026702e28d75",
              "status": "affected",
              "version": "a9903de3aa16731846bf924342eca44bdabe9be6",
              "versionType": "git"
            },
            {
              "lessThan": "68feac21bd4de7ae4faba05704c404861d991fcf",
              "status": "affected",
              "version": "a9903de3aa16731846bf924342eca44bdabe9be6",
              "versionType": "git"
            },
            {
              "lessThan": "bda244871179543dd3be7d093236cb33b2fb1765",
              "status": "affected",
              "version": "a9903de3aa16731846bf924342eca44bdabe9be6",
              "versionType": "git"
            },
            {
              "lessThan": "b84dba68c4823da452cec99a5d213571a65d06de",
              "status": "affected",
              "version": "a9903de3aa16731846bf924342eca44bdabe9be6",
              "versionType": "git"
            },
            {
              "lessThan": "666c53e94c1d0bf0bdf14c49505ece9ddbe725bc",
              "status": "affected",
              "version": "a9903de3aa16731846bf924342eca44bdabe9be6",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/dma/fsl-edma-main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.6"
            },
            {
              "lessThan": "6.6",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.128",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.75",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.14",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.19.*",
              "status": "unaffected",
              "version": "6.19.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.128",
                  "versionStartIncluding": "6.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.75",
                  "versionStartIncluding": "6.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.14",
                  "versionStartIncluding": "6.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.4",
                  "versionStartIncluding": "6.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "6.6",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: fsl-edma: don\u0027t explicitly disable clocks in .remove()\n\nThe clocks in fsl_edma_engine::muxclk are allocated and enabled with\ndevm_clk_get_enabled(), which automatically cleans these resources up,\nbut these clocks are also manually disabled in fsl_edma_remove(). This\ncauses warnings on driver removal for each clock:\n\n        edma_module already disabled\n        WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1200 clk_core_disable+0x198/0x1c8\n        [...]\n        Call trace:\n         clk_core_disable+0x198/0x1c8 (P)\n         clk_disable+0x34/0x58\n         fsl_edma_remove+0x74/0xe8 [fsl_edma]\n         [...]\n        ---[ end trace 0000000000000000 ]---\n        edma_module already unprepared\n        WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1059 clk_core_unprepare+0x1f8/0x220\n        [...]\n        Call trace:\n         clk_core_unprepare+0x1f8/0x220 (P)\n         clk_unprepare+0x34/0x58\n         fsl_edma_remove+0x7c/0xe8 [fsl_edma]\n         [...]\n        ---[ end trace 0000000000000000 ]---\n\nFix these warnings by removing the unnecessary fsl_disable_clocks() call\nin fsl_edma_remove()."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-06-03T15:49:52.091Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/533d495f15e4c88ad5246c7f90ae026702e28d75"
        },
        {
          "url": "https://git.kernel.org/stable/c/68feac21bd4de7ae4faba05704c404861d991fcf"
        },
        {
          "url": "https://git.kernel.org/stable/c/bda244871179543dd3be7d093236cb33b2fb1765"
        },
        {
          "url": "https://git.kernel.org/stable/c/b84dba68c4823da452cec99a5d213571a65d06de"
        },
        {
          "url": "https://git.kernel.org/stable/c/666c53e94c1d0bf0bdf14c49505ece9ddbe725bc"
        }
      ],
      "title": "dmaengine: fsl-edma: don\u0027t explicitly disable clocks in .remove()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-46255",
    "datePublished": "2026-06-03T15:49:52.091Z",
    "dateReserved": "2026-05-13T15:03:33.107Z",
    "dateUpdated": "2026-06-03T15:49:52.091Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-46255",
      "date": "2026-09-16",
      "epss": "0.00114",
      "percentile": "0.01685"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-46255\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-06-03T18:16:26.463\",\"lastModified\":\"2026-07-22T20:10:00.127\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndmaengine: fsl-edma: don\u0027t explicitly disable clocks in .remove()\\n\\nThe clocks in fsl_edma_engine::muxclk are allocated and enabled with\\ndevm_clk_get_enabled(), which automatically cleans these resources up,\\nbut these clocks are also manually disabled in fsl_edma_remove(). This\\ncauses warnings on driver removal for each clock:\\n\\n        edma_module already disabled\\n        WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1200 clk_core_disable+0x198/0x1c8\\n        [...]\\n        Call trace:\\n         clk_core_disable+0x198/0x1c8 (P)\\n         clk_disable+0x34/0x58\\n         fsl_edma_remove+0x74/0xe8 [fsl_edma]\\n         [...]\\n        ---[ end trace 0000000000000000 ]---\\n        edma_module already unprepared\\n        WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1059 clk_core_unprepare+0x1f8/0x220\\n        [...]\\n        Call trace:\\n         clk_core_unprepare+0x1f8/0x220 (P)\\n         clk_unprepare+0x34/0x58\\n         fsl_edma_remove+0x7c/0xe8 [fsl_edma]\\n         [...]\\n        ---[ end trace 0000000000000000 ]---\\n\\nFix these warnings by removing the unnecessary fsl_disable_clocks() call\\nin fsl_edma_remove().\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta:\\n\\ndmaengine: fsl-edma: no deshabilitar expl\u00edcitamente los relojes en .remove()\\n\\nLos relojes en fsl_edma_engine::muxclk se asignan y habilitan con\\ndevm_clk_get_enabled(), lo que autom\u00e1ticamente libera estos recursos,\\npero estos relojes tambi\u00e9n se deshabilitan manualmente en fsl_edma_remove(). Esto\\ncausa advertencias al eliminar el controlador para cada reloj:\\n\\n        edma_module ya deshabilitado\\n        ADVERTENCIA: CPU: 0 PID: 418 at drivers/clk/clk.c:1200 clk_core_disable+0x198/0x1c8\\n        [...]\\n        Traza de llamada:\\n         clk_core_disable+0x198/0x1c8 (P)\\n         clk_disable+0x34/0x58\\n         fsl_edma_remove+0x74/0xe8 [fsl_edma]\\n         [...]\\n        ---[ fin de la traza 0000000000000000 ]---\\n        edma_module ya no preparado\\n        ADVERTENCIA: CPU: 0 PID: 418 at drivers/clk/clk.c:1059 clk_core_unprepare+0x1f8/0x220\\n        [...]\\n        Traza de llamada:\\n         clk_core_unprepare+0x1f8/0x220 (P)\\n         clk_unprepare+0x34/0x58\\n         fsl_edma_remove+0x7c/0xe8 [fsl_edma]\\n         [...]\\n        ---[ fin de la traza 0000000000000000 ]---\\n\\nSolucionar estas advertencias eliminando la llamada innecesaria a fsl_disable_clocks()\\nen fsl_edma_remove().\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/dma/fsl-edma-main.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"a9903de3aa16731846bf924342eca44bdabe9be6\",\"lessThan\":\"533d495f15e4c88ad5246c7f90ae026702e28d75\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a9903de3aa16731846bf924342eca44bdabe9be6\",\"lessThan\":\"68feac21bd4de7ae4faba05704c404861d991fcf\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a9903de3aa16731846bf924342eca44bdabe9be6\",\"lessThan\":\"bda244871179543dd3be7d093236cb33b2fb1765\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a9903de3aa16731846bf924342eca44bdabe9be6\",\"lessThan\":\"b84dba68c4823da452cec99a5d213571a65d06de\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a9903de3aa16731846bf924342eca44bdabe9be6\",\"lessThan\":\"666c53e94c1d0bf0bdf14c49505ece9ddbe725bc\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/dma/fsl-edma-main.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.6\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.6\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.128\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.75\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.14\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19.4\",\"lessThanOrEqual\":\"6.19.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.6\",\"versionEndExcluding\":\"6.6.128\",\"matchCriteriaId\":\"C0FD95A9-209E-44A8-8F1D-1EB130F75861\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.75\",\"matchCriteriaId\":\"BCE16369-98ED-41CF-8995-DFDC10B288D2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.14\",\"matchCriteriaId\":\"BF463CB7-1F58-4607-B847-77ED23E4B9B7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"6.19.4\",\"matchCriteriaId\":\"672A3E79-EC03-479D-8503-361DFBDC8092\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/533d495f15e4c88ad5246c7f90ae026702e28d75\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/666c53e94c1d0bf0bdf14c49505ece9ddbe725bc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/68feac21bd4de7ae4faba05704c404861d991fcf\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b84dba68c4823da452cec99a5d213571a65d06de\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/bda244871179543dd3be7d093236cb33b2fb1765\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-06-28T07:41:49+00:00",
      "cve": "CVE-2026-46255",
      "id": "CVE-2026-46255",
      "initial_release_date": "2026-06-03T00:00:00+00:00",
      "product_status:known_affected": "76",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: dmaengine: fsl-edma: don\u0027t explicitly disable clocks in .remove()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46255.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-31T16:53:32Z",
      "cve": "CVE-2026-46255",
      "id": "CVE-2026-46255",
      "initial_release_date": "2026-06-04T02:21:52Z",
      "product_status:first_fixed": "2",
      "product_status:known_not_affected": "385",
      "product_status:recommended": "145",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-46255",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-46255.json",
      "version": "6"
    }
  }
}



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…