Lucene search

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

CVE-2021-47051

2024-02-2809:15:40
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
7
linux kernel
spi
fsl-lpspi
pm reference leak
pm_runtime_get_sync
pm_runtime_resume_and_get
cve-2021-47051

AI Score

7.3

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.

AI Score

7.3

Confidence

High

EPSS

0

Percentile

15.5%