CVE-2021-47305 Vulnerability Details

  /     /     /  

CVE-2021-47305 Metadata Quick Info

CVE Published: 21/05/2024 | CVE Updated: 04/11/2024 | CVE Year: 2021
Source: Linux | Vendor: Linux | Product: Linux
Status : PUBLISHED

CVE-2021-47305 Description

In the Linux kernel, the following vulnerability has been resolved: dma-buf/sync_file: Don\'t leak fences on merge failure Each add_fence() call does a dma_fence_get() on the relevant fence. In the error path, we weren\'t calling dma_fence_put() so all those fences got leaked. Also, in the krealloc_array failure case, we weren\'t freeing the fences array. Instead, ensure that i and fences are always zero-initialized and dma_fence_put() all the fences and kfree(fences) on every error path.

Metrics

CVSS Version: 3.1 | Base Score: n/a
Vector: n/a

l➤ Exploitability Metrics:
    Attack Vector (AV)*
    Attack Complexity (AC)*
    Privileges Required (PR)*
    User Interaction (UI)*
    Scope (S)*

l➤ Impact Metrics:
    Confidentiality Impact (C)*
    Integrity Impact (I)*
    Availability Impact (A)*

Weakness Enumeration (CWE)

CWE-ID:
CWE Name:
Source: Linux

Common Attack Pattern Enumeration and Classification (CAPEC)

CAPEC-ID:
CAPEC Description:


Source: NVD (National Vulnerability Database).