CVE-2026-23026

개요

CVE.org에서

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config() Fix a memory leak in gpi_peripheral_config() 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.

CVSS (Common Vulnerability Scoring System) 점수 세부 사항

Info alert:Important note

CVSS scores for open source components depend on vendor-specific factors (e.g. version or build chain). Therefore, Red Hat's score and impact rating can be different from NVD and other vendors. Red Hat remains the authoritative CVE Naming Authority (CNA) source for its products and services (see Red Hat classifications).

다음의 CVSS 지표 및 점수는 예비 정보로 검토 대상입니다.

CVSS v3 점수 분석

Red HatNVDcve.org
기본 점수4.15.5N/A
공격 벡터LocalLocalN/A
공격 복잡성HighLowN/A
필요한 권한HighLowN/A
사용자 상호 작용NoneNoneN/A
범위UnchangedUnchangedN/A
기밀성NoneNoneN/A
무결성에 미치는 영향NoneNoneN/A
가용성에 미치는 영향HighHighN/A

벡터

Red Hat: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H

NVD: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

취약점 이해 (CWE)

Availability

Technical Impact: DoS: Resource Consumption (Other); DoS: Resource Consumption (Memory); DoS: Resource Consumption (CPU)

An attacker that can influence the allocation of resources that are not properly released could deplete the available resource pool and prevent all other processes from accessing the same type of resource. Frequently-affected resources include memory, CPU, disk space, power or battery, etc.

자주하는 질문

에라타 알림을 받으시겠습니까? 여기에서 등록하세요.