Lucene search
K

173 matches found

OSV
OSV
added 2024/09/27 12:35 p.m.8 views

CVE-2024-46805 drm/amdgpu: fix the waring dereferencing hive

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix the waring dereferencing hive Check the amdgpuhiveinfo hive that maybe is NULL...

5.5CVSS6.1AI score0.00252EPSS
Exploits0References9
RedhatCVE
RedhatCVE
added 2024/09/18 8:16 a.m.17 views

CVE-2024-46714

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip wbsclsetscalerfilter if filter is null Callers can pass null in filter i.e. from returned from the function wbsclgetfiltercoeffs16p and a null check is added to ensure that is not the case. This fixes 4...

4.4CVSS6.8AI score0.00238EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.19 views

CVE-2024-44985 ipv6: prevent possible UAF in ip6_xmit()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UAF in ip6xmit If skbexpandhead returns NULL, skb has been freed and the associated dst/idev could also have been freed. We must use rcureadlock to prevent a possible UAF...

0.00251EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2024/08/19 12:45 p.m.17 views

CVE-2024-43860

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit "nph = ofcountphandlewithargs" just counts number of phandles. But phandles may be empty. So ofparsephandle in the parsing loop 0 a nph may...

5.5CVSS7AI score0.00221EPSS
Exploits0References4
NVD
NVD
added 2024/08/17 10:15 a.m.16 views

CVE-2024-43860

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit "nph = ofcountphandlewithargs" just counts number of phandles. But phandles may be empty. So ofparsephandle in the parsing loop 0 a nph may...

5.5CVSS0.00221EPSS
Exploits0References10
UbuntuCve
UbuntuCve
added 2024/08/17 10:15 a.m.12 views

CVE-2024-43820

In the Linux kernel, the following vulnerability has been resolved: dm-raid: Fix WARNONONCE check for syncthread in raidresume rm-raid devices will occasionally trigger the following warning when being resumed after a table load because DMRECOVERYRUNNING is set: WARNING: CPU: 7 PID: 5660 at...

5.5CVSS6.3AI score0.00198EPSS
Exploits0References9
Vulnrichment
Vulnrichment
added 2024/08/17 9:24 a.m.16 views

CVE-2024-43860 remoteproc: imx_rproc: Skip over memory region when node value is NULL

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit "nph = ofcountphandlewithargs" just counts number of phandles. But phandles may be empty. So ofparsephandle in the parsing loop 0 a nph may...

6.7AI score0.00221EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/08/17 9:24 a.m.19 views

CVE-2024-43860 remoteproc: imx_rproc: Skip over memory region when node value is NULL

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit "nph = ofcountphandlewithargs" just counts number of phandles. But phandles may be empty. So ofparsephandle in the parsing loop 0 a nph may...

0.00221EPSS
Exploits0References8
NVD
NVD
added 2024/07/30 8:15 a.m.20 views

CVE-2024-42224

In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: Correct check for empty list Since commit a3c53be55c95 "net: dsa: mv88e6xxx: Support multiple MDIO busses" mv88e6xxxdefaultmdiobus has checked that the return value of listfirstentry is non-NULL. This appears...

6.1CVSS0.00233EPSS
Exploits0References9
OSV
OSV
added 2024/07/30 8:15 a.m.2 views

DEBIAN-CVE-2024-42123

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix double free erraddr pointer warnings In amdgpuumcbadpagepollingtimeout, the amdgpuumchandlebadpages will be run many times so that double free erraddr in some special case. So set the erraddr to NULL to avoid the...

4.4CVSS5.6AI score0.00204EPSS
Exploits0References1
Debian CVE
Debian CVE
added 2024/07/30 7:46 a.m.11 views

CVE-2024-42134

In the Linux kernel, the following vulnerability has been resolved: virtio-pci: Check if isavq is NULL bug In the virtiopcicommon.c function vpdelvqs, vpdev-isavq is involved to determine whether it is admin virtqueue, but this function vpdev-isavq may be empty. For installations, virtiopcilegacy...

5.5CVSS5.2AI score0.00198EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/07/29 3:52 p.m.14 views

CVE-2024-42081 drm/xe/xe_devcoredump: Check NULL before assignments

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xedevcoredump: Check NULL before assignments Assign 'xedevcoredumpsnapshot ' and 'xedevice ' only if 'coredump' is not NULL. v2 - Fix commit messages. v3 - Define variables before code.Ashutosh/Jose v4 - Drop return check...

7AI score0.00194EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2024/07/15 6:5 p.m.19 views

CVE-2024-39500

In the Linux kernel, the following vulnerability has been resolved: sockmap: avoid race between sockmapclose and skpsockput skpsockget will return NULL if the refcount of psock has gone to 0, which will happen when the last call of skpsockput is done. However, skpsockdrop may not have finished ye...

5.5CVSS6.9AI score0.00199EPSS
Exploits0References4
CVE
CVE
added 2024/07/12 12:25 p.m.111 views

CVE-2024-40928

CVE-2024-40928 – Linux kernel ethtool statistics fix : The issue arises from a null function pointer in ethtool_get_phy_stats when performing phy stats ioctl. The patch fixes the error handling by returning -EOPNOTSUPP when ops->get_ethtool_phy_stats is NULL, preventing a null-dereference in n...

5.5CVSS6.5AI score0.00228EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2024/07/12 12:20 p.m.23 views

CVE-2024-40905 ipv6: fix possible race in __fib6_drop_pcpu_from()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible race in fib6droppcpufrom syzbot found a race in fib6droppcpufrom 1 If compiler reads more than once ppcpurt, second read could read NULL, if another cpu clears the value in rt6getpcpuroute. Add a READONCE to...

4.7CVSS5.7AI score0.00272EPSS
Exploits0References11
CVE
CVE
added 2024/06/24 1:56 p.m.118 views

CVE-2024-36479

Technical details about CVE-2024-36479 are not provided in the connected documents. Public information in the initial description is high level. Monitor for updates and additional details from vendor/maintainer advisories.

5.5CVSS6.7AI score0.00211EPSS
Exploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.11 views

CVE-2024-38625 fs/ntfs3: Check 'folio' pointer for NULL

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Check 'folio' pointer for NULL It can be NULL if bmap is called...

6.9AI score0.00219EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.27 views

CVE-2024-36270 netfilter: tproxy: bail out if IP has been disabled on the device

In the Linux kernel, the following vulnerability has been resolved: netfilter: tproxy: bail out if IP has been disabled on the device syzbot reports: general protection fault, probably for non-canonical address 0xdffffc0000000003: 0000 1 PREEMPT SMP KASAN PTI KASAN: null-ptr-deref in range...

0.00258EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2024/06/20 11:13 a.m.20 views

CVE-2022-48770

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

5.5CVSS5.8AI score0.00216EPSS
Exploits0
CVE
CVE
added 2024/06/19 2:54 p.m.71 views

CVE-2021-47601

CVE-2021-47601 in the Linux kernel fixes a NULL dereference caused by an IS_ERR() vs NULL check in the tee: amdtee path; __get_free_pages() returns NULL, not an error pointer. Affects Linux kernel; fix implemented in kernel updates (Unity Linux UTSA-2025-988866 and SUSE advisories SUSE-SU-2024:29...

5.5CVSS7AI score0.00239EPSS
Exploits0References3Affected Software1
Rows per page
Query Builder