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.
Published: 2026-07-19
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, deactivating a GPIO aggregator that was created via configfs can leave a dynamically allocated software node undeleted. This causes a leak of kernel memory resources that can accumulate over time. The weakness is a resource handling issue (CWE‑772). The vulnerability does not provide direct code execution or data exfiltration. Based on the description, repeated deactivation could lead to memory exhaustion, which might impact availability.

Affected Systems

Affected systems include any Linux kernel builds that include GPIO aggregator support through configfs. These are all Linux kernel versions before the fix introduced in commit 3e657619cf7258cb53b1beaf0d02998297695cde. The vendor is Linux, the product is the Linux kernel. Any distribution or custom kernel that incorporates the unpatched code is potentially impacted.

Risk and Exploitability

The EPSS score of less than 1 percent indicates a very low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog, indicating no known active exploitation. The attack vector requires the ability to deactivate a running GPIO aggregator, which could happen during routine operation or by privileged software. Since it is a memory leak, the threat to confidentiality and integrity is minimal. Based on the description, persistent activity could lead to kernel memory exhaustion, which might impact availability.

Generated by OpenCVE AI on August 4, 2026 at 06:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an updated Linux kernel that contains the fix (upgrade to the latest stable release).
  • If an immediate kernel upgrade is not possible, reset or reload the GPIO aggregator module to reclaim the leaked node.
  • Monitor system memory usage and kernel logs for signs of orphaned configfs entries or memory consumption spikes.

Generated by OpenCVE AI on August 4, 2026 at 06:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Wed, 29 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 22 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 22 Jul 2026 12:15:00 +0000


Sun, 19 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
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.
Title gpio: aggregator: remove the software node when deactivating the aggregator
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-19T15:39:15.345Z

Reserved: 2026-07-19T07:54:57.027Z

Link: CVE-2026-64022

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity :

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64022 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T06:15:04Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime