cve-2024-49985
Vulnerability from cvelistv5
Published
2024-10-21 18:02
Modified
2024-12-19 09:30
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume In case there is any sort of clock controller attached to this I2C bus controller, for example Versaclock or even an AIC32x4 I2C codec, then an I2C transfer triggered from the clock controller clk_ops .prepare callback may trigger a deadlock on drivers/clk/clk.c prepare_lock mutex. This is because the clock controller first grabs the prepare_lock mutex and then performs the prepare operation, including its I2C access. The I2C access resumes this I2C bus controller via .runtime_resume callback, which calls clk_prepare_enable(), which attempts to grab the prepare_lock mutex again and deadlocks. Since the clock are already prepared since probe() and unprepared in remove(), use simple clk_enable()/clk_disable() calls to enable and disable the clock on runtime suspend and resume, to avoid hitting the prepare_lock mutex.
Impacted products
Vendor Product Version
Linux Linux Version: 4e7bca6fc07bf9526d797b9787dcb21e40cd10cf
Version: 4e7bca6fc07bf9526d797b9787dcb21e40cd10cf
Version: 4e7bca6fc07bf9526d797b9787dcb21e40cd10cf
Version: 4e7bca6fc07bf9526d797b9787dcb21e40cd10cf
Version: 4e7bca6fc07bf9526d797b9787dcb21e40cd10cf
Version: 4e7bca6fc07bf9526d797b9787dcb21e40cd10cf
Version: 4e7bca6fc07bf9526d797b9787dcb21e40cd10cf
Version: 4e7bca6fc07bf9526d797b9787dcb21e40cd10cf
Create a notification for this product.
   Linux Linux Version: 5.0
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-49985",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-10-22T13:31:59.737497Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-10-22T13:38:43.742Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/i2c/busses/i2c-stm32f7.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "d6f1250a4d5773f447740b9fe37b8692105796d4",
              "status": "affected",
              "version": "4e7bca6fc07bf9526d797b9787dcb21e40cd10cf",
              "versionType": "git"
            },
            {
              "lessThan": "9b8bc33ad64192f54142396470cc34ce539a8940",
              "status": "affected",
              "version": "4e7bca6fc07bf9526d797b9787dcb21e40cd10cf",
              "versionType": "git"
            },
            {
              "lessThan": "1883cad2cc629ded4a3556c0bbb8b42533ad8764",
              "status": "affected",
              "version": "4e7bca6fc07bf9526d797b9787dcb21e40cd10cf",
              "versionType": "git"
            },
            {
              "lessThan": "c2024b1a583ab9176c797ea1e5f57baf8d5e2682",
              "status": "affected",
              "version": "4e7bca6fc07bf9526d797b9787dcb21e40cd10cf",
              "versionType": "git"
            },
            {
              "lessThan": "22a1f8a5b56ba93d3e8b7a1dafa24e01c8bb48ba",
              "status": "affected",
              "version": "4e7bca6fc07bf9526d797b9787dcb21e40cd10cf",
              "versionType": "git"
            },
            {
              "lessThan": "fac3c9f7784e8184c0338e9f0877b81e55d3ef1c",
              "status": "affected",
              "version": "4e7bca6fc07bf9526d797b9787dcb21e40cd10cf",
              "versionType": "git"
            },
            {
              "lessThan": "894cd5f5fd9061983445bbd1fa3d81be43095344",
              "status": "affected",
              "version": "4e7bca6fc07bf9526d797b9787dcb21e40cd10cf",
              "versionType": "git"
            },
            {
              "lessThan": "048bbbdbf85e5e00258dfb12f5e368f908801d7b",
              "status": "affected",
              "version": "4e7bca6fc07bf9526d797b9787dcb21e40cd10cf",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/i2c/busses/i2c-stm32f7.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.0"
            },
            {
              "lessThan": "5.0",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.285",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.227",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.168",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.113",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.55",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.10.*",
              "status": "unaffected",
              "version": "6.10.14",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.11.*",
              "status": "unaffected",
              "version": "6.11.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.12",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume\n\nIn case there is any sort of clock controller attached to this I2C bus\ncontroller, for example Versaclock or even an AIC32x4 I2C codec, then\nan I2C transfer triggered from the clock controller clk_ops .prepare\ncallback may trigger a deadlock on drivers/clk/clk.c prepare_lock mutex.\n\nThis is because the clock controller first grabs the prepare_lock mutex\nand then performs the prepare operation, including its I2C access. The\nI2C access resumes this I2C bus controller via .runtime_resume callback,\nwhich calls clk_prepare_enable(), which attempts to grab the prepare_lock\nmutex again and deadlocks.\n\nSince the clock are already prepared since probe() and unprepared in\nremove(), use simple clk_enable()/clk_disable() calls to enable and\ndisable the clock on runtime suspend and resume, to avoid hitting the\nprepare_lock mutex."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-12-19T09:30:43.222Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/d6f1250a4d5773f447740b9fe37b8692105796d4"
        },
        {
          "url": "https://git.kernel.org/stable/c/9b8bc33ad64192f54142396470cc34ce539a8940"
        },
        {
          "url": "https://git.kernel.org/stable/c/1883cad2cc629ded4a3556c0bbb8b42533ad8764"
        },
        {
          "url": "https://git.kernel.org/stable/c/c2024b1a583ab9176c797ea1e5f57baf8d5e2682"
        },
        {
          "url": "https://git.kernel.org/stable/c/22a1f8a5b56ba93d3e8b7a1dafa24e01c8bb48ba"
        },
        {
          "url": "https://git.kernel.org/stable/c/fac3c9f7784e8184c0338e9f0877b81e55d3ef1c"
        },
        {
          "url": "https://git.kernel.org/stable/c/894cd5f5fd9061983445bbd1fa3d81be43095344"
        },
        {
          "url": "https://git.kernel.org/stable/c/048bbbdbf85e5e00258dfb12f5e368f908801d7b"
        }
      ],
      "title": "i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume",
      "x_generator": {
        "engine": "bippy-5f407fcff5a0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-49985",
    "datePublished": "2024-10-21T18:02:29.827Z",
    "dateReserved": "2024-10-21T12:17:06.054Z",
    "dateUpdated": "2024-12-19T09:30:43.222Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-49985\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-10-21T18:15:18.950\",\"lastModified\":\"2024-11-08T16:15:39.950\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ni2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume\\n\\nIn case there is any sort of clock controller attached to this I2C bus\\ncontroller, for example Versaclock or even an AIC32x4 I2C codec, then\\nan I2C transfer triggered from the clock controller clk_ops .prepare\\ncallback may trigger a deadlock on drivers/clk/clk.c prepare_lock mutex.\\n\\nThis is because the clock controller first grabs the prepare_lock mutex\\nand then performs the prepare operation, including its I2C access. The\\nI2C access resumes this I2C bus controller via .runtime_resume callback,\\nwhich calls clk_prepare_enable(), which attempts to grab the prepare_lock\\nmutex again and deadlocks.\\n\\nSince the clock are already prepared since probe() and unprepared in\\nremove(), use simple clk_enable()/clk_disable() calls to enable and\\ndisable the clock on runtime suspend and resume, to avoid hitting the\\nprepare_lock mutex.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: i2c: stm32f7: No preparar/despreparar el reloj durante la suspensi\u00f3n/reanudaci\u00f3n en tiempo de ejecuci\u00f3n En caso de que haya alg\u00fan tipo de controlador de reloj conectado a este controlador de bus I2C, por ejemplo Versaclock o incluso un c\u00f3dec I2C AIC32x4, entonces una transferencia I2C activada desde la devoluci\u00f3n de llamada clk_ops .prepare del controlador de reloj puede activar un bloqueo en el mutex prepare_lock de drivers/clk/clk.c. Esto se debe a que el controlador de reloj primero toma el mutex prepare_lock y luego realiza la operaci\u00f3n de preparaci\u00f3n, incluido su acceso I2C. El acceso I2C reanuda este controlador de bus I2C a trav\u00e9s de la devoluci\u00f3n de llamada .runtime_resume, que llama a clk_prepare_enable(), que intenta tomar el mutex prepare_lock nuevamente y se bloquea. Dado que el reloj ya est\u00e1 preparado desde probe() y no preparado en remove(), use llamadas clk_enable()/clk_disable() simples para habilitar y deshabilitar el reloj en la suspensi\u00f3n y reanudaci\u00f3n del tiempo de ejecuci\u00f3n, para evitar alcanzar el mutex prepare_lock.\"}],\"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\":\"CWE-667\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.0\",\"versionEndExcluding\":\"5.10.227\",\"matchCriteriaId\":\"608D5548-CA0D-4DAC-8315-046A2A849422\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.168\",\"matchCriteriaId\":\"4D51C05D-455B-4D8D-89E7-A58E140B864C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.113\",\"matchCriteriaId\":\"D01BD22E-ACD1-4618-9D01-6116570BE1EE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.55\",\"matchCriteriaId\":\"E90B9576-56C4-47BC-AAB0-C5B2D438F5D0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.10.14\",\"matchCriteriaId\":\"4C16BCE0-FFA0-4599-BE0A-1FD65101C021\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.11\",\"versionEndExcluding\":\"6.11.3\",\"matchCriteriaId\":\"54D9C704-D679-41A7-9C40-10A6B1E7FFE9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"7F361E1D-580F-4A2D-A509-7615F73167A1\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/048bbbdbf85e5e00258dfb12f5e368f908801d7b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/1883cad2cc629ded4a3556c0bbb8b42533ad8764\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/22a1f8a5b56ba93d3e8b7a1dafa24e01c8bb48ba\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/894cd5f5fd9061983445bbd1fa3d81be43095344\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/9b8bc33ad64192f54142396470cc34ce539a8940\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/c2024b1a583ab9176c797ea1e5f57baf8d5e2682\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/d6f1250a4d5773f447740b9fe37b8692105796d4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fac3c9f7784e8184c0338e9f0877b81e55d3ef1c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-49985\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-22T13:31:59.737497Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-22T13:32:03.005Z\"}}], \"cna\": {\"title\": \"i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"4e7bca6fc07bf9526d797b9787dcb21e40cd10cf\", \"lessThan\": \"d6f1250a4d5773f447740b9fe37b8692105796d4\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e7bca6fc07bf9526d797b9787dcb21e40cd10cf\", \"lessThan\": \"9b8bc33ad64192f54142396470cc34ce539a8940\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e7bca6fc07bf9526d797b9787dcb21e40cd10cf\", \"lessThan\": \"1883cad2cc629ded4a3556c0bbb8b42533ad8764\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e7bca6fc07bf9526d797b9787dcb21e40cd10cf\", \"lessThan\": \"c2024b1a583ab9176c797ea1e5f57baf8d5e2682\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e7bca6fc07bf9526d797b9787dcb21e40cd10cf\", \"lessThan\": \"22a1f8a5b56ba93d3e8b7a1dafa24e01c8bb48ba\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e7bca6fc07bf9526d797b9787dcb21e40cd10cf\", \"lessThan\": \"fac3c9f7784e8184c0338e9f0877b81e55d3ef1c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e7bca6fc07bf9526d797b9787dcb21e40cd10cf\", \"lessThan\": \"894cd5f5fd9061983445bbd1fa3d81be43095344\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e7bca6fc07bf9526d797b9787dcb21e40cd10cf\", \"lessThan\": \"048bbbdbf85e5e00258dfb12f5e368f908801d7b\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/i2c/busses/i2c-stm32f7.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.0\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.0\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.4.285\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.227\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.168\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.113\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.55\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10.14\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.10.*\"}, {\"status\": \"unaffected\", \"version\": \"6.11.3\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.11.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/i2c/busses/i2c-stm32f7.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/d6f1250a4d5773f447740b9fe37b8692105796d4\"}, {\"url\": \"https://git.kernel.org/stable/c/9b8bc33ad64192f54142396470cc34ce539a8940\"}, {\"url\": \"https://git.kernel.org/stable/c/1883cad2cc629ded4a3556c0bbb8b42533ad8764\"}, {\"url\": \"https://git.kernel.org/stable/c/c2024b1a583ab9176c797ea1e5f57baf8d5e2682\"}, {\"url\": \"https://git.kernel.org/stable/c/22a1f8a5b56ba93d3e8b7a1dafa24e01c8bb48ba\"}, {\"url\": \"https://git.kernel.org/stable/c/fac3c9f7784e8184c0338e9f0877b81e55d3ef1c\"}, {\"url\": \"https://git.kernel.org/stable/c/894cd5f5fd9061983445bbd1fa3d81be43095344\"}, {\"url\": \"https://git.kernel.org/stable/c/048bbbdbf85e5e00258dfb12f5e368f908801d7b\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ni2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume\\n\\nIn case there is any sort of clock controller attached to this I2C bus\\ncontroller, for example Versaclock or even an AIC32x4 I2C codec, then\\nan I2C transfer triggered from the clock controller clk_ops .prepare\\ncallback may trigger a deadlock on drivers/clk/clk.c prepare_lock mutex.\\n\\nThis is because the clock controller first grabs the prepare_lock mutex\\nand then performs the prepare operation, including its I2C access. The\\nI2C access resumes this I2C bus controller via .runtime_resume callback,\\nwhich calls clk_prepare_enable(), which attempts to grab the prepare_lock\\nmutex again and deadlocks.\\n\\nSince the clock are already prepared since probe() and unprepared in\\nremove(), use simple clk_enable()/clk_disable() calls to enable and\\ndisable the clock on runtime suspend and resume, to avoid hitting the\\nprepare_lock mutex.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T09:30:43.222Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-49985\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T09:30:43.222Z\", \"dateReserved\": \"2024-10-21T12:17:06.054Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-10-21T18:02:29.827Z\", \"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.
  • 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.