CVE-2026-23026: dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()

Published Jan 31, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

dmaengine: qcom: gpi: Fix memory leak in gpiperipheralconfig()

Fix a memory leak in gpiperipheralconfig() where the original memory pointed to by gchan->config could be lost if krealloc() fails.

The issue occurs when: 1. gchan->config points to previously allocated memory 2. krealloc() fails and returns NULL 3. The function directly assigns NULL to gchan->config, losing the reference to the original memory 4. The original memory becomes unreachable and cannot be freed

Fix this by using a temporary variable to hold the krealloc() result and only updating gchan->config when the allocation succeeds.

Found via static analysis and code review.

Affected Software

15 affected components
Linux Linux kernel
Linux Linux kernel>=5.11.1<5.15.199
Linux Linux kernel>=5.16<6.1.162
Linux Linux kernel>=6.2<6.6.122
Linux Linux kernel>=6.7<6.12.67
Linux Linux kernel>=6.13<6.18.7
Linux Linux kernel=5.11
Linux Linux kernel=6.19-rc1
Linux Linux kernel=6.19-rc2
Linux Linux kernel=6.19-rc3
Linux Linux kernel=6.19-rc4
Linux Linux kernel=6.19-rc5
Linux Linux kernel=6.19-rc6
Linux Linux kernel=6.19-rc7
Linux Linux kernel=6.19-rc8

Event History

Jan 31, 2026
CVE Published
via MITRE·11:42 AM
Data Sourced
via MITRE·11:42 AM
Description
Data Sourced
via NVD·12:16 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-23026?

CVE-2026-23026 has a moderate severity due to its potential to cause memory leak issues in the Linux kernel.

2

How do I fix CVE-2026-23026?

To fix CVE-2026-23026, update your Linux kernel to the latest version where this vulnerability has been resolved.

3

What does CVE-2026-23026 affect?

CVE-2026-23026 primarily affects the Linux kernel, specifically the dmaengine subsystem.

4

What is the impact of CVE-2026-23026?

The impact of CVE-2026-23026 is that it can lead to memory leaks, potentially affecting system stability and performance.

5

Who is primarily affected by CVE-2026-23026?

Users and systems running affected versions of the Linux kernel are primarily impacted by CVE-2026-23026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203