Lucene search
+L

2 matches found

Code423n4
Code423n4
added 2021/09/29 12:00 a.m.10 views

_pow is mathematically wrong

Handle 0xsanson Vulnerability details Impact In IndexPool.sol, the function pow is called during the computation of the output amount when swapping. function powuint256 a, uint256 n internal pure returns uint256 output output = n % 2 != 0 ? a : BASE; for n /= 2; n != 0; n /= 2 a = a a; if n % 2 !...

6.9AI score
SaveExploits0
Cvelist
Cvelist
added 2010/03/05 7:00 p.m.45 views

CVE-2010-0928

OpenSSL 0.9.8i on the Gaisler Research LEON3 SoC on the Xilinx Virtex-II Pro FPGA uses a Fixed Width Exponentiation FWE algorithm for certain signature calculations, and does not verify the signature before providing it to a caller, which makes it easier for physically proximate attackers to...

6.3AI score0.00536EPSS
SaveExploits0References6
Rows per page
Query Builder