Lucene search
+L

4785 matches found

NVD
NVD
added 2024/08/21 1:15 a.m.13 views

CVE-2024-43875

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Clean up error handling in vpciscanbus Smatch complains about inconsistent NULL checking in vpciscanbus: drivers/pci/endpoint/functions/pci-epf-vntb.c:1024 vpciscanbus error: we previously assumed 'vpcibus' could b...

5.5CVSS0.00212EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/08/21 1:15 a.m.20 views

CVE-2024-43876

In the Linux kernel, the following vulnerability has been resolved: PCI: rcar: Demote WARN to devwarnratelimited in rcarpciewakeup Avoid large backtrace, it is sufficient to warn the user that there has been a link problem. Either the link has failed and the system is in need of maintenance, or t...

5.5CVSS6.3AI score0.0021EPSS
SaveExploits0References11
OSV
OSV
added 2024/08/21 1:15 a.m.9 views

UBUNTU-CVE-2024-43877

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.8CVSS6.5AI score0.00219EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/08/21 1:15 a.m.22 views

CVE-2024-43881

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: change DMA direction while mapping reinjected packets For fragmented packets, ath12k reassembles each fragment as a normal packet and then reinjects it into HW ring. In this case, the DMA direction should be...

8.8CVSS6.5AI score0.00306EPSS
SaveExploits0References10
CVE
CVE
added 2024/08/21 12:06 a.m.100 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:06 a.m.26 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:06 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
Debian CVE
Debian CVE
added 2024/08/21 12:06 a.m.36 views

CVE-2024-43877

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.8CVSS5.5AI score0.00219EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/21 12:06 a.m.33 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
Vulnrichment
Vulnrichment
added 2024/08/21 12:06 a.m.13 views

CVE-2024-43876 PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup()

In the Linux kernel, the following vulnerability has been resolved: PCI: rcar: Demote WARN to devwarnratelimited in rcarpciewakeup Avoid large backtrace, it is sufficient to warn the user that there has been a link problem. Either the link has failed and the system is in need of maintenance, or t...

6.7AI score0.0021EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/21 12:06 a.m.14 views

CVE-2024-43876 PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup()

In the Linux kernel, the following vulnerability has been resolved: PCI: rcar: Demote WARN to devwarnratelimited in rcarpciewakeup Avoid large backtrace, it is sufficient to warn the user that there has been a link problem. Either the link has failed and the system is in need of maintenance, or t...

5.9AI score
SaveExploits0References9
Cvelist
Cvelist
added 2024/08/21 12:06 a.m.39 views

CVE-2024-43876 PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup()

In the Linux kernel, the following vulnerability has been resolved: PCI: rcar: Demote WARN to devwarnratelimited in rcarpciewakeup Avoid large backtrace, it is sufficient to warn the user that there has been a link problem. Either the link has failed and the system is in need of maintenance, or t...

0.0021EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/08/21 12:06 a.m.32 views

CVE-2024-43875 PCI: endpoint: Clean up error handling in vpci_scan_bus()

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Clean up error handling in vpciscanbus Smatch complains about inconsistent NULL checking in vpciscanbus: drivers/pci/endpoint/functions/pci-epf-vntb.c:1024 vpciscanbus error: we previously assumed 'vpcibus' could b...

0.00212EPSS
SaveExploits0References5
CVE
CVE
added 2024/08/21 12:06 a.m.99 views

CVE-2024-43875

CVE-2024-43875 affects the Linux kernel PCI endpoint code, specifically vpci_scan_bus in drivers/pci/endpoint/functions/pci-epf-vntb.c. The issue is improper NULL checking and error handling: Smatch reported that vpci_bus could be NULL, leading to an error path that would crash instead of returni...

5.5CVSS6.8AI score0.00212EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/08/21 12:06 a.m.18 views

CVE-2024-43875 PCI: endpoint: Clean up error handling in vpci_scan_bus()

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Clean up error handling in vpciscanbus Smatch complains about inconsistent NULL checking in vpciscanbus: drivers/pci/endpoint/functions/pci-epf-vntb.c:1024 vpciscanbus error: we previously assumed 'vpcibus' could b...

6.1AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/08/21 12:06 a.m.36 views

CVE-2024-43875

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Clean up error handling in vpciscanbus Smatch complains about inconsistent NULL checking in vpciscanbus: drivers/pci/endpoint/functions/pci-epf-vntb.c:1024 vpciscanbus error: we previously assumed 'vpcibus' could b...

5.5CVSS5.5AI score0.00212EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/21 12:06 a.m.18 views

CVE-2024-43875 PCI: endpoint: Clean up error handling in vpci_scan_bus()

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Clean up error handling in vpciscanbus Smatch complains about inconsistent NULL checking in vpciscanbus: drivers/pci/endpoint/functions/pci-epf-vntb.c:1024 vpciscanbus error: we previously assumed 'vpcibus' could b...

7.1AI score0.00212EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/08/19 3:16 p.m.22 views

CVE-2024-42276

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: add missing condition check for existence of mapped data nvmemapdata is called when request has physical segments, hence the nvmeunmapdata should have same condition to avoid dereference...

4.4CVSS7AI score0.00246EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 2:47 p.m.20 views

CVE-2024-42302

A use-after-free flaw was found in concurrent DPC and hot-removal in the Linux kernel. This issue may result in a crash...

5.5CVSS7.4AI score0.0023EPSS
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
Rows per page
Query Builder