CVE-2024-42085 (GCVE-0-2024-42085)

Vulnerability from cvelistv5 – Published: 2024-07-29 16:26 – Updated: 2025-11-03 22:01
VLAI?
Title
usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
Summary
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock When config CONFIG_USB_DWC3_DUAL_ROLE is selected, and trigger system to enter suspend status with below command: echo mem > /sys/power/state There will be a deadlock issue occurring. Detailed invoking path as below: dwc3_suspend_common() spin_lock_irqsave(&dwc->lock, flags); <-- 1st dwc3_gadget_suspend(dwc); dwc3_gadget_soft_disconnect(dwc); spin_lock_irqsave(&dwc->lock, flags); <-- 2nd This issue is exposed by commit c7ebd8149ee5 ("usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend") that removes the code of checking whether dwc->gadget_driver is NULL or not. It causes the following code is executed and deadlock occurs when trying to get the spinlock. In fact, the root cause is the commit 5265397f9442("usb: dwc3: Remove DWC3 locking during gadget suspend/resume") that forgot to remove the lock of otg mode. So, remove the redundant lock of otg mode during gadget suspend/resume.
Severity ?
No CVSS data available.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: f2bfd0a2a640ca2f308b6893a89cfb2ec31e8fde , < 8731a0b180f6b5d52397c7aeea6eda9511a467a7 (git)
Affected: 2fa487a9466760a4fb6f147aed6219379dabfc2e , < 7026576e89094aa9a0062aa6d10cba18aa99944c (git)
Affected: 5265397f94424eaea596026fd34dc7acf474dcec , < d77e2b5104c51d3668b9717c825a4a06998efe63 (git)
Affected: 5265397f94424eaea596026fd34dc7acf474dcec , < 17e2956633ca560b95f1cbbb297cfc2adf650649 (git)
Affected: 5265397f94424eaea596026fd34dc7acf474dcec , < f1274cfab183e69a7c7bafffcb4f50703c876276 (git)
Affected: 5265397f94424eaea596026fd34dc7acf474dcec , < 7838de15bb700c2898a7d741db9b1f3cbc86c136 (git)
Create a notification for this product.
    Linux Linux Affected: 6.1
