FKIE_CVE-2026-90319
Vulnerability from fkie_nvd - Published: 2026-09-17 17:17 - Updated: 2026-09-17 17:17
Severity
Summary
In the Linux kernel, the following vulnerability has been resolved:
rapidio: clear mport->net when rio_add_net() fails
rio_alloc_net() stores the newly allocated rio_net in mport->net before
rio_scan_alloc_net() registers the device.
If rio_add_net() fails, rio_scan_alloc_net() drops the device reference
with put_device(), which releases the rio_net through the device release
callback. However, mport->net is left pointing at the freed object.
A later mport unregister path can then dereference the dangling mport->net
pointer and may try to free the same rio_net again.
Clear mport->net in the rio_add_net() failure path, matching the cleanup
done for the destID table allocation failure path.
References
Impacted products
| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/rapidio/rio-scan.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "24f60ebabeb8757cec8ec2f97660d521bc9147ec",
"status": "affected",
"version": "4f3509cfcc02e9d757f2714bb7dbbeec35de6fa7",
"versionType": "git"
},
{
"lessThan": "6a760a53e73064735cdfa9e51c664983a89baf96",
"status": "affected",
"version": "181d4daaefb3bceeb2f2635ba9f3781eeda9e550",
"versionType": "git"
},
{
"lessThan": "3f00999e44d9984036a029dbad9d2afe94a674d0",
"status": "affected",
"version": "ad82be4298a89a9ae46f07128bdf3d8614bce745",
"versionType": "git"
},
{
"lessThan": "332591a245de978349a7558f8b20469951bb77cc",
"status": "affected",
"version": "e6411c3b9512dba09af7d014d474516828c89706",
"versionType": "git"
},
{
"lessThan": "75f0bc167b96bbbef8182b88308c732af82c8d83",
"status": "affected",
"version": "c332f3e2df0fcae5a45fd55cc18902fb1e4825ca",
"versionType": "git"
},
{
"lessThan": "44a37264b26911e13d0a4f5630751c4157ed0354",
"status": "affected",
"version": "e842f9a1edf306bf36fe2a4d847a0b0d458770de",
"versionType": "git"
},
{
"lessThan": "530a9d5ef831a0049dad9a6b2b92d02301352c38",
"status": "affected",
"version": "e842f9a1edf306bf36fe2a4d847a0b0d458770de",
"versionType": "git"
},
{
"lessThan": "b74030fbf187b43c1f85b66a7082e9946511cb5d",
"status": "affected",
"version": "e842f9a1edf306bf36fe2a4d847a0b0d458770de",
"versionType": "git"
},
{
"status": "affected",
"version": "6d22953c4a183d0b7fdf34d68c5debd16da6edc5",
"versionType": "git"
},
{
"status": "affected",
"version": "a0d069ccc475abaaa79c6368ee27fc0b5912bea8",
"versionType": "git"
},
{
"lessThan": "5.10.270",
"status": "affected",
"version": "5.10.235",
"versionType": "semver"
},
{
"lessThan": "5.15.221",
"status": "affected",
"version": "5.15.179",
"versionType": "semver"
},
{
"lessThan": "6.1.188",
"status": "affected",
"version": "6.1.131",
"versionType": "semver"
},
{
"lessThan": "6.6.157",
"status": "affected",
"version": "6.6.83",
"versionType": "semver"
},
{
"lessThan": "6.12.110",
"status": "affected",
"version": "6.12.19",
"versionType": "semver"
},
{
"lessThan": "5.5",
"status": "affected",
"version": "5.4.291",
"versionType": "semver"
},
{
"lessThan": "6.14",
"status": "affected",
"version": "6.13.7",
"versionType": "semver"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/rapidio/rio-scan.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.14"
},
{
"lessThan": "6.14",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.270",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.221",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.188",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.157",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.110",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.52",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.2.*",
"status": "unaffected",
"version": "7.2.6",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.3-rc1",
"versionType": "original_commit_for_fix"
}
]
}
],
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nrapidio: clear mport-\u003enet when rio_add_net() fails\n\nrio_alloc_net() stores the newly allocated rio_net in mport-\u003enet before\nrio_scan_alloc_net() registers the device.\n\nIf rio_add_net() fails, rio_scan_alloc_net() drops the device reference\nwith put_device(), which releases the rio_net through the device release\ncallback. However, mport-\u003enet is left pointing at the freed object.\n\nA later mport unregister path can then dereference the dangling mport-\u003enet\npointer and may try to free the same rio_net again.\n\nClear mport-\u003enet in the rio_add_net() failure path, matching the cleanup\ndone for the destID table allocation failure path."
}
],
"id": "CVE-2026-90319",
"lastModified": "2026-09-17T17:17:29.817",
"metrics": {},
"published": "2026-09-17T17:17:29.817",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/24f60ebabeb8757cec8ec2f97660d521bc9147ec"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/332591a245de978349a7558f8b20469951bb77cc"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/3f00999e44d9984036a029dbad9d2afe94a674d0"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/44a37264b26911e13d0a4f5630751c4157ed0354"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/530a9d5ef831a0049dad9a6b2b92d02301352c38"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/6a760a53e73064735cdfa9e51c664983a89baf96"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/75f0bc167b96bbbef8182b88308c732af82c8d83"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/b74030fbf187b43c1f85b66a7082e9946511cb5d"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Received"
}
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…
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.
Browse all ATT&CK techniques and the vulnerabilities related to each.
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.
Browse all ATT&CK techniques and the vulnerabilities related to each.
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…