Lucene search
+L

517 matches found

CVE
CVE
added 2024/08/21 12:6 a.m.97 views

CVE-2024-43877

The CVE-2024-43877 vulnerability affects the Linux kernel’s media: pci: ivtv implementation. When DMA mapping fails, dma->SG_length can be 0, and code later accesses dma->SGarray[dma->SG_length - 1], causing an out-of-bounds read. The fix adds an early return on invalid DMA map results a...

7.8CVSS6.6AI score0.00219EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/08/21 12:6 a.m.24 views

CVE-2024-43877 media: pci: ivtv: Add check for DMA map result

In the Linux kernel, the following vulnerability has been resolved: media: pci: ivtv: Add check for DMA map result In case DMA fails, 'dma-SGlength' is 0. This value is later used to access 'dma-SGarraydma-SGlength - 1', which will cause out of bounds access. Add check to return early on invalid...

7.8CVSS6AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/08/21 12:6 a.m.20 views

CVE-2024-43877 media: pci: ivtv: Add check for DMA map result

In the Linux kernel, the following vulnerability has been resolved: media: pci: ivtv: Add check for DMA map result In case DMA fails, 'dma-SGlength' is 0. This value is later used to access 'dma-SGarraydma-SGlength - 1', which will cause out of bounds access. Add check to return early on invalid...

6.9AI score0.00219EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/08/21 12:6 a.m.31 views

CVE-2024-43877 media: pci: ivtv: Add check for DMA map result

In the Linux kernel, the following vulnerability has been resolved: media: pci: ivtv: Add check for DMA map result In case DMA fails, 'dma-SGlength' is 0. This value is later used to access 'dma-SGarraydma-SGlength - 1', which will cause out of bounds access. Add check to return early on invalid...

7.8CVSS0.00219EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/08/19 3:16 p.m.20 views

CVE-2024-42277

A flaw was identified and fixed in the Linux kernel's Spreadtrum sprd IOMMU driver. This issue occurred in the sprdiommucleanup function, where a null pointer dereference happened when calling sprdiommuhwen, as dom-sdev was NULL. This problem could lead to kernel crashes or instability. The bug w...

5.5CVSS5.6AI score0.00226EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 1:45 p.m.19 views

CVE-2024-43823

In the Linux kernel, the following vulnerability has been resolved: PCI: keystone: Fix NULL pointer dereference in case of DT error in kspciesetuprcappregs If IORESOURCEMEM is not provided in Device Tree due to any error, resourcelistfirsttype will return NULL and pciparserequestofpciranges will...

5.5CVSS6.8AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 1:45 p.m.22 views

CVE-2024-43817

In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtionethdrtoskb allowed syzbot to crash kernels again 1. After the skbsegment function the buffer may become non-linear nrfrags != 0, but since the SKBTXSHAREDFRAG flag is not set...

5.5CVSS7AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 12:45 p.m.30 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.00223EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/17 10:15 a.m.25 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.00223EPSS
SaveExploits0References10
NVD
NVD
added 2024/08/17 10:15 a.m.21 views

CVE-2024-43842

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: Fix array index mistake in rtw89stainfogetiter In rtw89stainfogetiter 'status-hegi' is compared to array size. But then 'rate-hegi' is used as array index instead of 'status-hegi'. This can lead to go beyond array...

7.8CVSS0.00218EPSS
SaveExploits0References5
NVD
NVD
added 2024/08/17 10:15 a.m.25 views

CVE-2024-43823

In the Linux kernel, the following vulnerability has been resolved: PCI: keystone: Fix NULL pointer dereference in case of DT error in kspciesetuprcappregs If IORESOURCEMEM is not provided in Device Tree due to any error, resourcelistfirsttype will return NULL and pciparserequestofpciranges will...

5.5CVSS0.00225EPSS
SaveExploits0References5
NVD
NVD
added 2024/08/17 10:15 a.m.17 views

CVE-2024-43818

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: Adjust error handling in case of absent codec device acpigetfirstphysicalnode can return NULL in several cases no such device, ACPI table error, reference count drop to 0, etc. Existing check just emit error message, b...

5.5CVSS0.00225EPSS
SaveExploits0References5
NVD
NVD
added 2024/08/17 10:15 a.m.42 views

CVE-2024-43817

In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtionethdrtoskb allowed syzbot to crash kernels again 1. After the skbsegment function the buffer may become non-linear nrfrags != 0, but since the SKBTXSHAREDFRAG flag is not set...

5.5CVSS0.00239EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/08/17 9:24 a.m.31 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.00223EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/17 9:24 a.m.125 views

CVE-2024-43860

CVE-2024-43860 affects the Linux kernel remoteproc component for imx_rproc. In imx_rproc_addr_init(), the code may dereference NULL during parsing because of_count_phandle_with_args() can yield empty phandles and of_parse_phandle() may return NULL. The fix adds a NULL-return check to prevent dere...

5.5CVSS6.4AI score0.00223EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 9:24 a.m.21 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.5CVSS5.6AI score0.00223EPSS
SaveExploits0
OSV
OSV
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...

6AI score
SaveExploits0References13
CVE
CVE
added 2024/08/17 9:21 a.m.193 views

CVE-2024-43842

CVE-2024-43842 : In the Linux kernel wifi driver rtw89, a bounds check bug in rtw89_sta_info_get_iter() occurs when comparing status->he_gi to the array size, but rate->he_gi is used as the index. This copy-paste mistake can lead to out-of-bounds access if rate->he_gi != status->he_gi...

7.8CVSS6.5AI score0.00218EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/17 9:21 a.m.27 views

CVE-2024-43823 PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs()

In the Linux kernel, the following vulnerability has been resolved: PCI: keystone: Fix NULL pointer dereference in case of DT error in kspciesetuprcappregs If IORESOURCEMEM is not provided in Device Tree due to any error, resourcelistfirsttype will return NULL and pciparserequestofpciranges will...

6.8AI score0.00225EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/08/17 9:21 a.m.30 views

CVE-2024-43823 PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs()

In the Linux kernel, the following vulnerability has been resolved: PCI: keystone: Fix NULL pointer dereference in case of DT error in kspciesetuprcappregs If IORESOURCEMEM is not provided in Device Tree due to any error, resourcelistfirsttype will return NULL and pciparserequestofpciranges will...

0.00225EPSS
SaveExploits0References4
Rows per page
Query Builder