Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-40982
HistoryJul 12, 2024 - 12:00 a.m.

CVE-2024-40982

2024-07-1200:00:00
ubuntu.com
ubuntu.com
4
linux kernel
vulnerability fix
ssb vulnerability
null pointer
struct ssb_device
linux verification center
svace

AI Score

6.9

Confidence

High

EPSS

0

Percentile

5.1%

In the Linux kernel, the following vulnerability has been resolved:
ssb: Fix potential NULL pointer dereference in ssb_device_uevent()
The ssb_device_uevent() function first attempts to convert the ‘dev’
pointer
to ‘struct ssb_device *’. However, it mistakenly dereferences ‘dev’ before
performing the NULL check, potentially leading to a NULL pointer
dereference if ‘dev’ is NULL.
To fix this issue, move the NULL check before dereferencing the ‘dev’
pointer,
ensuring that the pointer is valid before attempting to use it.
Found by Linux Verification Center (linuxtesting.org) with SVACE.

AI Score

6.9

Confidence

High

EPSS

0

Percentile

5.1%