57727 sc medium venues with autostake long paymenttype can be griefed and cause permanent freeze of long token
Description
Brief/Intro
Vulnerability Details
/// @title LongPaymentTypes
/// @notice Venue-allowed Long payment options.
enum LongPaymentTypes {
NoType,
AutoStake,
AutoConvert
}
/// @title VenueRules
/// @notice Venue-level configuration for payment and bounty types.
struct VenueRules {
PaymentTypes paymentType;
BountyTypes bountyType;
LongPaymentTypes longPaymentType;
}Impact Details
References
Proof of Concept
Previous57691 sc medium malicious referrer can permanently block eth payment flowNext57615 sc medium permanent freezing of user assets in staking sol
Was this helpful?