Lucene search
+L

594 matches found

CNNVD
CNNVD
added 2024/04/25 12:00 a.m.8 views

Vyper 安全漏洞

Vyper is the Pythonic smart contract language for EVM. A security vulnerability exists in Vyper 0.3.10 and earlier versions, which stems from a default function that does not take into account non-re-entrant keys and does not emit locks...

5.3CVSS6.8AI score0.00415EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/04/25 12:00 a.m.17 views

PT-2024-24739 · Vyper · Vyper

Name of the Vulnerable Software and Affected Versions: Vyper versions 0.3.10 and prior Description: Using the slice builtin can result in a double eval vulnerability when the buffer argument is either msg.data, self.code or .code and either the start or length arguments have side-effects. The...

5.3CVSS7.2AI score0.00455EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2024/04/25 12:00 a.m.18 views

PT-2024-24738 · Vyper · Vyper

Name of the Vulnerable Software and Affected Versions: Vyper versions 0.3.10 and prior Description: The issue arises when the raw log builtin is called with memory or storage arguments to be used as topics, resulting in incorrect values being logged. This is due to the build IR function of the...

5.3CVSS7.1AI score0.00455EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/04/25 12:00 a.m.12 views

Vyper 安全漏洞

Vyper is the Pythonic smart contract language for EVM. A security vulnerability exists in Vyper 0.3.10 and earlier versions, which stems from the use of the createfromblueprint built-in function may lead to a security issue...

5.3CVSS6.7AI score0.00455EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/04/25 12:00 a.m.18 views

PT-2024-24605 · Vyper · Vyper

Name of the Vulnerable Software and Affected Versions: Vyper versions 0.3.8 through 0.4.0b1 Description: The issue arises when looping over a range of the form rangestart, start + N, where start is a signed integer and can be negative. This causes the execution to always revert due to an incorrec...

5.3CVSS7.4AI score0.00798EPSS
SaveExploits1References9
CNNVD
CNNVD
added 2024/04/25 12:00 a.m.12 views

Vyper 安全漏洞

Vyper is the Pythonic smart contract language for EVM. A security vulnerability exists in Vyper versions 0.3.10 and earlier, which stems from incorrect logging of topics in rawlog, and could lead to unexpected behavior in client applications that rely on these logs...

5.3CVSS6.8AI score0.00455EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2024/04/10 10:27 a.m.470 views

Exploit for Improper Check for Unusual or Exceptional Conditions in Vyperlang Vyper

CVE-2024-24576-Poc-Python A quick POC for the vulnerability di...

10CVSS5.6AI score0.20342EPSS
SaveExploits11
Veracode
Veracode
added 2024/02/28 6:44 a.m.22 views

Out-of-bounds Read

vyper is vulnerable to Out-of-bounds Read. The vulnerability is due to an excessively large value specified as the starting index for an array in abidecode, causing the read position to overflow. This potentially can leads to Information Disclosure or Denial of service...

5.3CVSS6.8AI score0.00547EPSS
SaveExploits1References1Affected Software1
Veracode
Veracode
added 2024/02/28 5:29 a.m.27 views

Out-of-bounds Read

vyper is vulnerable to Out-of-bounds Read. The vulnerability is due to a flaw in the extract32 function, where providing a start index that updates the byte array may result in reading and returning dirty memory...

5.3CVSS6.7AI score0.00565EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2024/02/26 8:19 p.m.30 views

CVE-2024-24564

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. When using the built-in extract32b, start, if the start index provided has for side effect to update b, the byte array to extract 32 bytes from, it could be that some dirty memory is read and returned by extract32. This...

5.3CVSS4AI score0.00565EPSS
SaveExploits1References2
NVD
NVD
added 2024/02/26 8:19 p.m.44 views

CVE-2024-26149

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. If an excessively large value is specified as the starting index for an array in abidecode, it can cause the read position to overflow. This results in the decoding of values outside the intended array bounds, potential...

5.3CVSS4AI score0.00547EPSS
SaveExploits1References1
PyPA
PyPA
added 2024/02/26 8:19 p.m.10 views

PYSEC-2024-205

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. When using the built-in extract32b, start, if the start index provided has for side effect to update b, the byte array to extract 32 bytes from, it could be that some dirty memory is read and returned by extract32. This...

5.3CVSS6.8AI score0.00565EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2024/02/26 8:19 p.m.78 views

PYSEC-2024-164

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. If an excessively large value is specified as the starting index for an array in abidecode, it can cause the read position to overflow. This results in the decoding of values outside the intended array bounds, potential...

5.3CVSS5.1AI score0.00547EPSS
SaveExploits1References4
PyPA
PyPA
added 2024/02/26 8:19 p.m.12 views

PYSEC-2024-164

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. If an excessively large value is specified as the starting index for an array in abidecode, it can cause the read position to overflow. This results in the decoding of values outside the intended array bounds, potential...

5.3CVSS6.9AI score0.00547EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2024/02/26 8:19 p.m.52 views

PYSEC-2024-205

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. When using the built-in extract32b, start, if the start index provided has for side effect to update b, the byte array to extract 32 bytes from, it could be that some dirty memory is read and returned by extract32. This...

5.3CVSS5AI score0.00565EPSS
SaveExploits1References4
Prion
Prion
added 2024/02/26 8:19 p.m.34 views

Design/Logic Flaw

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. When using the built-in extract32b, start, if the start index provided has for side effect to update b, the byte array to extract 32 bytes from, it could be that some dirty memory is read and returned by extract32. This...

2.6CVSS7AI score0.00565EPSS
SaveExploits1References1
Prion
Prion
added 2024/02/26 8:19 p.m.30 views

Design/Logic Flaw

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. If an excessively large value is specified as the starting index for an array in abidecode, it can cause the read position to overflow. This results in the decoding of values outside the intended array bounds, potential...

2.6CVSS6.9AI score0.00547EPSS
SaveExploits1References1
OSV
OSV
added 2024/02/26 8:16 p.m.18 views

CVE-2024-24564 Vyper extract32 can ready dirty memory

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. When using the built-in extract32b, start, if the start index provided has for side effect to update b, the byte array to extract 32 bytes from, it could be that some dirty memory is read and returned by extract32. This...

3.7CVSS4.7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2024/02/26 8:16 p.m.42 views

CVE-2024-24564 Vyper extract32 can ready dirty memory

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. When using the built-in extract32b, start, if the start index provided has for side effect to update b, the byte array to extract 32 bytes from, it could be that some dirty memory is read and returned by extract32. This...

3.7CVSS4.4AI score0.00565EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2024/02/26 8:16 p.m.14 views

CVE-2024-24564 Vyper extract32 can ready dirty memory

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. When using the built-in extract32b, start, if the start index provided has for side effect to update b, the byte array to extract 32 bytes from, it could be that some dirty memory is read and returned by extract32. This...

3.7CVSS3.8AI score0.00565EPSS
SaveExploits1References2
Rows per page
Query Builder