Lucene search
+L

21239 matches found

ICS
ICS
added 2024/08/22 6:00 a.m.23 views

Rockwell Automation 5015 - AENFTXT

View CSAF 1. EXECUTIVE SUMMARY CVSS v4 8.7 ATTENTION : Exploitable remotely/low attack complexity Vendor : Rockwell Automation Equipment : 5015 - AENFTXT Vulnerability : Improper Input Validation 2. RISK EVALUATION Successful exploitation of this vulnerability could cause a denial-of-service...

8.7CVSS7.7AI score0.02123EPSS
SaveExploits0References10
OSV
OSV
added 2024/08/22 4:15 a.m.14 views

DEBIAN-CVE-2022-48941

In the Linux kernel, the following vulnerability has been resolved: ice: fix concurrent reset and removal of VFs Commit c503e63200c6 "ice: Stop processing VF messages during teardown" introduced a driver state flag, ICEVFDEINITINPROGRESS, which is intended to prevent some issues with concurrently...

4.7CVSS5.8AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/22 4:15 a.m.12 views

UBUNTU-CVE-2022-48941

In the Linux kernel, the following vulnerability has been resolved: ice: fix concurrent reset and removal of VFs Commit c503e63200c6 "ice: Stop processing VF messages during teardown" introduced a driver state flag, ICEVFDEINITINPROGRESS, which is intended to prevent some issues with concurrently...

8.8CVSS6.2AI score0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2024/08/22 4:15 a.m.14 views

UBUNTU-CVE-2022-48943

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: make apf token non-zero to fix bug In current async pagefault logic, when a page is ready, KVM relies on kvmarchcandequeueasyncpagepresent to determine whether to deliver a READY event to the Guest. This function te...

7.8CVSS6.1AI score0.00247EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.7 views

SUSE 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.5CVSS6.5AI score0.00208EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/08/22 3:14 a.m.7 views

SUSE CVE-2023-52901

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check endpoint is valid before dereferencing it When the host controller is not responding, all URBs queued to all endpoints need to be killed. This can cause a kernel panic if we dereference an invalid endpoint. Fix...

5.5CVSS6.4AI score0.0024EPSS
SaveExploits0References11
OSV
OSV
added 2024/08/22 2:15 a.m.8 views

DEBIAN-CVE-2022-48916

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix double listadd when enabling VMD in scalable mode When enabling VMD and IOMMU scalable mode, the following kernel panic call trace/kernel log is shown in Eagle Stream platform Sapphire Rapids CPU during booting: p...

5.5CVSS5.4AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/22 2:15 a.m.7 views

UBUNTU-CVE-2022-48905

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: free reset-work-item when flushing Fix a tiny memory leak when flushing the reset work queue...

5.5CVSS6.1AI score0.0021EPSS
SaveExploits0References9
OSV
OSV
added 2024/08/22 2:15 a.m.7 views

UBUNTU-CVE-2022-48904

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix I/O page table memory leak The current logic updates the I/O page table mode for the domain before calling the logic to free memory used for the page table. This results in IOMMU page table memory leak, and can be...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/08/22 1:32 a.m.41 views

CVE-2022-48919 cifs: fix double free race when mount fails in cifs_get_root()

In the Linux kernel, the following vulnerability has been resolved: cifs: fix double free race when mount fails in cifsgetroot When cifsgetroot fails during cifssmb3domount we call deactivatelockedsuper which eventually will call delayedfree which will free the context. In this situation we shoul...

8.8CVSS0.00468EPSS
SaveExploits0References3
Virtuozzo
Virtuozzo
added 2024/08/22 12:00 a.m.45 views

Virtuozzo Hybrid Infrastructure 6.2 Update 1 (6.2.1-51)

In this release, Virtuozzo Hybrid Infrastructure provides stability and performance improvements, as well as addresses issues found in previous releases. Vulnerability id: VSTOR-68405 Failed to deploy the compute cluster due to an issue with the default storage policy. Vulnerability id: VSTOR-880...

7AI score
SaveExploits0
CNNVD
CNNVD
added 2024/08/22 12:00 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a double-list-add issue when VMD and IOMMU scalable modes are enabled, causing the kernel to crash...

5.5CVSS6.3AI score0.0021EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/21 7:15 a.m.4 views

DEBIAN-CVE-2023-52905

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix resource leakage in VF driver unbind resources allocated like mcam entries to support the Ntuple feature and hash tables for the tc feature are not getting freed in driver unbind. This patch fixes the issue...

5.5CVSS5.2AI score0.00208EPSS
SaveExploits0References1
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
OSV
OSV
added 2024/08/21 7:15 a.m.6 views

UBUNTU-CVE-2023-52901

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check endpoint is valid before dereferencing it When the host controller is not responding, all URBs queued to all endpoints need to be killed. This can cause a kernel panic if we dereference an invalid endpoint. Fix...

5.5CVSS5.8AI score0.0024EPSS
SaveExploits0References10
OSV
OSV
added 2024/08/21 7:15 a.m.18 views

UBUNTU-CVE-2023-52905

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix resource leakage in VF driver unbind resources allocated like mcam entries to support the Ntuple feature and hash tables for the tc feature are not getting freed in driver unbind. This patch fixes the issue...

5.5CVSS6AI score0.00208EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/21 1:15 a.m.15 views

AZL-48504 CVE-2024-43873 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: vhost/vsock: always initialize seqpacketallow There are two issues around seqpacketallow: 1. seqpacketallow is not initialized when socket is created. Thus if features are never set, it will be read uninitialized. 2. if...

7.8CVSS6.2AI score0.00218EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/08/21 12:17 a.m.9 views

kernel: virtio-net: tap: mlx5_core short frame denial of service

A denial of service DoS attack was found in the mlx5 driver in the Linux kernel. A KVM guest VM using virtio-net can crash the host by sending a short packet, for example, size = ETHHLEN...

8.8CVSS7.2AI score0.00256EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/08/21 12:00 a.m.11 views

The vulnerability of the clipboard data exchange service between devices via the Windows operating system’s Clipboard Virtual Channel Extension allows a hacker to execute arbitrary code.

The vulnerability of the clipboard service between devices under the Windows operating system’s Virtual Channel Extension relies on the use of unsafe mechanisms for processing authentication data in the operating system’s memory. Exploiting this vulnerability allows a remote attacker to execute...

10CVSS5.9AI score0.01323EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2024/08/21 12:00 a.m.14 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a resource leak in the octeontx2-pf component when the VF driver is uninstalled...

5.5CVSS6.3AI score0.00208EPSS
SaveExploits0References5
Rows per page
Query Builder