Unaffected: 0 , < 6.1 (semver)
Unaffected: 5.15.162 , ≤ 5.15.* (semver)
Unaffected: 6.1.97 , ≤ 6.1.* (semver)
Unaffected: 6.6.37 , ≤ 6.6.* (semver)
Unaffected: 6.9.8 , ≤ 6.9.* (semver)
Unaffected: 6.10 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2025-11-03T22:01:17.253Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/7026576e89094aa9a0062aa6d10cba18aa99944c"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/d77e2b5104c51d3668b9717c825a4a06998efe63"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/17e2956633ca560b95f1cbbb297cfc2adf650649"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/f1274cfab183e69a7c7bafffcb4f50703c876276"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/7838de15bb700c2898a7d741db9b1f3cbc86c136"
          },
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-42085",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T16:18:57.338012Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-11T17:33:57.102Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/usb/dwc3/core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8731a0b180f6b5d52397c7aeea6eda9511a467a7",
              "status": "affected",
              "version": "f2bfd0a2a640ca2f308b6893a89cfb2ec31e8fde",
              "versionType": "git"
            },
            {
              "lessThan": "7026576e89094aa9a0062aa6d10cba18aa99944c",
              "status": "affected",
              "version": "2fa487a9466760a4fb6f147aed6219379dabfc2e",
              "versionType": "git"
            },
            {
              "lessThan": "d77e2b5104c51d3668b9717c825a4a06998efe63",
              "status": "affected",
              "version": "5265397f94424eaea596026fd34dc7acf474dcec",
              "versionType": "git"
            },
            {
              "lessThan": "17e2956633ca560b95f1cbbb297cfc2adf650649",
              "status": "affected",
              "version": "5265397f94424eaea596026fd34dc7acf474dcec",
              "versionType": "git"
            },
            {
              "lessThan": "f1274cfab183e69a7c7bafffcb4f50703c876276",
              "status": "affected",
              "version": "5265397f94424eaea596026fd34dc7acf474dcec",
              "versionType": "git"
            },
            {
              "lessThan": "7838de15bb700c2898a7d741db9b1f3cbc86c136",
              "status": "affected",
              "version": "5265397f94424eaea596026fd34dc7acf474dcec",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/usb/dwc3/core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.1"
            },
            {
              "lessThan": "6.1",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.162",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.37",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.9.*",
              "status": "unaffected",
              "version": "6.9.8",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.10",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.162",
                  "versionStartIncluding": "5.15.128",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.97",
                  "versionStartIncluding": "6.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.37",
                  "versionStartIncluding": "6.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.9.8",
                  "versionStartIncluding": "6.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.10",
                  "versionStartIncluding": "6.1",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock\n\nWhen config CONFIG_USB_DWC3_DUAL_ROLE is selected, and trigger system\nto enter suspend status with below command:\necho mem \u003e /sys/power/state\nThere will be a deadlock issue occurring. Detailed invoking path as\nbelow:\ndwc3_suspend_common()\n    spin_lock_irqsave(\u0026dwc-\u003elock, flags);              \u003c-- 1st\n    dwc3_gadget_suspend(dwc);\n        dwc3_gadget_soft_disconnect(dwc);\n            spin_lock_irqsave(\u0026dwc-\u003elock, flags);      \u003c-- 2nd\nThis issue is exposed by commit c7ebd8149ee5 (\"usb: dwc3: gadget: Fix\nNULL pointer dereference in dwc3_gadget_suspend\") that removes the code\nof checking whether dwc-\u003egadget_driver is NULL or not. It causes the\nfollowing code is executed and deadlock occurs when trying to get the\nspinlock. In fact, the root cause is the commit 5265397f9442(\"usb: dwc3:\nRemove DWC3 locking during gadget suspend/resume\") that forgot to remove\nthe lock of otg mode. So, remove the redundant lock of otg mode during\ngadget suspend/resume."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-08-28T14:42:41.986Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8731a0b180f6b5d52397c7aeea6eda9511a467a7"
        },
        {
          "url": "https://git.kernel.org/stable/c/7026576e89094aa9a0062aa6d10cba18aa99944c"
        },
        {
          "url": "https://git.kernel.org/stable/c/d77e2b5104c51d3668b9717c825a4a06998efe63"
        },
        {
          "url": "https://git.kernel.org/stable/c/17e2956633ca560b95f1cbbb297cfc2adf650649"
        },
        {
          "url": "https://git.kernel.org/stable/c/f1274cfab183e69a7c7bafffcb4f50703c876276"
        },
        {
          "url": "https://git.kernel.org/stable/c/7838de15bb700c2898a7d741db9b1f3cbc86c136"
        }
      ],
      "title": "usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-42085",
    "datePublished": "2024-07-29T16:26:26.284Z",
    "dateReserved": "2024-07-29T15:50:41.170Z",
    "dateUpdated": "2025-11-03T22:01:17.253Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/7026576e89094aa9a0062aa6d10cba18aa99944c\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/d77e2b5104c51d3668b9717c825a4a06998efe63\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/17e2956633ca560b95f1cbbb297cfc2adf650649\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/f1274cfab183e69a7c7bafffcb4f50703c876276\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/7838de15bb700c2898a7d741db9b1f3cbc86c136\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T04:54:32.178Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-42085\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T16:18:57.338012Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:19.811Z\"}}], \"cna\": {\"title\": \"usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"f2bfd0a2a640ca2f308b6893a89cfb2ec31e8fde\", \"lessThan\": \"8731a0b180f6b5d52397c7aeea6eda9511a467a7\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"2fa487a9466760a4fb6f147aed6219379dabfc2e\", \"lessThan\": \"7026576e89094aa9a0062aa6d10cba18aa99944c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5265397f94424eaea596026fd34dc7acf474dcec\", \"lessThan\": \"d77e2b5104c51d3668b9717c825a4a06998efe63\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5265397f94424eaea596026fd34dc7acf474dcec\", \"lessThan\": \"17e2956633ca560b95f1cbbb297cfc2adf650649\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5265397f94424eaea596026fd34dc7acf474dcec\", \"lessThan\": \"f1274cfab183e69a7c7bafffcb4f50703c876276\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5265397f94424eaea596026fd34dc7acf474dcec\", \"lessThan\": \"7838de15bb700c2898a7d741db9b1f3cbc86c136\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/usb/dwc3/core.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.1\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.1\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.15.162\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.97\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.37\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.9.8\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.9.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/usb/dwc3/core.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/8731a0b180f6b5d52397c7aeea6eda9511a467a7\"}, {\"url\": \"https://git.kernel.org/stable/c/7026576e89094aa9a0062aa6d10cba18aa99944c\"}, {\"url\": \"https://git.kernel.org/stable/c/d77e2b5104c51d3668b9717c825a4a06998efe63\"}, {\"url\": \"https://git.kernel.org/stable/c/17e2956633ca560b95f1cbbb297cfc2adf650649\"}, {\"url\": \"https://git.kernel.org/stable/c/f1274cfab183e69a7c7bafffcb4f50703c876276\"}, {\"url\": \"https://git.kernel.org/stable/c/7838de15bb700c2898a7d741db9b1f3cbc86c136\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nusb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock\\n\\nWhen config CONFIG_USB_DWC3_DUAL_ROLE is selected, and trigger system\\nto enter suspend status with below command:\\necho mem \u003e /sys/power/state\\nThere will be a deadlock issue occurring. Detailed invoking path as\\nbelow:\\ndwc3_suspend_common()\\n    spin_lock_irqsave(\u0026dwc-\u003elock, flags);              \u003c-- 1st\\n    dwc3_gadget_suspend(dwc);\\n        dwc3_gadget_soft_disconnect(dwc);\\n            spin_lock_irqsave(\u0026dwc-\u003elock, flags);      \u003c-- 2nd\\nThis issue is exposed by commit c7ebd8149ee5 (\\\"usb: dwc3: gadget: Fix\\nNULL pointer dereference in dwc3_gadget_suspend\\\") that removes the code\\nof checking whether dwc-\u003egadget_driver is NULL or not. It causes the\\nfollowing code is executed and deadlock occurs when trying to get the\\nspinlock. In fact, the root cause is the commit 5265397f9442(\\\"usb: dwc3:\\nRemove DWC3 locking during gadget suspend/resume\\\") that forgot to remove\\nthe lock of otg mode. So, remove the redundant lock of otg mode during\\ngadget suspend/resume.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.162\", \"versionStartIncluding\": \"5.15.128\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.97\", \"versionStartIncluding\": \"6.1\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.37\", \"versionStartIncluding\": \"6.1\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.9.8\", \"versionStartIncluding\": \"6.1\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.10\", \"versionStartIncluding\": \"6.1\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-08-28T14:42:41.986Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-42085\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-08-28T14:42:41.986Z\", \"dateReserved\": \"2024-07-29T15:50:41.170Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-07-29T16:26:26.284Z\", \"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 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…