GHSA-3J49-838F-HR4G
Vulnerability from github – Published: 2026-08-28 09:31 – Updated: 2026-08-28 09:31
VLAI
Details
In the Linux kernel, the following vulnerability has been resolved:
Input: ims-pcu - fix potential infinite loop in CDC union descriptor parsing
The driver parses CDC union descriptors in ims_pcu_get_cdc_union_desc() by iterating through the extra descriptor data. However, it does not verify that the bLength of each descriptor is at least 2. A malicious device could provide a descriptor with bLength = 0, leading to an infinite loop in the driver.
Add a check to ensure bLength is at least 2 before proceeding with parsing.
{
"affected": [],
"aliases": [
"CVE-2026-80594"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-08-28T08:16:43Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: ims-pcu - fix potential infinite loop in CDC union descriptor parsing\n\nThe driver parses CDC union descriptors in ims_pcu_get_cdc_union_desc()\nby iterating through the extra descriptor data. However, it does not\nverify that the bLength of each descriptor is at least 2. A malicious\ndevice could provide a descriptor with bLength = 0, leading to an\ninfinite loop in the driver.\n\nAdd a check to ensure bLength is at least 2 before proceeding with\nparsing.",
"id": "GHSA-3j49-838f-hr4g",
"modified": "2026-08-28T09:31:46Z",
"published": "2026-08-28T09:31:46Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-80594"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/383934c249a9817d242d02d30bfbc8defbf0d533"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/6314bd9e2a6b3362998dc85485dd4b0f133a3532"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/67a038c5a7c9bd8aabe6fba8ac9d2e31c0bd5a28"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/76eeeb3a8e3c13d5c0ef28666b57dcb5cc101a32"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/b847f2725ef47a26b3d01eca3d54fd811e5a544d"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/bbbe31486cf2d12177462e4a814244c2597c9849"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/d4579af29e67ca8722db0a1194227f8015c8981d"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e3f93d63dcd48c1f0ba9041f2ffa8aea7170e295"
}
],
"schema_version": "1.4.0",
"severity": []
}
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…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…