Lucene search
+L

45 matches found

Code423n4
Code423n4
added 2021/07/31 12:0 a.m.9 views

Use of safeApprove will always cause approveMax to revert

Handle 0xRajeev Vulnerability details Impact Unlike SwappableYieldSource which uses safeIncreaseAllowance to increase the allowance to uint256.max, mStableYieldSource uses OpenZeppelin’s safeApprove which has been documented as 1 Deprecated because of approve-like race condition and 2 To be used...

6.9AI score
SaveExploits0
OSV
OSV
added 2021/07/28 6:8 p.m.48 views

GO-2021-0103 Denial of service in github.com/holiman/uint256

Due to improper bounds checking, certain mathematical operations can cause a panic via an out of bounds read. If this package is used to process untrusted user inputs, this may be used as a vector for a denial of service attack...

7.5CVSS7.4AI score0.01462EPSS
SaveExploits0References2
OSV
OSV
added 2021/06/29 9:13 p.m.28 views

GHSA-JM5C-RV3W-W83M Denial of service in geth

Impact Denial-of-service crash during block processing Details Affected versions suffer from a vulnerability which can be exploited through the MULMOD operation, by specifying a modulo of 0: mulmoda,b,0, causing a panic in the underlying library. The crash was in the uint256 library, where a buff...

6.5CVSS7.5AI score0.01462EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2021/06/29 9:13 p.m.52 views

Denial of service in geth

Impact Denial-of-service crash during block processing Details Affected versions suffer from a vulnerability which can be exploited through the MULMOD operation, by specifying a modulo of 0: mulmoda,b,0, causing a panic in the underlying library. The crash was in the uint256 library, where a buff...

7.5CVSS7.5AI score0.01462EPSS
SaveExploits0References8Affected Software2
Code423n4
Code423n4
added 2021/05/27 12:0 a.m.9 views

Incorrect type conversion in the contract ABC makes users unable to burn FSD tokens

Handle shw Vulnerability details Impact The function calculateDeltaOfFSD of contract ABC incorrectly converts an int256 type parameter, reserveDelta, to uint256 by explicit conversion, which in general results in an extremely large number when the provided parameter is negative. The extremely lar...

6.8AI score
SaveExploits0
Rows per page
Query Builder