Lucene search
+L

174 matches found

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

EUVD-2023-0273

Malicious code in bioql PyPI...

5.3CVSS5.4AI score0.00553EPSS
SaveExploits1References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.12 views

EUVD-2024-0180

Malicious code in bioql PyPI...

5.3CVSS4.7AI score0.00547EPSS
SaveExploits1References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.14 views

EUVD-2024-0179

Malicious code in bioql PyPI...

5.3CVSS5.5AI score0.00415EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.13 views

EUVD-2024-2129

Malicious code in bioql PyPI...

8.1CVSS5.9AI score0.0044EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2024-0182

Malicious code in bioql PyPI...

5.3CVSS5.5AI score0.00455EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2024-0173

Malicious code in bioql PyPI...

9.8CVSS9.2AI score0.0077EPSS
SaveExploits1References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2023-0276

Malicious code in bioql PyPI...

7.5CVSS7.5AI score0.00697EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.12 views

EUVD-2022-0354

Malicious code in bioql PyPI...

9.8CVSS9.2AI score0.00971EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2022-0355

Malicious code in bioql PyPI...

9.8CVSS9.2AI score0.01377EPSS
SaveExploits1References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2022-0356

Malicious code in bioql PyPI...

8.2CVSS7.6AI score0.0129EPSS
SaveExploits1References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2024-0220

Malicious code in bioql PyPI...

7.5CVSS7.5AI score0.00577EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.14 views

EUVD-2024-2214

Malicious code in bioql PyPI...

7.5CVSS7.4AI score0.00618EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2025/05/23 10:20 a.m.12 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 10:20 a.m.10 views

CVE-2024-32648

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. Prior to version 0.3.0, default functions don't respect nonreentrancy keys and the lock isn't emitted. No vulnerable production contracts were found. Additionally, using a lock on a default function is a very sparsely...

5.3CVSS6.8AI score0.00415EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 10:20 a.m.12 views

CVE-2024-32645

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, incorrect values can be logged when rawlog builtin is called with memory or storage arguments to be used as topics. A contract search was performed and no vulnerable contracts were found in...

5.3CVSS6.8AI score0.00455EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 9:38 a.m.9 views

CVE-2024-24560

Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. When calls to external contracts are made, we write the input buffer starting at byte 28, and allocate the return buffer to start at byte 0 overlapping with the input buffer. When checking RETURNDATASIZE for dynamic...

5.3CVSS6.9AI score0.00526EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 8:57 a.m.11 views

CVE-2024-21629

Rust EVM is an Ethereum Virtual Machine interpreter. In rust-evm, a feature called recordexternaloperation was introduced, allowing library users to record custom gas changes. This feature can have some bogus interactions with the call stack. In particular, during finalization of a CREATE or...

7.5CVSS6.8AI score0.00577EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 8:35 a.m.8 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
RedhatCVE
RedhatCVE
added 2025/05/23 7:23 a.m.12 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.00485EPSS
SaveExploits3References1
RedhatCVE
RedhatCVE
added 2025/05/23 3:57 a.m.13 views

CVE-2023-32675

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. In contracts with more than one regular nonpayable function, it is possible to send funds to the default function, even if the default function is marked nonpayable. This applies to contracts compiled with vyper version...

5.3CVSS6.7AI score0.00553EPSS
SaveExploits1References1
Rows per page
Query Builder