Lucene search
+L

2 matches found

Code423n4
Code423n4
added 2023/02/02 12:0 a.m.14 views

Use abi.encode instead of abi.encodePacked to prevent data collisions for object hashing

Lines of code Vulnerability details M-01 Use abi.encode instead of abi.encodePacked Impact hash collisions on the data stored for object hashing Proof of Concept From the solidity documentation: If you use keccak256abi.encodePackeda, b and both a and b are dynamic types, it is easy to craft...

6.7AI score
SaveExploits0
OSV
OSV
added 2014/04/22 1:6 p.m.10 views

CVE-2013-6371

The hash functionality in json-c before 0.12 allows context-dependent attackers to cause a denial of service CPU consumption via crafted JSON data, involving collisions...

6.1AI score
SaveExploits0References10
Rows per page
Query Builder