SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-64022

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-07-19 · Last synced 2026-08-18

CyberRota Analysis

AI-Generated

A vulnerability exists in the Linux kernel related to the gpio aggregator, where a dynamic software node created during device activation is not properly removed upon deactivation, leading to potential resource leaks. This could impact system stability and resource management, particularly in environments relying on dynamic device configurations. Linux system administrators and developers utilizing the gpio aggregator should prioritize applying updates to mitigate this issue.

CVE
CVE-2026-64022
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: gpio: aggregator: remove the software node when deactivating the aggregator The dynamic software node we create for the aggregator platform device when using configfs is leaked when the device is deactivated. Destroy it as the last step in the tear-down path.