6532 matches found
CVE-2019-14186
CVE-2019-14186 is rejected/not used and does not represent an active vulnerability entry.
CVE-2019-14183
CVE-2019-14183 is rejected/not used per the initial description; not an active vulnerability entry.
CVE-2019-14182
CVE-2019-14182 is rejected and not used per Initial Description.
CVE-2019-14172
This CVE entry is rejected/not used; CVE-2019-14172 does not represent an active vulnerability.
CVE-2019-14168
This CVE entry is rejected/not used per the initial description.
CVE-2019-14166
This CVE entry is rejected/not used; the candidate was in CNA pool and not assigned to any issues.
CVE-2019-14154
This CVE entry is rejected and not used.
CVE-2019-14103
This CVE-2019-14103 entry is rejected/not used and does not represent an active vulnerability.
CVE-2018-13972
CVE-2018-13972 is rejected/not used and does not represent an active vulnerability entry.
CVE-2018-13970
CVE-2018-13970 is rejected/not used and does not represent an active vulnerability entry.
CVE-2018-11954
CVE-2018-11954 is rejected/not used; this candidate number was not assigned to any issue.
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...
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...
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...
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...
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...
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...
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'; //...
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...
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...