Lucene search
+L

3578 matches found

Packet Storm News
Packet Storm News
added 2025/06/20 12:00 a.m.11 views

A Smart Contract-Based Non-Transferable Signature Verification System Using Nominative Signatures

Nominative signatures allow us to indicate who can verify a signature, and they can be employed to construct a non-transferable signature verification system that prevents the signature verification by a third party in unexpected situations. For example, this system can prevent IOU/loan certifica...

6.9AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/05/29 12:55 a.m.4 views

Malicious code in ethereum-smart-contract (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 8e10c205ca79402ee59b57b5e2a0475562ba75988af429715c808ad690e6fa49 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2025/05/29 12:55 a.m.5 views

MAL-2025-4587 Malicious code in ethereum-smart-contract (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 8e10c205ca79402ee59b57b5e2a0475562ba75988af429715c808ad690e6fa49 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References1
Fedora
Fedora
added 2025/05/25 2:12 a.m.23 views

[SECURITY] Fedora 41 Update: vyper-0.4.1-4.fc41

Pythonic Smart Contract Language for the EVM...

6.3CVSS6.6AI score0.00459EPSS
SaveExploits0
Fedora
Fedora
added 2025/05/25 1:48 a.m.18 views

[SECURITY] Fedora 42 Update: vyper-0.4.1-4.fc42

Pythonic Smart Contract Language for the EVM...

6.3CVSS6.6AI score0.00459EPSS
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/05/25 12:00 a.m.10 views

A Quantitative Notion of Economic Security for Smart Contract Compositions

Decentralized applications are often composed of multiple interconnected smart contracts. This is especially evident in DeFi, where protocols are heavily intertwined and rely on a variety of basic building blocks such as tokens, decentralized exchanges and lending protocols. A crucial security...

6.8AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/23 10:41 a.m.14 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.3CVSS6.6AI score0.00565EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 10:20 a.m.9 views

CVE-2024-32481

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. Starting in version 0.3.8 and prior to version 0.4.0b1, when looping over a range of the form rangestart, start + N, if start is negative, the execution will always revert. This issue is caused by an incorrect assertion...

5.3CVSS6.9AI score0.00798EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 10:20 a.m.13 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 9:38 a.m.10 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:05 a.m.13 views

CVE-2024-51427

An issue in the PepeGxng smart contract which can be run on the Ethereum blockchain allows remote attackers to have an unspecified impact via the mint function. NOTE: this is disputed by third parties because the impact is limited to function calls...

9.8CVSS7.2AI score0.00649EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 8:04 a.m.12 views

CVE-2024-51425

An issue in the WaterToken smart contract which can be run on the Ethereum blockchain allows remote attackers to have an unspecified impact. NOTE: this is disputed by third parties because the impact is limited to function calls...

8.8CVSS7.1AI score0.00444EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 8:04 a.m.11 views

CVE-2024-51426

An issue in the PepeGxng smart contract which can be run on the Ethereum blockchain allows remote attackers to have an unspecified impact via the transfer function. NOTE: this is disputed by third parties because the impact is limited to function calls...

8.8CVSS7.2AI score0.00491EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 8:03 a.m.11 views

CVE-2024-51424

An issue in the PepeGxng smart contract which can be run on the Ethereum blockchain allows remote attackers to have an unspecified impact via the Owned.setOwner function. NOTE: this is disputed by third parties because the impact is limited to function calls...

9.8CVSS7.2AI score0.00649EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 4:15 a.m.11 views

CVE-2023-41052

Vyper is a Pythonic Smart Contract Language. In affected versions the order of evaluation of the arguments of the builtin functions uint256addmod, uint256mulmod, ecadd and ecmul does not follow source order. This behaviour is problematic when the evaluation of one of the arguments produces side...

5.3CVSS6.8AI score0.00536EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2025/05/23 2:01 a.m.10 views

CVE-2023-42460

Vyper is a Pythonic Smart Contract Language for the EVM. The abidecode function does not validate input when it is nested in an expression. Uses of abidecode can be constructed which allow for bounds checking to be bypassed resulting in incorrect results. This issue has not yet been fixed, but a...

7.5CVSS6.8AI score0.00554EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 10:36 p.m.15 views

CVE-2022-27134

EOSIO batdappboomx v327c04cf has an Access-control vulnerability in the transfer function of the smart contract which allows remote attackers to win the cryptocurrency without paying ticket fee via the std::string memo parameter...

7.5CVSS7AI score0.02092EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:28 p.m.11 views

CVE-2021-3004

The deposit function in the smart contract implementation for Stable Yield Credit yCREDIT, an Ethereum token, has certain incorrect calculations. An attacker can obtain more yCREDIT tokens than they should...

7.5CVSS7AI score0.01261EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:46 p.m.10 views

CVE-2021-41122

Vyper is a Pythonic Smart Contract Language for the EVM. In affected versions external functions did not properly validate the bounds of decimal arguments. The can lead to logic errors. This issue has been resolved in version 0.3.0...

4.3CVSS6.7AI score0.00803EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2025/05/22 6:39 p.m.13 views

CVE-2021-34273

A security flaw in the 'owned' function of a smart contract implementation for BTC2X B2X, a tradeable Ethereum ERC20 token, allows attackers to hijack victim accounts and arbitrarily increase the digital supply of assets...

7.5CVSS6.9AI score0.01072EPSS
SaveExploits1References1
Rows per page
Query Builder