Lucene search
K

21 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-0067

Malicious code in bioql PyPI...

7.5CVSS6.3AI score0.00776EPSS
Exploits1References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2024-40254

Malicious code in bioql PyPI...

9.1CVSS6.6AI score0.00194EPSS
Exploits1References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2023-0263

Malicious code in bioql PyPI...

7.5CVSS7.5AI score0.00337EPSS
Exploits1References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2023-50471

Malicious code in bioql PyPI...

5.3CVSS5.7AI score0.00307EPSS
Exploits1References3
RedhatCVE
RedhatCVE
added 2025/05/23 7:23 a.m.4 views

CVE-2024-24567

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. Vyper compiler allows passing a value in builtin rawcall even if the call is a delegatecall or a staticcall. But in the context of delegatecall and staticcall the handling of value is not possible due to the semantics o...

5.3CVSS6.7AI score0.00255EPSS
Exploits3References1
RedhatCVE
RedhatCVE
added 2025/02/05 12:41 p.m.7 views

CVE-2024-43366

zkvyper is a Vyper compiler. Starting in version 1.3.12 and prior to version 1.5.3, since LLL IR has no Turing-incompletness restrictions, it is compiled to a loop with a much more late exit condition. It leads to a loss of funds or other unwanted behavior if the loop body contains it. However,...

9.1CVSS6.8AI score0.00194EPSS
Exploits1References1
Veracode
Veracode
added 2025/01/20 3:4 a.m.9 views

Gas Manipulation Attack

vyper is vulnerable to Gas Manipulation Attack. The vulnerability is due to insufficient error handling in the Vyper Compiler, which fails to check the success flag of precompile calls EcRecover and Identity, allowing attackers to manipulate the gas, causing precompile failures without halting...

7.5CVSS6.8AI score0.00776EPSS
Exploits1References6Affected Software1
NVD
NVD
added 2025/01/14 6:16 p.m.14 views

CVE-2025-21607

Vyper is a Pythonic Smart Contract Language for the EVM. When the Vyper Compiler uses the precompiles EcRecover 0x1 and Identity 0x4, the success flag of the call is not checked. As a consequence an attacker can provide a specific amount of gas to make these calls fail but let the overall executi...

7.5CVSS0.00776EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2025/01/14 4:34 p.m.12 views

Vyper Does Not Check the Success of Certain Precompile Calls

Summary When the Vyper Compiler uses the precompiles EcRecover 0x1 and Identity 0x4, the success flag of the call is not checked. As a consequence an attacker can provide a specific amount of gas to make these calls fail but let the overall execution continue. Then the execution result can be...

7.5CVSS6.7AI score0.00776EPSS
Exploits1References6Affected Software1
OSV
OSV
added 2024/08/15 8:11 p.m.7 views

CVE-2024-43366 zkvyper ignored loop range bounds

zkvyper is a Vyper compiler. Starting in version 1.3.12 and prior to version 1.5.3, since LLL IR has no Turing-incompletness restrictions, it is compiled to a loop with a much more late exit condition. It leads to a loss of funds or other unwanted behavior if the loop body contains it. However,...

7.5CVSS6.8AI score0.00194EPSS
Exploits1References3
CVE
CVE
added 2024/08/15 8:11 p.m.42 views

CVE-2024-43366

CVE-2024-43366 concerns the zkvyper Vyper compiler. From versions 1.3.12 up to 1.5.3, the LLL IR may be compiled into a loop with a late exit condition due to insufficient Turing-noncompleteness checks, potentially causing loss of funds or other unwanted behavior if the loop body contains it. Rea...

9.1CVSS7.6AI score0.00194EPSS
Exploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/15 8:11 p.m.9 views

CVE-2024-43366 zkvyper ignored loop range bounds

zkvyper is a Vyper compiler. Starting in version 1.3.12 and prior to version 1.5.3, since LLL IR has no Turing-incompletness restrictions, it is compiled to a loop with a much more late exit condition. It leads to a loss of funds or other unwanted behavior if the loop body contains it. However,...

7.5CVSS7.6AI score0.00194EPSS
Exploits1References1
Cvelist
Cvelist
added 2024/08/15 8:11 p.m.16 views

CVE-2024-43366 zkvyper ignored loop range bounds

zkvyper is a Vyper compiler. Starting in version 1.3.12 and prior to version 1.5.3, since LLL IR has no Turing-incompletness restrictions, it is compiled to a loop with a much more late exit condition. It leads to a loss of funds or other unwanted behavior if the loop body contains it. However,...

7.5CVSS0.00194EPSS
Exploits1References1
PyPA
PyPA
added 2024/02/05 9:15 p.m.4 views

PYSEC-2024-147

Vyper is a Pythonic Smart Contract Language for the EVM. There is an error in the stack management when compiling the IR for sha364. Concretely, the height variable is miscalculated. The vulnerability can't be triggered without writing the IR by hand that is, it cannot be triggered from regular...

5.3CVSS7AI score0.00188EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2024/01/30 8:17 p.m.26 views

CVE-2024-24567 raw_call `value=` kwargs not disabled for static and delegate calls

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. Vyper compiler allows passing a value in builtin rawcall even if the call is a delegatecall or a staticcall. But in the context of delegatecall and staticcall the handling of value is not possible due to the semantics o...

4.8CVSS5.4AI score0.00255EPSS
Exploits3References2
OSV
OSV
added 2024/01/30 8:17 p.m.3 views

CVE-2024-24567 raw_call `value=` kwargs not disabled for static and delegate calls

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. Vyper compiler allows passing a value in builtin rawcall even if the call is a delegatecall or a staticcall. But in the context of delegatecall and staticcall the handling of value is not possible due to the semantics o...

4.8CVSS5.2AI score0.00255EPSS
Exploits3References4
NVD
NVD
added 2023/10/25 10:15 p.m.9 views

CVE-2023-46232

era-compiler-vyper is the EraVM Vyper compiler for zkSync Era, a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum. Prior to era-compiler-vype version 1.3.10, a bug prevented the initialization of the first immutable variable for Vyper contracts meeting certain criteria. The proble...

5.3CVSS5.2AI score0.00307EPSS
Exploits1References3
Prion
Prion
added 2023/10/25 10:15 p.m.9 views

Code injection

era-compiler-vyper is the EraVM Vyper compiler for zkSync Era, a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum. Prior to era-compiler-vype version 1.3.10, a bug prevented the initialization of the first immutable variable for Vyper contracts meeting certain criteria. The proble...

5CVSS5.3AI score0.00307EPSS
Exploits1References3Affected Software1
CVE
CVE
added 2023/10/25 9:1 p.m.44 views

CVE-2023-46232

The CVE concerns era-compiler-vyper (EraVM Vyper compiler for zkSync Era). Before 1.3.10, a bug in initialization of the first immutable variable for Vyper contracts could occur when a String or Array allocates more 256‑bit words than are initialized; the second word’s index could be left unset (...

5.3CVSS5.2AI score0.00307EPSS
Exploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2023/09/04 12:0 a.m.4 views

PT-2023-27210 · Vyper · Vyper

Name of the Vulnerable Software and Affected Versions: Vyper affected versions not specified Description: The Vyper compiler evaluates arguments from right to left instead of left to right for certain expressions, including unsafe add, unsafe sub, unsafe mul, unsafe div, pow mod256, |, &, ^ bitwi...

6.9CVSS4.9AI score0.00091EPSS
Exploits1References13
Rows per page
Query Builder