Lucene search

K
osvGoogleOSV:CVE-2024-46739
HistorySep 18, 2024 - 8:15 a.m.

CVE-2024-46739

2024-09-1808:15:03
Google
osv.dev
linux kernel
uio_hv_generic
null pointer dereference
hv_uio_rescind
primary vm bus channels

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

13.8%

In the Linux kernel, the following vulnerability has been resolved:

uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind

For primary VM Bus channels, primary_channel pointer is always NULL. This
pointer is valid only for the secondary channels. Also, rescind callback
is meant for primary channels only.

Fix NULL pointer dereference by retrieving the device_obj from the parent
for the primary channel.

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

13.8%

Related for OSV:CVE-2024-46739