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

CVE-2026-31756 (GCVE-0-2026-31756)

Vulnerability from cvelistv5 – Published: 2026-05-01 14:14 – Updated: 2026-05-23 16:05
VLAI
Title
usb: dwc2: gadget: Fix spin_lock/unlock mismatch in dwc2_hsotg_udc_stop()
Summary
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: gadget: Fix spin_lock/unlock mismatch in dwc2_hsotg_udc_stop() dwc2_gadget_exit_clock_gating() internally calls call_gadget() macro, which expects hsotg->lock to be held since it does spin_unlock/spin_lock around the gadget driver callback invocation. However, dwc2_hsotg_udc_stop() calls dwc2_gadget_exit_clock_gating() without holding the lock. This leads to: - spin_unlock on a lock that is not held (undefined behavior) - The lock remaining held after dwc2_gadget_exit_clock_gating() returns, causing a deadlock when spin_lock_irqsave() is called later in the same function. Fix this by acquiring hsotg->lock before calling dwc2_gadget_exit_clock_gating() and releasing it afterwards, which satisfies the locking requirement of the call_gadget() macro.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 5cb3cb3db317c58d50b68f3ca3bb8343ea9d1acd , < e9fcca3e87463013d595c65c2189ffaa32ad3b50 (git)
Affected: 1ac826cebc2776f91569f2aa9c9c3da2375d2096 , < 8ffe31acb3b77a30ae34d01719a269881569fb7f (git)
Affected: 41732f9febdccb4f9b87c13cb915d717d68ccafd , < beab10429439e20708036a66fb0d97ffb79da6a1 (git)
Affected: ba78c2b3254c4a458c01776612e8a573e12f8d26 , < 4ed9d2dd9f29828c311db6ec4b8e0d34bfd6d6a4 (git)
Affected: af076a41f8a28faf9ceb9dd2d88aef2c202ef39a , < 61937f686290494998236c680ce0836b8dd63a3f (git)
Affected: af076a41f8a28faf9ceb9dd2d88aef2c202ef39a , < 51b62286fc668c6eb74dee7624ec0beec3c5a0ed (git)
Affected: af076a41f8a28faf9ceb9dd2d88aef2c202ef39a , < 9bb4b5ed7f8c4f95cc556bdf042b0ba2fa13557a (git)
Affected: b39c203690fa1678daecc60f347e43c8b593b969 (git)
Affected: 5.15.187 , < 5.15.203 (semver)
Affected: 6.1.143 , < 6.1.168 (semver)
Affected: 6.6.96 , < 6.6.134 (semver)
Affected: 6.12.36 , < 6.12.81 (semver)
Affected: 6.15.5 , < 6.16 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 6.16
Unaffected: 0 , < 6.16 (semver)
Unaffected: 5.15.203 , ≤ 5.15.* (semver)
Unaffected: 6.1.168 , ≤ 6.1.* (semver)
Unaffected: 6.6.134 , ≤ 6.6.* (semver)
Unaffected: 6.12.81 , ≤ 6.12.* (semver)
Unaffected: 6.18.22 , ≤ 6.18.* (semver)
Unaffected: 6.19.12 , ≤ 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/usb/dwc2/gadget.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "e9fcca3e87463013d595c65c2189ffaa32ad3b50",
              "status": "affected",
              "version": "5cb3cb3db317c58d50b68f3ca3bb8343ea9d1acd",
              "versionType": "git"
            },
            {
              "lessThan": "8ffe31acb3b77a30ae34d01719a269881569fb7f",
              "status": "affected",
              "version": "1ac826cebc2776f91569f2aa9c9c3da2375d2096",
              "versionType": "git"
            },
            {
              "lessThan": "beab10429439e20708036a66fb0d97ffb79da6a1",
              "status": "affected",
              "version": "41732f9febdccb4f9b87c13cb915d717d68ccafd",
              "versionType": "git"
            },
            {
              "lessThan": "4ed9d2dd9f29828c311db6ec4b8e0d34bfd6d6a4",
              "status": "affected",
              "version": "ba78c2b3254c4a458c01776612e8a573e12f8d26",
              "versionType": "git"
            },
            {
              "lessThan": "61937f686290494998236c680ce0836b8dd63a3f",
              "status": "affected",
              "version": "af076a41f8a28faf9ceb9dd2d88aef2c202ef39a",
              "versionType": "git"
            },
            {
              "lessThan": "51b62286fc668c6eb74dee7624ec0beec3c5a0ed",
              "status": "affected",
              "version": "af076a41f8a28faf9ceb9dd2d88aef2c202ef39a",
              "versionType": "git"
            },
            {
              "lessThan": "9bb4b5ed7f8c4f95cc556bdf042b0ba2fa13557a",
              "status": "affected",
              "version": "af076a41f8a28faf9ceb9dd2d88aef2c202ef39a",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "b39c203690fa1678daecc60f347e43c8b593b969",
              "versionType": "git"
            },
            {
              "lessThan": "5.15.203",
              "status": "affected",
              "version": "5.15.187",
              "versionType": "semver"
            },
            {
              "lessThan": "6.1.168",
              "status": "affected",
              "version": "6.1.143",
              "versionType": "semver"
            },
            {
              "lessThan": "6.6.134",
              "status": "affected",
              "version": "6.6.96",
              "versionType": "semver"
            },
            {
              "lessThan": "6.12.81",
              "status": "affected",
              "version": "6.12.36",
              "versionType": "semver"
            },
            {
              "lessThan": "6.16",
              "status": "affected",
              "version": "6.15.5",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/usb/dwc2/gadget.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.16"
            },
            {
              "lessThan": "6.16",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.203",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.168",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.134",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.81",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.22",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.19.*",
              "status": "unaffected",
              "version": "6.19.12",
              "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": "5.15.203",
                  "versionStartIncluding": "5.15.187",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.168",
                  "versionStartIncluding": "6.1.143",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.134",
                  "versionStartIncluding": "6.6.96",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.81",
                  "versionStartIncluding": "6.12.36",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.22",
                  "versionStartIncluding": "6.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.12",
                  "versionStartIncluding": "6.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "6.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.15.5",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: dwc2: gadget: Fix spin_lock/unlock mismatch in dwc2_hsotg_udc_stop()\n\ndwc2_gadget_exit_clock_gating() internally calls call_gadget() macro,\nwhich expects hsotg-\u003elock to be held since it does spin_unlock/spin_lock\naround the gadget driver callback invocation.\n\nHowever, dwc2_hsotg_udc_stop() calls dwc2_gadget_exit_clock_gating()\nwithout holding the lock. This leads to:\n - spin_unlock on a lock that is not held (undefined behavior)\n - The lock remaining held after dwc2_gadget_exit_clock_gating() returns,\n   causing a deadlock when spin_lock_irqsave() is called later in the\n   same function.\n\nFix this by acquiring hsotg-\u003elock before calling\ndwc2_gadget_exit_clock_gating() and releasing it afterwards, which\nsatisfies the locking requirement of the call_gadget() macro."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-23T16:05:53.039Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/e9fcca3e87463013d595c65c2189ffaa32ad3b50"
        },
        {
          "url": "https://git.kernel.org/stable/c/8ffe31acb3b77a30ae34d01719a269881569fb7f"
        },
        {
          "url": "https://git.kernel.org/stable/c/beab10429439e20708036a66fb0d97ffb79da6a1"
        },
        {
          "url": "https://git.kernel.org/stable/c/4ed9d2dd9f29828c311db6ec4b8e0d34bfd6d6a4"
        },
        {
          "url": "https://git.kernel.org/stable/c/61937f686290494998236c680ce0836b8dd63a3f"
        },
        {
          "url": "https://git.kernel.org/stable/c/51b62286fc668c6eb74dee7624ec0beec3c5a0ed"
        },
        {
          "url": "https://git.kernel.org/stable/c/9bb4b5ed7f8c4f95cc556bdf042b0ba2fa13557a"
        }
      ],
      "title": "usb: dwc2: gadget: Fix spin_lock/unlock mismatch in dwc2_hsotg_udc_stop()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-31756",
    "datePublished": "2026-05-01T14:14:47.000Z",
    "dateReserved": "2026-03-09T15:48:24.139Z",
    "dateUpdated": "2026-05-23T16:05:53.039Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-31756",
      "date": "2026-09-16",
      "epss": "0.00095",
      "percentile": "0.00717"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-31756\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-01T15:16:38.580\",\"lastModified\":\"2026-06-17T10:34:24.320\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nusb: dwc2: gadget: Fix spin_lock/unlock mismatch in dwc2_hsotg_udc_stop()\\n\\ndwc2_gadget_exit_clock_gating() internally calls call_gadget() macro,\\nwhich expects hsotg-\u003elock to be held since it does spin_unlock/spin_lock\\naround the gadget driver callback invocation.\\n\\nHowever, dwc2_hsotg_udc_stop() calls dwc2_gadget_exit_clock_gating()\\nwithout holding the lock. This leads to:\\n - spin_unlock on a lock that is not held (undefined behavior)\\n - The lock remaining held after dwc2_gadget_exit_clock_gating() returns,\\n   causing a deadlock when spin_lock_irqsave() is called later in the\\n   same function.\\n\\nFix this by acquiring hsotg-\u003elock before calling\\ndwc2_gadget_exit_clock_gating() and releasing it afterwards, which\\nsatisfies the locking requirement of the call_gadget() macro.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/usb/dwc2/gadget.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5cb3cb3db317c58d50b68f3ca3bb8343ea9d1acd\",\"lessThan\":\"e9fcca3e87463013d595c65c2189ffaa32ad3b50\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"1ac826cebc2776f91569f2aa9c9c3da2375d2096\",\"lessThan\":\"8ffe31acb3b77a30ae34d01719a269881569fb7f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"41732f9febdccb4f9b87c13cb915d717d68ccafd\",\"lessThan\":\"beab10429439e20708036a66fb0d97ffb79da6a1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ba78c2b3254c4a458c01776612e8a573e12f8d26\",\"lessThan\":\"4ed9d2dd9f29828c311db6ec4b8e0d34bfd6d6a4\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"af076a41f8a28faf9ceb9dd2d88aef2c202ef39a\",\"lessThan\":\"61937f686290494998236c680ce0836b8dd63a3f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"af076a41f8a28faf9ceb9dd2d88aef2c202ef39a\",\"lessThan\":\"51b62286fc668c6eb74dee7624ec0beec3c5a0ed\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"af076a41f8a28faf9ceb9dd2d88aef2c202ef39a\",\"lessThan\":\"9bb4b5ed7f8c4f95cc556bdf042b0ba2fa13557a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b39c203690fa1678daecc60f347e43c8b593b969\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5.15.187\",\"lessThan\":\"5.15.203\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.1.143\",\"lessThan\":\"6.1.168\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.6.96\",\"lessThan\":\"6.6.134\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.12.36\",\"lessThan\":\"6.12.81\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.15.5\",\"lessThan\":\"6.16\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/usb/dwc2/gadget.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.16\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.16\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.203\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.168\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.134\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.81\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.22\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19.12\",\"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\":\"CWE-667\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.15.187\",\"versionEndExcluding\":\"5.15.203\",\"matchCriteriaId\":\"47F2AD8D-1BF2-49F3-AB68-24C4630BAFD0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.1.143\",\"versionEndExcluding\":\"6.1.168\",\"matchCriteriaId\":\"7E908ADC-45DA-494F-9E71-A310F56EDCAF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.6.96\",\"versionEndExcluding\":\"6.6.134\",\"matchCriteriaId\":\"E220ECC5-ECBC-4EFF-B943-1DEACE981592\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.12.36\",\"versionEndExcluding\":\"6.12.81\",\"matchCriteriaId\":\"0FFEF924-DF26-4B6A-B663-70084F25414E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.15.5\",\"versionEndExcluding\":\"6.18.22\",\"matchCriteriaId\":\"8F8BB240-724D-4162-8196-2D2F2C5C8724\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"6.19.12\",\"matchCriteriaId\":\"0A2B9540-02D5-41B4-B16A-82AF66FD4F36\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"F253B622-8837-4245-BCE5-A7BF8FC76A16\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"4AE85AD8-4641-4E7C-A2F4-305E2CD9EE64\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F666C8D8-6538-46D4-B318-87610DE64C34\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"02259FDA-961B-47BC-AE7F-93D7EC6E90C2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"58A9FEFF-C040-420D-8F0A-BFDAAA1DF258\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"1D2315C0-D46F-4F85-9754-F9E5E11374A6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"512EE3A8-A590-4501-9A94-5D4B268D6138\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/4ed9d2dd9f29828c311db6ec4b8e0d34bfd6d6a4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/51b62286fc668c6eb74dee7624ec0beec3c5a0ed\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/61937f686290494998236c680ce0836b8dd63a3f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8ffe31acb3b77a30ae34d01719a269881569fb7f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/9bb4b5ed7f8c4f95cc556bdf042b0ba2fa13557a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/beab10429439e20708036a66fb0d97ffb79da6a1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e9fcca3e87463013d595c65c2189ffaa32ad3b50\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-06-28T11:37:21+00:00",
      "cve": "CVE-2026-31756",
      "id": "CVE-2026-31756",
      "initial_release_date": "2026-05-01T00:00:00+00:00",
      "product_status:known_affected": "76",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: usb: dwc2: gadget: Fix spin_lock/unlock mismatch in dwc2_hsotg_udc_stop()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-31756.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-28T01:27:10Z",
      "cve": "CVE-2026-31756",
      "id": "CVE-2026-31756",
      "initial_release_date": "2026-05-06T01:43:04Z",
      "product_status:first_fixed": "2",
      "product_status:known_affected": "424",
      "product_status:known_not_affected": "202",
      "product_status:recommended": "265",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-31756",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-31756.json",
      "version": "7"
    }
  }
}



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…