CVE-2021-47655
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
26/02/2025
Last modified:
01/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: venus: vdec: fixed possible memory leak issue<br />
<br />
The venus_helper_alloc_dpb_bufs() implementation allows an early return<br />
on an error path when checking the id from ida_alloc_min() which would<br />
not release the earlier buffer allocation.<br />
<br />
Move the direct kfree() from the error checking of dma_alloc_attrs() to<br />
the common fail path to ensure that allocations are released on all<br />
error paths in this function.<br />
<br />
Addresses-Coverity: 1494120 ("Resource leak")
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 5.16.19 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.17 (including) | 5.17.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



