CVE-2026-23443 (GCVE-0-2026-23443)
Vulnerability from cvelistv5
Published
2026-04-03 15:15
Modified
2026-04-18 08:58
Severity ?
VLAI Severity ?
EPSS score ?
Summary
In the Linux kernel, the following vulnerability has been resolved:
ACPI: processor: Fix previous acpi_processor_errata_piix4() fix
After commi f132e089fe89 ("ACPI: processor: Fix NULL-pointer dereference
in acpi_processor_errata_piix4()"), device pointers may be dereferenced
after dropping references to the device objects pointed to by them,
which may cause a use-after-free to occur.
Moreover, debug messages about enabling the errata may be printed
if the errata flags corresponding to them are unset.
Address all of these issues by moving message printing to the points
in the code where the errata flags are set.
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Version: 06724a60cfa9767ea90b0f5d3dfb5cdd251b64f5 Version: ad86ac604f8391c0212a91412d4f764c7a85f254 Version: 01e8751b37a366b1ca561add0042f2ceb18c03bf Version: b803811485ac0b2f774b6bf3abc8b999ba3b7033 Version: 29f60d3d06818d40118a30d663231f027ae87a05 Version: 0398b641be2b66c2fc7e0163c606ef19372e7ad5 Version: f132e089fe89cadc2098991f0a3cb05c3f824ac6 |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/acpi/acpi_processor.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "68408e8f9e366ad9850a66ac65cb569f13bf6cd4",
"status": "affected",
"version": "06724a60cfa9767ea90b0f5d3dfb5cdd251b64f5",
"versionType": "git"
},
{
"lessThan": "2e369ba9eb7b8a06e9cc35a3e7fe73e59272f8c2",
"status": "affected",
"version": "ad86ac604f8391c0212a91412d4f764c7a85f254",
"versionType": "git"
},
{
"lessThan": "edf4c2aaee08e8fd503fbae705c801e92a0b55d7",
"status": "affected",
"version": "01e8751b37a366b1ca561add0042f2ceb18c03bf",
"versionType": "git"
},
{
"lessThan": "e0c470049344e9346fff79d7e2362212c216665e",
"status": "affected",
"version": "b803811485ac0b2f774b6bf3abc8b999ba3b7033",
"versionType": "git"
},
{
"lessThan": "98473309a36acc271009b85e0bb53a4c0dddf5c2",
"status": "affected",
"version": "29f60d3d06818d40118a30d663231f027ae87a05",
"versionType": "git"
},
{
"lessThan": "8583f62259e1b315d5239371adfb36939cdab741",
"status": "affected",
"version": "0398b641be2b66c2fc7e0163c606ef19372e7ad5",
"versionType": "git"
},
{
"lessThan": "bf504b229cb8d534eccbaeaa23eba34c05131e25",
"status": "affected",
"version": "f132e089fe89cadc2098991f0a3cb05c3f824ac6",
"versionType": "git"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/acpi/acpi_processor.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "5.15.203",
"status": "affected",
"version": "5.15.202",
"versionType": "semver"
},
{
"lessThan": "6.1.167",
"status": "affected",
"version": "6.1.165",
"versionType": "semver"
},
{
"lessThan": "6.6.130",
"status": "affected",
"version": "6.6.128",
"versionType": "semver"
},
{
"lessThan": "6.12.78",
"status": "affected",
"version": "6.12.75",
"versionType": "semver"
},
{
"lessThan": "6.18.20",
"status": "affected",
"version": "6.18.16",
"versionType": "semver"
},
{
"lessThan": "6.19.10",
"status": "affected",
"version": "6.19.6",
"versionType": "semver"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.203",
"versionStartIncluding": "5.15.202",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.167",
"versionStartIncluding": "6.1.165",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.130",
"versionStartIncluding": "6.6.128",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.78",
"versionStartIncluding": "6.12.75",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.20",
"versionStartIncluding": "6.18.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19.10",
"versionStartIncluding": "6.19.6",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPI: processor: Fix previous acpi_processor_errata_piix4() fix\n\nAfter commi f132e089fe89 (\"ACPI: processor: Fix NULL-pointer dereference\nin acpi_processor_errata_piix4()\"), device pointers may be dereferenced\nafter dropping references to the device objects pointed to by them,\nwhich may cause a use-after-free to occur.\n\nMoreover, debug messages about enabling the errata may be printed\nif the errata flags corresponding to them are unset.\n\nAddress all of these issues by moving message printing to the points\nin the code where the errata flags are set."
}
],
"providerMetadata": {
"dateUpdated": "2026-04-18T08:58:56.805Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/68408e8f9e366ad9850a66ac65cb569f13bf6cd4"
},
{
"url": "https://git.kernel.org/stable/c/2e369ba9eb7b8a06e9cc35a3e7fe73e59272f8c2"
},
{
"url": "https://git.kernel.org/stable/c/edf4c2aaee08e8fd503fbae705c801e92a0b55d7"
},
{
"url": "https://git.kernel.org/stable/c/e0c470049344e9346fff79d7e2362212c216665e"
},
{
"url": "https://git.kernel.org/stable/c/98473309a36acc271009b85e0bb53a4c0dddf5c2"
},
{
"url": "https://git.kernel.org/stable/c/8583f62259e1b315d5239371adfb36939cdab741"
},
{
"url": "https://git.kernel.org/stable/c/bf504b229cb8d534eccbaeaa23eba34c05131e25"
}
],
"title": "ACPI: processor: Fix previous acpi_processor_errata_piix4() fix",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-23443",
"datePublished": "2026-04-03T15:15:27.698Z",
"dateReserved": "2026-01-13T15:37:46.018Z",
"dateUpdated": "2026-04-18T08:58:56.805Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…