CVE-2026-85210 PUBLISHED

Oppia through 3.5.2 Missing Authorization on AdminRoleHandler GET

Assigner: VulnCheck
Reserved: 03.09.2026 Published: 03.09.2026 Updated: 03.09.2026

Oppia's AdminRoleHandler GET endpoint in core/controllers/admin.py is decorated with open_access, allowing any registered user to enumerate privileged accounts and roles. Attackers can query the endpoint with filter_criterion parameters to retrieve usernames holding specific roles, banned flags, and managed topic identifiers without authorization.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor oppia
Product oppia
Versions Default: unaffected
  • affected from 0 to 3.5.2 (incl.)

Credits

  • George Chen reporter

References

Problem Types

  • Missing Authorization CWE