CVE-2026-89992 (GCVE-0-2026-89992)
Vulnerability from cvelistv5 – Published: 2026-09-16 10:33 – Updated: 2026-09-16 14:41
VLAI
EPSS
VEX
Title
cpuidle: dt_idle_genpd: kfree() the original name allocation
Summary
In the Linux kernel, the following vulnerability has been resolved:
cpuidle: dt_idle_genpd: kfree() the original name allocation
dt_idle_pd_alloc() kasprintf()s the full node path, then points
pd->name at kbasename() of that string. dt_idle_pd_free() kfree()s
pd->name, which is no longer the start of the allocation.
Copy the basename instead.
Severity
8.4 (High)
Assigner
References
6 references
Impacted products
2 products
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Linux | Linux |
Affected:
9d976d6721dfb525b81ce981e1363c70c0975aab , < 1312ae33b91430ec99e69cd3d47f0e50a4ebf54b
(git)
Affected: 9d976d6721dfb525b81ce981e1363c70c0975aab , < a38caa9ed0d5c61c17d88393b14b292199289c1f (git) Affected: 9d976d6721dfb525b81ce981e1363c70c0975aab , < 09d002c8fb0261d35ce9d8a705de5db034ee90b8 (git) Affected: 9d976d6721dfb525b81ce981e1363c70c0975aab , < b519dfce1998c323e54a56f911cf708d9ba0e076 (git) Affected: 9d976d6721dfb525b81ce981e1363c70c0975aab , < 3394c7ba23336bdb7ece29127130fd01731d42d8 (git) Affected: 9d976d6721dfb525b81ce981e1363c70c0975aab , < 2b0ac85512b7f67479127b2713254490662eb13d (git) |
guessed | |
| Linux | Linux |
Affected:
5.18
Unaffected: 0 , < 5.18 (semver) Unaffected: 6.1.188 , ≤ 6.1.* (semver) Unaffected: 6.6.157 , ≤ 6.6.* (semver) Unaffected: 6.12.110 , ≤ 6.12.* (semver) Unaffected: 6.18.51 , ≤ 6.18.* (semver) Unaffected: 7.2.5 , ≤ 7.2.* (semver) Unaffected: 7.3-rc2 , ≤ * (original_commit_for_fix) |
guessed |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/cpuidle/dt_idle_genpd.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "1312ae33b91430ec99e69cd3d47f0e50a4ebf54b",
"status": "affected",
"version": "9d976d6721dfb525b81ce981e1363c70c0975aab",
"versionType": "git"
},
{
"lessThan": "a38caa9ed0d5c61c17d88393b14b292199289c1f",
"status": "affected",
"version": "9d976d6721dfb525b81ce981e1363c70c0975aab",
"versionType": "git"
},
{
"lessThan": "09d002c8fb0261d35ce9d8a705de5db034ee90b8",
"status": "affected",
"version": "9d976d6721dfb525b81ce981e1363c70c0975aab",
"versionType": "git"
},
{
"lessThan": "b519dfce1998c323e54a56f911cf708d9ba0e076",
"status": "affected",
"version": "9d976d6721dfb525b81ce981e1363c70c0975aab",
"versionType": "git"
},
{
"lessThan": "3394c7ba23336bdb7ece29127130fd01731d42d8",
"status": "affected",
"version": "9d976d6721dfb525b81ce981e1363c70c0975aab",
"versionType": "git"
},
{
"lessThan": "2b0ac85512b7f67479127b2713254490662eb13d",
"status": "affected",
"version": "9d976d6721dfb525b81ce981e1363c70c0975aab",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/cpuidle/dt_idle_genpd.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.18"
},
{
"lessThan": "5.18",
"status": "unaffected",
"version": "0",
"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.51",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.2.*",
"status": "unaffected",
"version": "7.2.5",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.3-rc2",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.188",
"versionStartIncluding": "5.18",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.157",
"versionStartIncluding": "5.18",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.110",
"versionStartIncluding": "5.18",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.51",
"versionStartIncluding": "5.18",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.2.5",
"versionStartIncluding": "5.18",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.3-rc2",
"versionStartIncluding": "5.18",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncpuidle: dt_idle_genpd: kfree() the original name allocation\n\ndt_idle_pd_alloc() kasprintf()s the full node path, then points\npd-\u003ename at kbasename() of that string. dt_idle_pd_free() kfree()s\npd-\u003ename, which is no longer the start of the allocation.\n\nCopy the basename instead."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"scenarios": [
{
"lang": "en",
"value": "AV:L - The invalid free is reached only from local PSCI and RISC-V SBI CPU idle genpd bring-up (psci_cpuidle_domain_probe and sbi_genpd_probe calling dt_idle_pd_alloc/dt_idle_pd_free) on ARM phones, automotive, and RISC-V boards; no network, Bluetooth, or USB receive path calls this code.\nAC:L - After dt_idle_pd_alloc() succeeds, pd-\u003ename is an interior kbasename() pointer into the kasprintf() buffer; any later psci_pd_init/sbi_pd_init unwind (ENOMEM from genpd_alloc_data or pd_provider, or of_genpd_add_provider_simple failure) deterministically kfree()s that pointer, with no race or layout lottery.\nPR:N - Both callers are builtin initcalls (core_initcall/arch_initcall) whose platform probe runs automatically on hierarchical CPU idle DT with no capability or credential check, so a Linux account is not required to reach the vulnerable unwind.\nUI:N - Probe and error unwind run during kernel initialization and deferred-probe retries; no victim needs to mount a filesystem, open a device, or load a module.\nS:U - The interior-pointer kfree corrupts host kernel SLUB state within the same security authority and does not escape a VM, bypass IOMMU, or cross another sandbox boundary.\nC:H - kfree() of an interior kasprintf() pointer is an invalid free that corrupts slab metadata and overlapping objects; that memory-corruption primitive can be groomed into arbitrary kernel memory disclosure.\nI:H - SLUB treats the misaligned interior address as an object and corrupts the freelist; heap grooming can produce overlapping allocations and write primitives enabling control-flow hijack, matching this CNA\u0027s invalid-free scoring.\nA:H - Debug and KASAN builds oops on the invalid free, and without them the corrupted slab commonly panics during CPU idle genpd bring-up, so availability impact is a kernel crash."
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-16T14:41:07.011Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/1312ae33b91430ec99e69cd3d47f0e50a4ebf54b"
},
{
"url": "https://git.kernel.org/stable/c/a38caa9ed0d5c61c17d88393b14b292199289c1f"
},
{
"url": "https://git.kernel.org/stable/c/09d002c8fb0261d35ce9d8a705de5db034ee90b8"
},
{
"url": "https://git.kernel.org/stable/c/b519dfce1998c323e54a56f911cf708d9ba0e076"
},
{
"url": "https://git.kernel.org/stable/c/3394c7ba23336bdb7ece29127130fd01731d42d8"
},
{
"url": "https://git.kernel.org/stable/c/2b0ac85512b7f67479127b2713254490662eb13d"
}
],
"title": "cpuidle: dt_idle_genpd: kfree() the original name allocation",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-89992",
"datePublished": "2026-09-16T10:33:05.925Z",
"dateReserved": "2026-09-11T19:38:34.780Z",
"dateUpdated": "2026-09-16T14:41:07.011Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2026-89992\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-16T11:17:10.350\",\"lastModified\":\"2026-09-16T15:18:22.920\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ncpuidle: dt_idle_genpd: kfree() the original name allocation\\n\\ndt_idle_pd_alloc() kasprintf()s the full node path, then points\\npd-\u003ename at kbasename() of that string. dt_idle_pd_free() kfree()s\\npd-\u003ename, which is no longer the start of the allocation.\\n\\nCopy the basename instead.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/cpuidle/dt_idle_genpd.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"9d976d6721dfb525b81ce981e1363c70c0975aab\",\"lessThan\":\"1312ae33b91430ec99e69cd3d47f0e50a4ebf54b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9d976d6721dfb525b81ce981e1363c70c0975aab\",\"lessThan\":\"a38caa9ed0d5c61c17d88393b14b292199289c1f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9d976d6721dfb525b81ce981e1363c70c0975aab\",\"lessThan\":\"09d002c8fb0261d35ce9d8a705de5db034ee90b8\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9d976d6721dfb525b81ce981e1363c70c0975aab\",\"lessThan\":\"b519dfce1998c323e54a56f911cf708d9ba0e076\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9d976d6721dfb525b81ce981e1363c70c0975aab\",\"lessThan\":\"3394c7ba23336bdb7ece29127130fd01731d42d8\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9d976d6721dfb525b81ce981e1363c70c0975aab\",\"lessThan\":\"2b0ac85512b7f67479127b2713254490662eb13d\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/cpuidle/dt_idle_genpd.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.18\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.18\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.188\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.157\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.110\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.51\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2.5\",\"lessThanOrEqual\":\"7.2.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.3-rc2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.5,\"impactScore\":5.9}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/09d002c8fb0261d35ce9d8a705de5db034ee90b8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/1312ae33b91430ec99e69cd3d47f0e50a4ebf54b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2b0ac85512b7f67479127b2713254490662eb13d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/3394c7ba23336bdb7ece29127130fd01731d42d8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a38caa9ed0d5c61c17d88393b14b292199289c1f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b519dfce1998c323e54a56f911cf708d9ba0e076\",\"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…
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…