CVE-2026-64023 Details
Description
In the Linux kernel, the following vulnerability has been resolved: gpio: aggregator: fix a potential use-after-free On error we free aggr->lookups->dev_id before removing the entry from the lookup table. If a concurrent thread calls gpiod_find() before we remove the entry, it could iterate over the list and call gpiod_match_lookup_table() which unconditionally dereferences dev_id when calling strcmp(). Reverse the order of cleanup.
A use-after-free vulnerability has been identified in the Linux kernel's GPIO aggregator component. This issue arises because the code frees a lookup entry's device ID before removing the entry from the lookup table. If a concurrent thread invokes the 'gpiod_find()' function before the entry is removed, it could traverse the list and call 'gpiod_match_lookup_table()', which improperly dereferences the device ID using 'strcmp()'. The vulnerability affects the Linux kernel stable tree.
The vulnerability has been addressed by reversing the order of the cleanup process, ensuring that the lookup table entry is removed before freeing the 'dev_id'. Users should upgrade to the latest version of the Linux kernel where this fix has been applied.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
No affected product data is available for this CVE.
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 20, 2026 | CVE Modified | kernel.org |
| Jul 19, 2026 | New CVE Received | kernel.org |