Lucene search
+L

12631 matches found

Prion
Prion
added 2023/05/17 11:15 p.m.23 views

Remote code execution

A vulnerability was found in the libreswan library. This security issue occurs when an IKEv1 Aggressive Mode packet is received with only unacceptable crypto algorithms, and the response packet is not sent with a zero responder SPI. When a subsequent packet is received where the sender reuses the...

5CVSS7.8AI score0.01581EPSS
SaveExploits0References4Affected Software5
CNNVD
CNNVD
added 2023/05/17 12:00 a.m.38 views

Xen 安全漏洞

Xen is an open source virtual machine monitor product from the University of Cambridge, UK. The product enables different and incompatible operating systems to run on the same computer and supports runtime migration to ensure uptime and avoid downtime. Xen has a security vulnerability that stems...

3.3CVSS4.8AI score0.00264EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2023/05/17 12:00 a.m.13 views

Mlflow 安全漏洞

Mlflow is an open source platform for machine learning lifecycles. A security vulnerability exists in Mlflow versions prior to 2.3.1 that stems from being able to read local files...

9.8CVSS8.2AI score0.06363EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.16 views

kernel: KVM: nVMX: missing IBPB when exiting from nested guest can lead to Spectre v2 attacks

A flaw was found in the KVM's Intel nested virtualization feature nVMX. Since L1 and L2 shared branch prediction modes guest-user and guest-kernel, KVM did not protect indirect branches in L1 from steering by a malicious agent in L2. This could allow a malicious nested guest to carry out Spectre ...

8.8CVSS6.6AI score0.00286EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/05/16 8:43 a.m.13 views

kernel: KVM: NULL pointer dereference in kvm_mmu_invpcid_gva

A flaw was found in KVM. With shadow paging enabled if INVPCID is executed with CR0.PG=0, the invlpg callback is not set, and the result is a NULL pointer dereference. This flaw allows a guest user to cause a kernel oops condition on the host, resulting in a denial of service...

6.9CVSS6.6AI score0.00322EPSS
SaveExploits0References6
GithubExploit
GithubExploit
added 2023/05/16 3:06 a.m.929 views

Exploit for Use After Free in Linux Linux_Kernel

Building And Configuring The instructions below were tested u...

7.8CVSS6.5AI score0.12966EPSS
SaveExploits8
OSV
OSV
added 2023/05/15 8:50 p.m.19 views

GHSA-WHPJ-8F3W-67P5 vm2 Sandbox Escape vulnerability

A sandbox escape vulnerability exists in vm2 for versions up to 3.9.17. It abuses an unexpected creation of a host object based on the specification of Proxy. Impact A threat actor can bypass the sandbox protections to gain remote code execution rights on the host running the sandbox. Patches Thi...

9.8CVSS7.6AI score0.08127EPSS
SaveExploits1References6
Microsoft Secure
Microsoft Secure
added 2023/05/15 4:00 p.m.33 views

Microsoft Security highlights from RSA Conference 2023

The RSA Conference RSAC gave us an incredible opportunity to meet with security professionals from around the world, learn about exciting advances in the world of cybersecurity, and share our own security innovations. Defenders everywhere serve an important mission of protecting our world, and RS...

7AI score
SaveExploits0
CNVD
CNVD
added 2023/05/15 12:00 a.m.50 views

Rockwell Automation ArmorStart ST Cross-Site Scripting Vulnerability (CNVD-2023-44293)

Rockwell Automation ArmorStart ST is a simple and cost-effective solution for machine-side control architectures from Rockwell Automation. A cross-site scripting vulnerability exists in Rockwell Automation ArmorStart ST, which can be exploited by an attacker to view user data and modify the web...

5.9CVSS6AI score0.0062EPSS
SaveExploits0References1
CNVD
CNVD
added 2023/05/15 12:00 a.m.31 views

