Vulnerabilities (CVE)

Filtered by vendor Oppia
Filtered by product Oppia
Angry Yack Logo
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2023-40021 1 Oppia 1 Oppia 2024-11-21 N/A 5.3 MEDIUM
Oppia is an online learning platform. When comparing a received CSRF token against the expected token, Oppia uses the string equality operator (`==`), which is not safe against timing attacks. By repeatedly submitting invalid tokens, an attacker can brute-force the expected CSRF token character by character. Once they have recovered the token, they can then submit a forged request on behalf of a logged-in user and execute privileged actions on that user's behalf. In particular the function to va ...

Show More

CVE-2021-41733 1 Oppia 1 Oppia 2024-11-21 5.8 MEDIUM 6.1 MEDIUM
Oppia 3.1.4 does not verify that certain URLs are valid before navigating to them.