CVE-2026-43170 (GCVE-0-2026-43170)
Vulnerability from cvelistv5 – Published: 2026-05-06 11:27 – Updated: 2026-05-06 11:27
VLAI?
Title
usb: dwc3: gadget: Move vbus draw to workqueue context
Summary
In the Linux kernel, the following vulnerability has been resolved:
usb: dwc3: gadget: Move vbus draw to workqueue context
Currently dwc3_gadget_vbus_draw() can be called from atomic
context, which in turn invokes power-supply-core APIs. And
some these PMIC APIs have operations that may sleep, leading
to kernel panic.
Fix this by moving the vbus_draw into a workqueue context.
Severity ?
No CVSS data available.
Assigner
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Affected:
99288de36020c5a6976df77e53ac449b0f75c97f , < 76c1123ffccfaba95cf4ecc2a50f95504a522424
(git)
Affected: 99288de36020c5a6976df77e53ac449b0f75c97f , < a7a80c25b65112768eeba58a7af129d3c52a6d90 (git) Affected: 99288de36020c5a6976df77e53ac449b0f75c97f , < 2333653ef854c2cc124077f71a8526f03bf6e06a (git) Affected: 99288de36020c5a6976df77e53ac449b0f75c97f , < 74a231e3d99d310497ab0ccb359539a6063b316a (git) Affected: 99288de36020c5a6976df77e53ac449b0f75c97f , < 54aaa3b387c2f580a99dc86a9cc2eb6dfaf599a7 (git) |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/usb/dwc3/core.c",
"drivers/usb/dwc3/core.h",
"drivers/usb/dwc3/gadget.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "76c1123ffccfaba95cf4ecc2a50f95504a522424",
"status": "affected",
"version": "99288de36020c5a6976df77e53ac449b0f75c97f",
"versionType": "git"
},
{
"lessThan": "a7a80c25b65112768eeba58a7af129d3c52a6d90",
"status": "affected",
"version": "99288de36020c5a6976df77e53ac449b0f75c97f",
"versionType": "git"
},
{
"lessThan": "2333653ef854c2cc124077f71a8526f03bf6e06a",
"status": "affected",
"version": "99288de36020c5a6976df77e53ac449b0f75c97f",
"versionType": "git"
},
{
"lessThan": "74a231e3d99d310497ab0ccb359539a6063b316a",
"status": "affected",
"version": "99288de36020c5a6976df77e53ac449b0f75c97f",
"versionType": "git"
},
{
"lessThan": "54aaa3b387c2f580a99dc86a9cc2eb6dfaf599a7",
"status": "affected",
"version": "99288de36020c5a6976df77e53ac449b0f75c97f",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/usb/dwc3/core.c",
"drivers/usb/dwc3/core.h",
"drivers/usb/dwc3/gadget.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.13"
},
{
"lessThan": "5.13",
"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.16",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.6",
"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": "5.13",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.75",
"versionStartIncluding": "5.13",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.16",
"versionStartIncluding": "5.13",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19.6",
"versionStartIncluding": "5.13",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0",
"versionStartIncluding": "5.13",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: dwc3: gadget: Move vbus draw to workqueue context\n\nCurrently dwc3_gadget_vbus_draw() can be called from atomic\ncontext, which in turn invokes power-supply-core APIs. And\nsome these PMIC APIs have operations that may sleep, leading\nto kernel panic.\n\nFix this by moving the vbus_draw into a workqueue context."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-06T11:27:46.021Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/76c1123ffccfaba95cf4ecc2a50f95504a522424"
},
{
"url": "https://git.kernel.org/stable/c/a7a80c25b65112768eeba58a7af129d3c52a6d90"
},
{
"url": "https://git.kernel.org/stable/c/2333653ef854c2cc124077f71a8526f03bf6e06a"
},
{
"url": "https://git.kernel.org/stable/c/74a231e3d99d310497ab0ccb359539a6063b316a"
},
{
"url": "https://git.kernel.org/stable/c/54aaa3b387c2f580a99dc86a9cc2eb6dfaf599a7"
}
],
"title": "usb: dwc3: gadget: Move vbus draw to workqueue context",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-43170",
"datePublished": "2026-05-06T11:27:46.021Z",
"dateReserved": "2026-05-01T14:12:55.990Z",
"dateUpdated": "2026-05-06T11:27:46.021Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-43170",
"date": "2026-05-09",
"epss": "0.00018",
"percentile": "0.04917"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-43170\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-06T12:16:35.320\",\"lastModified\":\"2026-05-06T13:07:51.607\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nusb: dwc3: gadget: Move vbus draw to workqueue context\\n\\nCurrently dwc3_gadget_vbus_draw() can be called from atomic\\ncontext, which in turn invokes power-supply-core APIs. And\\nsome these PMIC APIs have operations that may sleep, leading\\nto kernel panic.\\n\\nFix this by moving the vbus_draw into a workqueue context.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/2333653ef854c2cc124077f71a8526f03bf6e06a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/54aaa3b387c2f580a99dc86a9cc2eb6dfaf599a7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/74a231e3d99d310497ab0ccb359539a6063b316a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/76c1123ffccfaba95cf4ecc2a50f95504a522424\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a7a80c25b65112768eeba58a7af129d3c52a6d90\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
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…
Loading…