Lucene search
+L

714 matches found

OSV
OSV
added 2024/11/07 10:15 a.m.5 views

DEBIAN-CVE-2024-50145

In the Linux kernel, the following vulnerability has been resolved: octeonep: Add SKB allocation failures handling in octepoqprocessrx buildskb returns NULL in case of a memory allocation failure so handle it inside octepoqprocessrx to avoid NULL pointer dereference. octepoqprocessrx is called...

5.5CVSS5.5AI score0.00576EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/11/05 1:22 a.m.13 views

kernel: r8169: Fix possible ring buffer corruption on fragmented Tx packets.

in linux kernel r8169, when transmitting small fragmented packets, invalid entries were inserted into the transmit ring buffer, leading to calls to dmaunmapsingle with a null address...

7.8CVSS7.3AI score0.00252EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/05 12:54 a.m.10 views

kernel: r8169: Fix possible ring buffer corruption on fragmented Tx packets.

in linux kernel r8169, when transmitting small fragmented packets, invalid entries were inserted into the transmit ring buffer, leading to calls to dmaunmapsingle with a null address...

7.8CVSS7.3AI score0.00252EPSS
SaveExploits0References5
CVE
CVE
added 2024/11/04 10:04 a.m.63 views

CVE-2024-33033

CVE-2024-33033 is a memory corruption issue arising during IOCTL processing to unmap buffers in Qualcomm chipsets. Affected component is not explicitly named beyond “unmap the buffers” in IOCTL paths; the entry indicates local attack vector with low complexity and requires low privileges, with no...

7.8CVSS6.9AI score0.00102EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2024/11/04 10:04 a.m.16 views

CVE-2024-33033 Use After Free in ComputerVision

Memory corruption while processing IOCTL calls to unmap the buffers...

6.7CVSS7.1AI score0.00102EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/11/04 10:04 a.m.64 views

CVE-2024-33033 Use After Free in ComputerVision

Memory corruption while processing IOCTL calls to unmap the buffers...

6.7CVSS0.00102EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/11/04 12:00 a.m.12 views

Qualcomm Chipsets 安全漏洞

Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A security vulnerability exists in Qualcomm Chipsets that originates from a memory corruption that occurs when processing an IOCTL call to unmap a buffer...

7.8CVSS6.9AI score0.00102EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.13 views

AZL-51986 CVE-2024-50001 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA mapping for the skb. This could fail, e.g. under...

5.5CVSS6.6AI score0.00327EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.21 views

UBUNTU-CVE-2024-50001

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA mapping for the skb. This could fail, e.g. under...

7.8CVSS6.1AI score0.00327EPSS
SaveExploits0References32
RedHat Linux
RedHat Linux
added 2024/09/24 12:49 a.m.12 views

kernel: powerpc/fixmap: Fix VM debug warning on unmap

In the Linux kernel, the following vulnerability has been resolved: powerpc/fixmap: Fix VM debug warning on unmap Unmapping a fixmap entry is done by calling setfixmap with FIXMAPPAGECLEAR as flags. Today, powerpc setfixmap calls mapkernelpage. mapkernelpage is not happy when called a second time...

5.5CVSS6.8AI score0.00225EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/20 6:15 p.m.12 views

AZL-60151 CVE-2024-8612 affecting package qemu 6.2.0-26

A flaw was found in QEMU, in the virtio-scsi, virtio-blk, and virtio-crypto devices. The size for virtqueuepush as set in virtioscsicompletereq / virtioblkreqcomplete / viritocryptoreqcomplete could be larger than the true size of the data which has been sent to guest. Once virtqueuepush finally...

3.8CVSS6.4AI score0.00204EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/20 6:15 p.m.14 views

UBUNTU-CVE-2024-8612

A flaw was found in QEMU, in the virtio-scsi, virtio-blk, and virtio-crypto devices. The size for virtqueuepush as set in virtioscsicompletereq / virtioblkreqcomplete / viritocryptoreqcomplete could be larger than the true size of the data which has been sent to guest. Once virtqueuepush finally...

3.8CVSS7AI score0.00204EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/09/20 5:50 p.m.46 views

CVE-2024-8612

A flaw was found in QEMU, in the virtio-scsi, virtio-blk, and virtio-crypto devices. The size for virtqueuepush as set in virtioscsicompletereq / virtioblkreqcomplete / viritocryptoreqcomplete could be larger than the true size of the data which has been sent to guest. Once virtqueuepush finally...

3.8CVSS5.8AI score0.00204EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/09/19 3:10 a.m.5 views

SUSE CVE-2024-46741

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' in error path smatch warning: drivers/misc/fastrpc.c:1926 fastrpcreqmmap error: double free of 'buf' In fastrpcreqmmap error path, the fastrpc buffer is freed in fastrpcreqmunmapimpl if unm...

6.7CVSS7.4AI score0.00246EPSS
SaveExploits0References11
OSV
OSV
added 2024/09/18 8:15 a.m.4 views

DEBIAN-CVE-2024-46741

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' in error path smatch warning: drivers/misc/fastrpc.c:1926 fastrpcreqmmap error: double free of 'buf' In fastrpcreqmmap error path, the fastrpc buffer is freed in fastrpcreqmunmapimpl if unm...

7.8CVSS5.8AI score0.00246EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.8 views

virtio: packed: fix unmap leak for indirect desc table

...

7.5CVSS5.7AI score0.00591EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.7 views

drm/vmwgfx: Unmap the surface before resetting it on a plane state

...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/09/04 7:24 a.m.18 views

kernel: r8169: Fix possible ring buffer corruption on fragmented Tx packets.

in linux kernel r8169, when transmitting small fragmented packets, invalid entries were inserted into the transmit ring buffer, leading to calls to dmaunmapsingle with a null address...

7.8CVSS7.3AI score0.00252EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/03 3:48 p.m.11 views

kernel: r8169: Fix possible ring buffer corruption on fragmented Tx packets.

in linux kernel r8169, when transmitting small fragmented packets, invalid entries were inserted into the transmit ring buffer, leading to calls to dmaunmapsingle with a null address...

7.8CVSS7.3AI score0.00252EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/21 7:15 a.m.15 views

UBUNTU-CVE-2022-48890

In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VM storvscqueuecommand maps the scatter/gather list using scsidmamap, which in a confidential VM allocates swiotlb bounce buffers. If the I/O submission fails in...

5.5CVSS6AI score0.00208EPSS
SaveExploits0References5
Rows per page
Query Builder