Lucene search
K

20 matches found

Cvelist
Cvelist
added 2025/10/01 11:42 a.m.7 views

CVE-2022-50426 remoteproc: imx_dsp_rproc: Add mutex protection for workqueue

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxdsprproc: Add mutex protection for workqueue The workqueue may execute late even after remoteproc is stopped or stopping, some resources rpmsg device and endpoint have been released in rprocstopsubdevices, then...

0.0014EPSS
Exploits0References3
OSV
OSV
added 2025/06/18 11:15 a.m.0 views

UBUNTU-CVE-2022-50064

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Avoid use-after-free on suspend/resume hctx-userdata is set to vq in virtblkinithctx. However, vq is freed on suspend and reallocated on resume. So, hctx-userdata is invalid after resume, and it will cause...

7.8CVSS6.5AI score0.00153EPSS
Exploits0References4
OSV
OSV
added 2025/06/18 10:15 a.m.3 views

DEBIAN-CVE-2025-38074

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: protect vq-logused with vq-mutex The vhost-scsi completion path may access vq-logbase when vq-logused is already set to false. vhost-thread QEMU-thread vhostscsicompletecmdwork - vhostaddused - vhostaddusedn if...

5.5CVSS5.5AI score0.00161EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2024/11/22 8:20 a.m.6 views

CVE-2024-53092

In the Linux kernel, the following vulnerability has been resolved: virtiopci: Fix admin vq cleanup by using correct info pointer vpmodernavqcleanup and vpdelvqs clean up admin vq resources by virtiopcivqinfo pointer. The info pointer of admin vq is stored in vpdev-adminvq.info instead of...

5.5CVSS6.5AI score0.00188EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/11/22 3:48 a.m.1 views

SUSE CVE-2024-53092

In the Linux kernel, the following vulnerability has been resolved: virtiopci: Fix admin vq cleanup by using correct info pointer vpmodernavqcleanup and vpdelvqs clean up admin vq resources by virtiopcivqinfo pointer. The info pointer of admin vq is stored in vpdev-adminvq.info instead of...

5.5CVSS7.6AI score0.00188EPSS
Exploits0References3
NVD
NVD
added 2024/11/21 7:15 p.m.13 views

CVE-2024-53092

In the Linux kernel, the following vulnerability has been resolved: virtiopci: Fix admin vq cleanup by using correct info pointer vpmodernavqcleanup and vpdelvqs clean up admin vq resources by virtiopcivqinfo pointer. The info pointer of admin vq is stored in vpdev-adminvq.info instead of...

5.5CVSS0.00188EPSS
Exploits0References2
CVE
CVE
added 2024/11/21 6:17 p.m.106 views

CVE-2024-53092

CVE-2024-53092 is described in connected documentation as a Linux kernel vulnerability affecting virtio_pci admin virtqueue cleanup. Root cause: admin vq information pointer was stored in vp_dev->admin_vq.info, but cleanup logic in vp_modern_avq_cleanup() and vp_del_vqs() used vp_dev->vqs[]...

5.5CVSS6.2AI score0.00188EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2024/11/21 6:17 p.m.16 views

CVE-2024-53092 virtio_pci: Fix admin vq cleanup by using correct info pointer

In the Linux kernel, the following vulnerability has been resolved: virtiopci: Fix admin vq cleanup by using correct info pointer vpmodernavqcleanup and vpdelvqs clean up admin vq resources by virtiopcivqinfo pointer. The info pointer of admin vq is stored in vpdev-adminvq.info instead of...

0.00188EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2024/11/21 6:17 p.m.11 views

CVE-2024-53092

In the Linux kernel, the following vulnerability has been resolved: virtiopci: Fix admin vq cleanup by using correct info pointer vpmodernavqcleanup and vpdelvqs clean up admin vq resources by virtiopcivqinfo pointer. The info pointer of admin vq is stored in vpdev-adminvq.info instead of...

5.5CVSS5.3AI score0.00188EPSS
Exploits0
OSV
OSV
added 2024/11/21 6:17 p.m.7 views

CVE-2024-53092 virtio_pci: Fix admin vq cleanup by using correct info pointer

