Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2021-47305
HistoryMay 21, 2024 - 3:15 p.m.

CVE-2021-47305

2024-05-2115:15:18
Debian Security Bug Tracker
security-tracker.debian.org
2
linux kernel
cve-2021-47305
resolved
vulnerability
dma-buf
sync_file
fence
merge failure
error path
krealloc_array
leaked

7 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.3%

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.

7 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.3%