MultiSourceLoan.sol#L162-L169
The function refinanceFull() does not verify the _renegotiationOffer.trancheIndex to ensure it includes all the indexes of the current loan.
As a result, if a lender signs a partial refinance offer, others could use the same signature to call refinanceFull(). This could act against the lenders intention when signing the offer.