Rockwell Automation ArmorStart ST Cross-Site Scripting Vulnerability (CNVD-2023-44289)

Rockwell Automation ArmorStart ST is a simple and cost-effective solution for machine-side control architectures from Rockwell Automation. A cross-site scripting vulnerability exists in Rockwell Automation ArmorStart ST, which can be exploited by an attacker to view and modify sensitive data or...

7CVSS6.1AI score0.0049EPSS
SaveExploits0References1
Veracode
Veracode
added 2023/05/14 1:47 p.m.22 views

Null Pointer Dereference

libreswan is vulnerable to Null Pointer Dereference. Due to the vulnerability an incorrect aggressive mode interaction causes the pluto daemon to crash which also causes the machine to crash...

7.5CVSS6.9AI score0.01185EPSS
SaveExploits0References2Affected Software1
Citrix
Citrix
added 2023/05/12 12:00 a.m.11 views

How to add machine to existing Machine Catalog and Delivery Group using PowerShell

This article is designed to describe how to add a machine to an existing Machine Catalog and Delivery Group using PowerShell...

7.1AI score
SaveExploits0
Prion
Prion
added 2023/05/11 10:15 p.m.21 views

Design/Logic Flaw

Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, internal calls with default arguments are compiled incorrectly. Depending on the number of arguments provided in the call, the defaults are added not right-to-left, but left-to-right. If the type...

5CVSS7.4AI score0.00725EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2023/05/11 9:15 p.m.69 views

CVE-2023-31146

Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, during codegen, the length word of a dynarray is written before the data, which can result in out-of-bounds array access in the case where the dynarray is on both the lhs and rhs of an assignment...

9.1CVSS7.9AI score0.01241EPSS
SaveExploits1References2
Prion
Prion
added 2023/05/11 9:15 p.m.17 views

Buffer overflow

Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, due to missing overflow check for loop variables, by assigning the iterator of a loop to a variable, it is possible to overflow the type of the latter. The issue seems to happen only in loops of...

5CVSS7.6AI score0.00913EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2023/05/11 9:15 p.m.12 views

PYSEC-2023-78

Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, due to missing overflow check for loop variables, by assigning the iterator of a loop to a variable, it is possible to overflow the type of the latter. The issue seems to happen only in loops of...

7.5CVSS7.1AI score0.00913EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2023/05/11 9:01 p.m.39 views

CVE-2023-32059 Vyper vulnerable to incorrect ordering of arguments for kwargs passed to internal calls

Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, internal calls with default arguments are compiled incorrectly. Depending on the number of arguments provided in the call, the defaults are added not right-to-left, but left-to-right. If the type...

7.5CVSS7.3AI score
SaveExploits0References4
CVE
CVE
added 2023/05/11 8:51 p.m.67 views

CVE-2023-31146

Vyper prior to 0.3.8 is vulnerable to out-of-bounds access in codegen when a dynarray is on both the LHS and RHS of an assignment. The length word is written before the data, enabling OOB access and potential data corruption across call frames. The issue is fixed in version 0.3.8. Affected produc...

9.1CVSS8.5AI score0.01241EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2023/05/11 8:51 p.m.75 views

CVE-2023-31146 Vyper vulnerable to OOB DynArray access when array is on both LHS and RHS of an assignment

Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, during codegen, the length word of a dynarray is written before the data, which can result in out-of-bounds array access in the case where the dynarray is on both the lhs and rhs of an assignment...

7.5CVSS9.5AI score0.01241EPSS
SaveExploits1References2
OSV
OSV
added 2023/05/11 8:51 p.m.35 views

CVE-2023-31146 Vyper vulnerable to OOB DynArray access when array is on both LHS and RHS of an assignment

Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, during codegen, the length word of a dynarray is written before the data, which can result in out-of-bounds array access in the case where the dynarray is on both the lhs and rhs of an assignment...

7.5CVSS8.9AI score
SaveExploits0References4
Rows per page
Query Builder