Lucene search

K
osvGoogleOSV:CVE-2022-48709
HistoryMay 21, 2024 - 4:15 p.m.

CVE-2022-48709

2024-05-2116:15:00
Google
osv.dev
3
linux
kernel
vulnerability
memleak
ice_add_adv_recipe

AI Score

6.6

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: ice: switch: fix potential memleak in ice_add_adv_recipe() When ice_add_special_words() fails, the ‘rm’ is not released, which will lead to a memory leak. Fix this up by going to ‘err_unroll’ label. Compile tested only.