Lucene search
+L

77 matches found

EUVD
EUVD
•added 2025/10/03 8:07 p.m.•16 views

EUVD-2025-4282

Malicious code in bioql PyPI...

7.5CVSS7.4AI score0.00447EPSS
SaveExploits1References5
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•16 views

EUVD-2024-0184

Malicious code in bioql PyPI...

5.3CVSS5.5AI score0.00455EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•14 views

EUVD-2024-0185

Malicious code in bioql PyPI...

5.3CVSS5.5AI score0.00455EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•23 views

EUVD-2024-0183

Malicious code in bioql PyPI...

5.3CVSS5.5AI score0.00455EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/05/23 10:20 a.m.•14 views

CVE-2024-32646

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, 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...

5.3CVSS7.1AI score0.00455EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
•added 2025/05/23 8:36 a.m.•8 views

CVE-2024-32647

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the createfromblueprint builtin can result in a double eval vulnerability when rawargs=True and the args argument has side-effects. It can be seen that the buildcreateIR function of t...

5.3CVSS7AI score0.00455EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
•added 2025/05/23 8:35 a.m.•10 views

CVE-2024-32649

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the sqrt builtin can result in double eval vulnerability when the argument has side-effects. It can be seen that the buildIR function of the sqrt builtin doesn't cache the argument to...

5.3CVSS6.8AI score0.00455EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
•added 2025/02/21 10:43 p.m.•29 views

Vyper has a double eval in For List Iter

Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body e.g. read a storage variable updated in the loop body and thus lead to unexpected progra...

2.3CVSS7AI score0.00447EPSS
SaveExploits1References5Affected Software1
Vulnrichment
Vulnrichment
•added 2025/02/21 9:32 p.m.•17 views

CVE-2025-27104 double eval in For List Iter in Vyper

vyper is a Pythonic Smart Contract Language for the EVM. Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body e.g. read a storage variable...

2.3CVSS7.4AI score0.00447EPSS
SaveExploits1References2
CVE
CVE
•added 2025/02/21 9:32 p.m.•94 views

CVE-2025-27104

The Vyper smart contract language contains a vulnerability where expressions in a for loop iterator target can be evaluated multiple times. This occurs because the iterator can consume side effects produced in the loop body, such as reading a storage variable that is updated during the loop. Spec...

2.3CVSS6.3AI score0.00447EPSS
SaveExploits1References2Affected Software1
Veracode
Veracode
•added 2024/04/26 10:31 a.m.•20 views

Double Evaluation

vyper is vulnerable to a Double Evaluation. This vulnerability is due to the buildcreateIR function of the createfromblueprint builtin not caching the args argument, allowing for multiple evaluations instead of retrieving the value from the stack...

5.3CVSS6.8AI score0.00455EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
•added 2024/04/26 10:11 a.m.•24 views

Double Evaluation

vyper is vulnerable to Double Evaluation. The vulnerability is due to the buildIR function of the sqrt builtin not caching the argument to the stack, allowing for multiple evaluations when the argument has side-effects...

5.3CVSS6.8AI score0.00455EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2024/04/25 7:50 p.m.•30 views

vyper performs double eval of raw_args in create_from_blueprint

Summary Using the createfromblueprint builtin can result in a double eval vulnerability when rawargs=True and the args argument has side-effects. A contract search was performed and no vulnerable contracts were found in production. In particular, the rawargs variant of createfromblueprint was not...

5.3CVSS5.3AI score0.00455EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2024/04/25 7:50 p.m.•83 views

GHSA-3WHQ-64Q2-QFJ6 vyper performs double eval of raw_args in create_from_blueprint

Summary Using the createfromblueprint builtin can result in a double eval vulnerability when rawargs=True and the args argument has side-effects. A contract search was performed and no vulnerable contracts were found in production. In particular, the rawargs variant of createfromblueprint was not...

5.3CVSS5.2AI score0.00455EPSS
SaveExploits0References5
PyPA
PyPA
•added 2024/04/25 6:15 p.m.•19 views

PYSEC-2024-209

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the sqrt builtin can result in double eval vulnerability when the argument has side-effects. It can be seen that the buildIR function of the sqrt builtin doesn't cache the argument to...

5.3CVSS7AI score0.00455EPSS
SaveExploits0References2Affected Software1
OSV
OSV
•added 2024/04/25 6:15 p.m.•33 views

PYSEC-2024-209

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the sqrt builtin can result in double eval vulnerability when the argument has side-effects. It can be seen that the buildIR function of the sqrt builtin doesn't cache the argument to...

5.3CVSS5.2AI score0.00455EPSS
SaveExploits0References2
OSV
OSV
•added 2024/04/25 6:15 p.m.•45 views

PYSEC-2024-207

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, 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...

5.3CVSS5.4AI score0.00455EPSS
SaveExploits0References2
PyPA
PyPA
•added 2024/04/25 6:15 p.m.•17 views

PYSEC-2024-208

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the createfromblueprint builtin can result in a double eval vulnerability when rawargs=True and the args argument has side-effects. It can be seen that the buildcreateIR function of t...

5.3CVSS7AI score0.00455EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
•added 2024/04/25 6:15 p.m.•16 views

PYSEC-2024-207

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, 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...

5.3CVSS7.1AI score0.00455EPSS
SaveExploits0References2Affected Software1
OSV
OSV
•added 2024/04/25 6:15 p.m.•35 views

PYSEC-2024-208

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the createfromblueprint builtin can result in a double eval vulnerability when rawargs=True and the args argument has side-effects. It can be seen that the buildcreateIR function of t...

5.3CVSS5.2AI score0.00455EPSS
SaveExploits0References3
Rows per page
Query Builder