Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2022-48669
HistoryMay 01, 2024 - 1:15 p.m.

CVE-2022-48669

2024-05-0113:15:48
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
5
linux kernel
powerpc/pseries
memleak

AI Score

7.4

Confidence

High

EPSS

0

Percentile

15.5%

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

powerpc/pseries: Fix potential memleak in papr_get_attr()

buf is allocated in papr_get_attr(), and krealloc() of buf
could fail. We need to free the original buf in the case of failure.