Lucene search
+L

30 matches found

Kitploit
Kitploit
added 2026/09/15 8:00 a.m.8 views

owasp-scs

OWASP スマートコントラクトセキュリティ SCS OWASP スマートコントラクトセキュリティ Slack に参加する ディスカッションとサポート これは OWASP スマートコントラクトセキュリティ SCS プロジェクトの公式 GitHub リポジトリです。この包括的なイニシアチブは、スマートコントラクトの開発、監査、検証のためのセキュリティ標準、ガイダンス、リソースを提供します。SCS エコシステムは相互接続されたサブプロジェクトで構成されており、相互に補完し合い、スマートコントラクト、分散型アプリケーション dApps、EVM...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 2:28 a.m.12 views

awesome-web3-security — Updated!

awesome-web3-security A curated list of Web3 Security materials and resources for Pentesters and Bug Hunters. root@kitploit: If you find that some links are not working, you can simply replace the username with gmh5225. Or you can send an issue for me. Show respect to all the projects below,...

6.5AI score
SaveExploits0References476
HackRead
HackRead
added 2025/11/19 8:20 a.m.18 views

CredShields Joins Forces with Checkmarx to Bring Smart Contract Security to Enterprise AppSec Programs

Singapore, Singapore, 19th November 2025, CyberNewsWire...

7AI score
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2018-5137

Malware in sbrugna...

7.5CVSS7.6AI score0.01094EPSS
SaveExploits1References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2018-5427

Malware in sbrugna...

7.5CVSS7.6AI score0.01024EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2018-5479

Malware in sbrugna...

7.5CVSS7.6AI score0.01094EPSS
SaveExploits1References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2018-5075

Malware in sbrugna...

7.5CVSS7.6AI score0.00988EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.14 views

EUVD-2018-5620

Malware in sbrugna...

7.5CVSS7.6AI score0.01094EPSS
SaveExploits1References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2018-5480

Malware in sbrugna...

7.5CVSS7.6AI score0.01094EPSS
SaveExploits1References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2018-5503

Malware in sbrugna...

7.5CVSS7.6AI score0.01094EPSS
SaveExploits1References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2018-5413

Malware in sbrugna...

7.5CVSS7.6AI score0.01094EPSS
SaveExploits1References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.14 views

EUVD-2022-6503

Malicious code in bioql PyPI...

5.3CVSS5.4AI score0.0076EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.35 views

EUVD-2025-21789

Malicious code in bioql PyPI...

6.9CVSS6.4AI score0.0035EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.28 views

EUVD-2023-1359

Malicious code in bioql PyPI...

5.3CVSS5.4AI score0.00812EPSS
SaveExploits0References6
GithubExploit
GithubExploit
added 2025/08/07 2:42 a.m.165 views

Exploit for CVE-2025-4126

POC-CVE-2025-4126 smart contract reentrancy attack vulnerabili...

6.4CVSS7AI score0.00275EPSS
SaveExploits1
NVD
NVD
added 2025/07/17 7:15 p.m.20 views

CVE-2025-54070

OpenZeppelin Contracts is a library for secure smart contract development. Starting in version 5.2.0 and prior to version 5.4.0, the lastIndexOfbytes,byte,uint256 function of the Bytes.sol library may access uninitialized memory when the following two conditions hold: 1 the provided buffer length...

6.9CVSS0.0035EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2023/08/10 12:00 a.m.25 views

Missing validation to ensure that the _l2CoreGovTimelock parameter is not the zero address in the initialize function

Lines of code Vulnerability details Impact The initialize function accepts a parameter l2CoreGovTimelock and does check if it's a contract address using Address.isContract. However, there's no explicit check to ensure that l2CoreGovTimelock is not the zero address...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/01 12:00 a.m.13 views

Upgraded Q -> 2 from #7 [1677668529704]

Judge has assessed an item in Issue 7 as 2 risk. The relevant finding follows: L-01 changePayees Suggest adding to check whether newPayees are duplicated to avoid totalShares error function changePayeesaddress calldata newPayees, uint256 calldata newShares external override onlyManager ... for...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/29 12:00 a.m.98 views

Unpacking the "0x1626ba7e" Mystery: The Risks of Unidentified Fixed Values in Smart Contracts - loss of funds

Lines of code Vulnerability details Impact The use of a fixed value in the require statement without understanding its significance creates a security vulnerability in the contract. An attacker could manipulate the returned value to bypass the require statement and execute malicious code. This ca...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/09 12:00 a.m.5 views

Signature Replay Attack when EntryPoint contract is changed

Lines of code Vulnerability details Signature Replay Attack when EntryPoint contract is changed Impact User operations can be replayed on smart accounts once the EntryPoint is changed. This can lead to user's loosing funds or any unexpected behaviour that transaction replay attacks usually lead t...

6.9AI score
SaveExploits0
Rows per page
Query Builder