Lucene search

K
redhatcveRedhat.comRH:CVE-2024-40939
HistoryJul 16, 2024 - 4:26 p.m.

CVE-2024-40939

2024-07-1616:26:05
redhat.com
access.redhat.com
4
linux kernel
net
wwan
iosm
tainted pointer
svace
linux verification center
ipc_devlink_create_region

AI Score

7.1

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: Fix tainted pointer delete is case of region creation fail In case of region creation fail in ipc_devlink_create_region(), previously created regions delete process starts from tainted pointer which actually holds error code value. Fix this bug by decreasing region index before delete. Found by Linux Verification Center (linuxtesting.org) with SVACE.