Bug 2513146 (CVE-2026-68234)
| Summary: | CVE-2026-68234 kernel: drm/amdgpu: fix bo->pin leaking in amdgpu_bo_create_reserved | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security <prodsec-ir-bot> |
| Status: | NEW --- | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | rhel-process-autobot, watson-tool-maintainers |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: |
A flaw was found in the Linux kernel's `drm/amdgpu` component. The `amdgpu_bo_create_reserved` function unconditionally increments a pin counter for a Buffer Object (BO) even if it is already pinned. This occurs when the function is called multiple times with the same BO, such as during firmware buffer re-loading. As a result, the pin count never drops to zero, preventing the Translation Table Manager (TTM) from properly managing memory. This leads to memory leaks and can cause a Denial of Service (DoS) due to resource exhaustion.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
OSIDB Bzimport
2026-08-10 12:21:44 UTC
|