Lucene search

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

CVE-2021-47051

2024-02-2800:00:00
ubuntu.com
ubuntu.com
15
linux kernel
vulnerability
spi
fsl-lpspi
memory leak
error handling

AI Score

6.5

Confidence

High

EPSS

0

Percentile

15.5%

In the Linux kernel, the following vulnerability has been resolved: spi:
fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()
pm_runtime_get_sync will increment pm usage counter even it failed.
Forgetting to putting operation will result in reference leak here. Fix it
by replacing it with pm_runtime_resume_and_get to keep usage counter
balanced.

Notes

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

AI Score

6.5

Confidence

High

EPSS

0

Percentile

15.5%