PT-2026-61340 · Linux · Linux
CVE-2026-64023
·
Published
2026-07-19
·
Updated
2026-07-19
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
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.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux