Lucene search

K
ubuntucveUbuntu.comUB:CVE-2022-48885
HistoryAug 21, 2024 - 12:00 a.m.

CVE-2022-48885

2024-08-2100:00:00
ubuntu.com
ubuntu.com
1
linux
kernel
vulnerability
fix
memory leak
ice
gnss
tty_write

AI Score

7.3

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved:
ice: Fix potential memory leak in ice_gnss_tty_write()
The ice_gnss_tty_write() return directly if the write_buf alloc failed,
leaking the cmd_buf.
Fix by free cmd_buf if write_buf alloc failed.

AI Score

7.3

Confidence

Low