Lucene search

K
ubuntucveUbuntu.comUB:CVE-2022-48669
HistoryMay 01, 2024 - 12:00 a.m.

CVE-2022-48669

2024-05-0100:00:00
ubuntu.com
ubuntu.com
9
linux kernel
potential memory leak
papr_get_attr

AI Score

6.5

Confidence

Low

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.