Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2022-48885
HistoryAug 21, 2024 - 6:10 a.m.

CVE-2022-48885 ice: Fix potential memory leak in ice_gnss_tty_write()

2024-08-2106:10:16
Linux
github.com
memory leak
ice
linux kernel
cve-2022-48885

AI Score

6.9

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

6.9

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2022-48885