Lucene search

K
osvGoogleOSV:CVE-2023-52744
HistoryMay 21, 2024 - 4:15 p.m.

CVE-2023-52744

2024-05-2116:15:00
Google
osv.dev
2
linux kernel
vulnerability
cve-2023-52744
rdma/irdma
null pointer dereference
fix

AI Score

6.7

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix potential NULL-ptr-dereference in_dev_get() can return NULL which will cause a failure once idev is dereferenced in in_dev_for_each_ifa_rtnl(). This patch adds a check for NULL value in idev beforehand. Found by Linux Verification Center (linuxtesting.org) with SVACE.