In the Linux kernel, the following vulnerability has been resolved: virtiopci: Fix admin vq cleanup by using correct info pointer vpmodernavqcleanup and vpdelvqs clean up admin vq resources by virtiopcivqinfo pointer. The info pointer of admin vq is stored in vpdev-adminvq.info instead of...

5.5CVSS6AI score0.00188EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2024/11/12 12:0 a.m.2 views

PT-2024-34707 · Freebsd · Freebsd

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The virtio vq recordon function is subject to a time-of-check to time-of-use TOCTOU race condition. Recommendations: At the moment, there is no...

6.5CVSS6.9AI score0.00305EPSS
Exploits0References6
OSV
OSV
added 2024/07/16 1:15 p.m.3 views

DEBIAN-CVE-2022-48864

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: add validation for VIRTIONETCTRLMQVQPAIRSSET command When control vq receives a VIRTIONETCTRLMQVQPAIRSSET command request from the driver, presently there is no validation against the number of queue pairs to configure...

5.5CVSS5.4AI score0.00241EPSS
Exploits0References1
NVD
NVD
added 2024/06/21 11:15 a.m.21 views

CVE-2024-37353

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

Exploits0
CVE
CVE
added 2024/06/21 10:18 a.m.145 views

CVE-2024-37353

CVE-2024-37353 is labeled as Rejected by its CNA in the initial document, but connected security feeds disclose a concrete Linux kernel issue in the virtio subsystem. The Nessus/NASL entry attributes the vulnerability to the virtio path: kernel: virtio: delete vq in vp_find_vqs_msix() when reques...

6.3AI score
Exploits0
Cvelist
Cvelist
added 2024/05/01 1:4 p.m.18 views

CVE-2024-27066 virtio: packed: fix unmap leak for indirect desc table

In the Linux kernel, the following vulnerability has been resolved: virtio: packed: fix unmap leak for indirect desc table When usedmaapi and premapped are true, then the dounmap is false. Because the dounmap is false, vringunmapextrapacked is not called by detachbufpacked. if unlikelyvq-dounmap...

6.7AI score0.00222EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2023/02/17 12:0 a.m.3 views

PT-2023-12179 · Hyperkit · Hyperkit

Name of the Vulnerable Software and Affected Versions: HyperKit versions 0.20210107 and prior Description: HyperKit is a toolkit for embedding hypervisor capabilities in an application. The implementation of qnotify at pci vtrnd notify fails to check the return value of vq getchain, leading to...

7.8CVSS7.4AI score0.0025EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2023/02/15 5:32 a.m.4 views

SUSE CVE-2014-0055

The getrxbufs function in drivers/vhost/net.c in the vhost-net subsystem in the Linux kernel package before 2.6.32-431.11.2 on Red Hat Enterprise Linux RHEL 6 does not properly handle vhostgetvqdesc errors, which allows guest OS users to cause a denial of service host OS crash via unspecified...

5.5CVSS6.5AI score0.0062EPSS
Exploits1References12
Prion
Prion
added 2021/07/02 10:15 p.m.20 views

Null pointer dereference

An issue was discovered in ACRN before 2.5. It allows a devicemodel/hw/pci/virtio/virtionet.c virtionetpingrxq NULL pointer dereference for vq-used...

5CVSS7.5AI score0.00961EPSS
Exploits0References1Affected Software1
BDU FSTEC
BDU FSTEC
added 2016/07/05 12:0 a.m.3 views

The vulnerability of the Linux operating system, which allows a malicious individual to trigger a service failure

The getrxbufs function in the drivers/vhost/net.c file incorrectly handles the error pointer vhostgetvqdesc. As a result, users of the host operating system may cause failures in maintaining the host operating system...

5.5CVSS6.2AI score0.0062EPSS
Exploits1References2Affected Software1
Oracle linux
Oracle linux
added 2011/07/05 12:0 a.m.54 views

qemu-kvm security and bug fix update

qemu-kvm-0.12.1.2-2.160.el61.2 - kvm-virtio-guard-against-negative-vq-notifies.patch bz717403 - Resolves: bz717403 qemu-kvm: OOB memory access caused by negative vq notifies rhel-6.1.z qemu-kvm-0.12.1.2-2.160.el61 - kvm-Fix-phys-memory-client-pass-guest-physical-address-n.patch bz701771 -...

7.4CVSS2.7AI score0.01903EPSS
Exploits0
Rows per page
Query Builder