vendor:
bookwyrm
by:
Akshay Ravi
9.8
CVSS
CRITICAL
Email Verification Bypass
287
CWE
Product Name: bookwyrm
Affected Version From: <= 4.0.3
Affected Version To: <= 4.0.3
Patch Exists: NO
Related CWE: CVE-2022-2651
CPE: 2.3:a:bookwyrm-social:bookwyrm:0.4.3
Platforms Tested: MacOS Monterey
2022
Bookwyrm v0.4.3 – Authentication Bypass
Email Verification Bypass Leads To Account Takeover in bookwyrm-social/bookwyrm v0.4.3 Due To Lack Of Ratelimit Protection. Create a acount with victims email id. When the account is created, its ask for email confirmation via validating OTP. Enter any random OTP and try to perfrom bruteforce attack and if otp matches, We can takeover that account.
Mitigation:
Implement rate limit protection for OTP validation endpoint.