Vulnerabilities tagged "vuln"

[Reddit] Race Condition Allowing a User to Recieve More Coins Than Purchased

When purchasing coins for Reddit on Android there is a call to a `/verify_purchase` endpoint which is vulnerable to a race condition.The idea being that this endpoint, being provided some of the transaction information would validate it and give the coins to the purchaser, however there is a problem when handling multiple concurrent requests to endpoint...