Lucene search
+L

6532 matches found

CVE
CVE
added 2021/12/20 10:44 p.m.36 views

CVE-2019-14186

CVE-2019-14186 is rejected/not used and does not represent an active vulnerability entry.

7.3AI score
SaveExploits0
CVE
CVE
added 2021/12/20 10:44 p.m.27 views

CVE-2019-14183

CVE-2019-14183 is rejected/not used per the initial description; not an active vulnerability entry.

7.3AI score
SaveExploits0
CVE
CVE
added 2021/12/20 10:44 p.m.30 views

CVE-2019-14182

CVE-2019-14182 is rejected and not used per Initial Description.

7.3AI score
SaveExploits0
CVE
CVE
added 2021/12/20 10:44 p.m.27 views

CVE-2019-14172

This CVE entry is rejected/not used; CVE-2019-14172 does not represent an active vulnerability.

7.3AI score
SaveExploits0
CVE
CVE
added 2021/12/20 10:44 p.m.28 views

CVE-2019-14168

This CVE entry is rejected/not used per the initial description.

7.3AI score
SaveExploits0
CVE
CVE
added 2021/12/20 10:44 p.m.27 views

CVE-2019-14166

This CVE entry is rejected/not used; the candidate was in CNA pool and not assigned to any issues.

7.3AI score
SaveExploits0
CVE
CVE
added 2021/12/20 10:43 p.m.25 views

CVE-2019-14154

This CVE entry is rejected and not used.

7.3AI score
SaveExploits0
CVE
CVE
added 2021/12/20 10:43 p.m.28 views

CVE-2019-14103

This CVE-2019-14103 entry is rejected/not used and does not represent an active vulnerability.

7.3AI score
SaveExploits0
CVE
CVE
added 2021/12/20 10:43 p.m.26 views

CVE-2018-13972

CVE-2018-13972 is rejected/not used and does not represent an active vulnerability entry.

7.3AI score
SaveExploits0
CVE
CVE
added 2021/12/20 10:43 p.m.27 views

CVE-2018-13970

CVE-2018-13970 is rejected/not used and does not represent an active vulnerability entry.

7.3AI score
SaveExploits0
CVE
CVE
added 2021/12/20 10:43 p.m.26 views

CVE-2018-11954

CVE-2018-11954 is rejected/not used; this candidate number was not assigned to any issue.

7.3AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/19 12:0 a.m.9 views

BasketFacet.sol#joinPool() feeAmount should be considered when checking MAX_POOL_CAP_REACHED

Handle WatchPug Vulnerability details require totalSupply.addamount = this.getCap, "MAXPOOLCAPREACHED" ; uint256 feeAmount = amount.mulbs.entryFee.div1018; feeAmount should be considered. Otherwise, the new totalSupply may surpass pool cap. --- The text was updated successfully, but these errors...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/19 12:0 a.m.7 views

totalSupply may exceed LibBasketStorage.basketStorage().maxCap

Handle Czar102 Vulnerability details Impact Total supply of the token may exceed the maxCap introduced. This can happen when a user wants to join the pool. The check in BasketFacet::joinPool... includes only the base amount, without fee. Thus, if fee is on and someone will want to create as many...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/17 12:0 a.m.14 views

Token mint without transfer

Handle csanuragjain Vulnerability details Impact User will be minted token without transferring any amount Proof of Concept 1. Owner has removed all tokens from the basket using removeToken function. So bs.tokens.length=0 2. User joins the pool using joinPool function. Now below happens: a. Since...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/17 12:0 a.m.11 views

Contract can lose funds

Handle csanuragjain Vulnerability details Impact Fund loss Proof of Concept 1. Navigate to contract at 2. Assume owner created a Basket with 1 token A which is 0.1 USD 3. User joins the pool using joinPool function 4. Owner removes the token so that basket becomes empty and adds another token B...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/17 12:0 a.m.13 views

User funds could be stuck

Handle csanuragjain Vulnerability details Impact Although chances are rare but user can be denied to exit pool Proof of Concept 1. If user decides to exit pool and any one token has MINAMOUNT then transaction will revert and user wont be able exit until that token has sufficient balance. This mea...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/17 12:0 a.m.11 views

User can lose Funds

Handle csanuragjain Vulnerability details Impact User funds lost Proof of Concept 1. Navigate to contract at 2. User joins a pool having 5 tokens in the basket by using joinPool function 3. Owner decides to remove 1 of the token from the basket 4. User exits the pool by calling exitPool function...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/15 12:0 a.m.8 views

DoS when depositing collateral

Handle cmichel Vulnerability details The Pool.depositCollateral and Pool.addCollateralInMarginCall functions require the caller to have a pool token balance of zero. function depositCollateraluint256 amount, bool transferFromSavingsAccount external payable override requireamount != 0, 'DC1'; //...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/15 12:0 a.m.11 views

Collateral can be deposited in a finished pool

Handle pedroais Vulnerability details Proof of Concept The depositCollateral function doesn't check the status of the pool so collateral can be deposited in a finished loan. This can happen by mistake and all funds will be lost. Recommended Mitigation Steps Require loan status to be collection or...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/13 12:0 a.m.14 views

PriceOracle Does Not Filter Price Feed Outliers

Handle leastwood Vulnerability details Impact If for whatever reason the Chainlink oracle returns a malformed price due to oracle manipulation or a malfunctioned price, the result will be passed onto users, causing unintended consequences as a result. In the same time it's possible to construct...

7AI score
SaveExploits0
Rows per page
Query Builder