Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2022-48669
HistoryMay 01, 2024 - 1:15 p.m.

CVE-2022-48669

2024-05-0113:15:48
Debian Security Bug Tracker
security-tracker.debian.org
6
linux kernel
powerpc/pseries
memleak vulnerability
fix potential
papr_get_attr
buf allocated
krealloc
free original

AI Score

6.6

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.