dETH is advertised as fault proof , slash proof ETH
https://docs.joinstakehouse.com/protocol/learn/DerivativeStakedAsset
However, ETH2 staked deposit can be slashed from 32 down to 0, not just to 24 as would be expected(24 dETH printed). This means dETH is undercollateralized, and indeeds bears the risk of being "paper money" based on no underlying value.
Impact
Users are given an unfair representation of dETH, which may lead them to make incorrect financial decisions.
Recommended Mitigation Steps
Either correct dETH amounts based on real slashed value, or do not brand dETH as slash proof ETH.
Lines of code
https://github.com/code-423n4/2022-11-stakehouse/blob/main/contracts/liquid-staking/LiquidStakingManager.sol#L1
Vulnerability details
Description
dETH is advertised as fault proof , slash proof ETH https://docs.joinstakehouse.com/protocol/learn/DerivativeStakedAsset However, ETH2 staked deposit can be slashed from 32 down to 0, not just to 24 as would be expected(24 dETH printed). This means dETH is undercollateralized, and indeeds bears the risk of being "paper money" based on no underlying value.
Impact
Users are given an unfair representation of dETH, which may lead them to make incorrect financial decisions.
Recommended Mitigation Steps
Either correct dETH amounts based on real slashed value, or do not brand dETH as slash proof ETH.