Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2021-47043
HistoryFeb 28, 2024 - 9:15 a.m.

CVE-2021-47043

2024-02-2809:15:40
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
1
linux kernel
media
venus
core
resource leaks
vulnerability

AI Score

6.3

Confidence

Low

EPSS

0

Percentile

15.5%

In the Linux kernel, the following vulnerability has been resolved:

media: venus: core: Fix some resource leaks in the error path of ‘venus_probe()’

If an error occurs after a successful ‘of_icc_get()’ call, it must be
undone.

Use ‘devm_of_icc_get()’ instead of ‘of_icc_get()’ to avoid the leak.
Update the remove function accordingly and axe the now unneeded
‘icc_put()’ calls.

AI Score

6.3

Confidence

Low

EPSS

0

Percentile

15.5%