Lucene search

K
ubuntucveUbuntu.comUB:CVE-2021-47043
HistoryFeb 28, 2024 - 12:00 a.m.

CVE-2021-47043

2024-02-2800:00:00
ubuntu.com
ubuntu.com
8
linux kernel
venus
core vulnerability
resource leaks
venus_probe()
error path

AI Score

6.6

Confidence

High

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.

Notes

Author Note
Priority reason: Memory leak on unlikely error handling path.

AI Score

6.6

Confidence

High

EPSS

0

Percentile

15.5%