Lucene search
+L

594 matches found

CNNVD
CNNVD
added 2023/04/24 12:00 a.m.16 views

Vyper 安全漏洞

Vyper is the Pythonic smart contract language for EVM. A security vulnerability exists in Vyper versions 0.3.1 through 0.3.7, which stems from the Vyper compiler generating incorrect bytecode...

7.5CVSS7.2AI score0.00883EPSS
SaveExploits1References6
NVD
NVD
added 2022/06/09 9:15 a.m.37 views

CVE-2022-29255

Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions prior to 0.3.4 when a calling an external contract with no return value, the contract address including side effects could be evaluated twice. This may result in incorrect outcomes for contracts. This issue...

8.2CVSS0.01328EPSS
SaveExploits1References2
PyPA
PyPA
added 2022/06/09 9:15 a.m.15 views

PYSEC-2022-43053

Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions prior to 0.3.4 when a calling an external contract with no return value, the contract address including side effects could be evaluated twice. This may result in incorrect outcomes for contracts. This issue...

8.2CVSS6.7AI score0.01328EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2022/06/09 9:15 a.m.47 views

PYSEC-2022-43053

Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions prior to 0.3.4 when a calling an external contract with no return value, the contract address including side effects could be evaluated twice. This may result in incorrect outcomes for contracts. This issue...

7.5CVSS5.7AI score0.01328EPSS
SaveExploits1References2
Prion
Prion
added 2022/06/09 9:15 a.m.24 views

Design/Logic Flaw

Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions prior to 0.3.4 when a calling an external contract with no return value, the contract address including side effects could be evaluated twice. This may result in incorrect outcomes for contracts. This issue...

5CVSS7.4AI score0.01328EPSS
SaveExploits1References2Affected Software1
Veracode
Veracode
added 2022/06/07 4:23 a.m.18 views

Denial Of Service (DoS)

vyper is vulnerable to denial of service. An attacker can crash the application through the irforexternalcall function of externalcall.py because the contract address could be evaluated twice when calling an external contract with no return value...

8.2CVSS7.1AI score0.01328EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2022/06/06 9:23 p.m.73 views

GHSA-4V9Q-CGPW-CF38 Multiple evaluation of contract address in call in vyper

Impact when a calling an external contract with no return value, the contract address could be evaluated twice. this is usually only an efficiency problem, but if evaluation of the contract address has side effects, it could result in double evaluation of the side effects. in the following exampl...

8.7CVSS5.9AI score0.01328EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/06/06 9:23 p.m.37 views

Multiple evaluation of contract address in call in vyper

Impact when a calling an external contract with no return value, the contract address could be evaluated twice. this is usually only an efficiency problem, but if evaluation of the contract address has side effects, it could result in double evaluation of the side effects. in the following exampl...

8.2CVSS7.2AI score0.01328EPSS
SaveExploits1References5Affected Software1
CVE
CVE
added 2022/06/06 7:55 p.m.127 views

CVE-2022-29255

CVE-2022-29255 affects the Vyper smart contract language prior to 0.3.4, where calling an external contract with no return value could cause the contract address (including side effects) to be evaluated twice. This double evaluation could lead to incorrect outcomes in contracts. The issue has bee...

8.2CVSS7.5AI score0.01328EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2022/06/06 7:55 p.m.5 views

CVE-2022-29255 Multiple evaluation of contract address in call in vyper

Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions prior to 0.3.4 when a calling an external contract with no return value, the contract address including side effects could be evaluated twice. This may result in incorrect outcomes for contracts. This issue...

8.2CVSS8.3AI score0.01328EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2022/06/06 7:55 p.m.43 views

CVE-2022-29255 Multiple evaluation of contract address in call in vyper

Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions prior to 0.3.4 when a calling an external contract with no return value, the contract address including side effects could be evaluated twice. This may result in incorrect outcomes for contracts. This issue...

8.2CVSS8.3AI score0.01328EPSS
SaveExploits1References2
OSV
OSV
added 2022/06/06 7:55 p.m.29 views

CVE-2022-29255 Multiple evaluation of contract address in call in vyper

Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions prior to 0.3.4 when a calling an external contract with no return value, the contract address including side effects could be evaluated twice. This may result in incorrect outcomes for contracts. This issue...

8.2CVSS7.4AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2022/06/06 12:00 a.m.11 views

PT-2022-19503 · Vyper · Vyper

Name of the Vulnerable Software and Affected Versions: Vyper versions prior to 0.3.4 Description: The issue arises when calling an external contract with no return value, potentially resulting in the contract address being evaluated twice, including any side effects. This could lead to incorrect...

8.7CVSS7.4AI score0.01328EPSS
SaveExploits1References10
Veracode
Veracode
added 2022/05/06 1:23 p.m.24 views

Integer Overflow

vyper is vulnerable to integer overflow. The vulnerability exists because it doesn't check if multiplication of 168 bit integers can wrap in 256-bit arithmetic causing an integer overflow which then leads to an application crash...

3.8AI score
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2022/05/05 11:15 p.m.4 views

CVE-2022-29175

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: None. Reason: This candidate was withdrawn. Further investigation showed that it was not a security issue. Notes: Consult https://github.com/vyperlang/vyper/security/advisories/GHSA-42j8-8cjv-j5r9 for more information. All references and descriptions ...

5.8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/04/22 8:24 p.m.47 views

Integer bounds error in Vyper

Impact in the following code, the return of .returnsint128 is not validated to fall within the bounds of int128. as of v0.3.0, .returnsint128 is validated in simple expressions, but not complex expressions. vyper interface iface: def returnsint128 - int128: view def returnsBytes33 - Bytes33: view...

9.8CVSS1.7AI score0.01377EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/04/22 8:24 p.m.20 views

GHSA-J2X6-9323-FP7H Integer bounds error in Vyper

Impact in the following code, the return of .returnsint128 is not validated to fall within the bounds of int128. as of v0.3.0, .returnsint128 is validated in simple expressions, but not complex expressions. vyper interface iface: def returnsint128 - int128: view def returnsBytes33 - Bytes33: view...

8.8CVSS5.9AI score0.01377EPSS
SaveExploits1References5
OSV
OSV
added 2022/04/20 8:31 p.m.12 views

GHSA-4MRX-6FXM-8JPG Buffer Overflow in vyper

Impact Importing a function from a JSON interface which returns bytes generates bytecode which does not clamp bytes length, potentially resulting in a buffer overrun. Patches 0.3.2 as of https://github.com/vyperlang/vyper/commit/049dbdc647b2ce838fae7c188e6bb09cf16e470b Workarounds Use .vy...

7.1CVSS7.4AI score0.00971EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/04/20 8:31 p.m.54 views

Buffer Overflow in vyper

Impact Importing a function from a JSON interface which returns bytes generates bytecode which does not clamp bytes length, potentially resulting in a buffer overrun. Patches 0.3.2 as of https://github.com/vyperlang/vyper/commit/049dbdc647b2ce838fae7c188e6bb09cf16e470b Workarounds Use .vy...

9.8CVSS2.2AI score0.00971EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
added 2022/04/14 8:27 a.m.26 views

Buffer Overflow

vyper is vulnerable to buffer overflow. The vulnerability exists due to a lack of verification of bytes byte length resulting n a buffer overrun...

9.8CVSS3.5AI score0.00971EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder