Lucene search

K
osvGoogleOSV:CVE-2024-40982
HistoryJul 12, 2024 - 1:15 p.m.

CVE-2024-40982

2024-07-1213:15:00
Google
osv.dev
5
linux
kernel
vulnerability
cve-2024-40982
resolved
ssb
null pointer
dereference
ssb_device_uevent
linux verification center

AI Score

6.7

Confidence

Low

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.7

Confidence

Low

EPSS

0

Percentile

5.1%