Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-65670 — An (IDOR) in classroomio 0.1.13 allows students to access sensitive admin/teacher endpoints. Discovered by - Rivek Raj Tamang (RivuDon), Sikkim, India. | Kitploit
Tools/GitHubGitHub/rivek619/cve-2025-65670
Vulnerability AnalysisWeb Application ExploitationInformation GatheringPenetration TestingLearning & EducationCurated Resources
GitHubrivek619/cve-2025-65670

CVE-2025-65670

An (IDOR) in classroomio 0.1.13 allows students to access sensitive admin/teacher endpoints. Discovered by - Rivek Raj Tamang (RivuDon), Sikkim, India.

View Repository
8 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-65670

An Insecure Direct Object Reference (IDOR) in classroomio 0.1.13 allows students to access sensitive admin/teacher endpoints by manipulating course IDs in URLs, resulting in unauthorized disclosure of sensitive course, admin, and student data. The leak occurs momentarily before the system reverts to a normal state restricting access.Discovered by - Rivek Raj Tamang (RivuDon), Sikkim, India.

Affected Product: ClassroomIO

  • Affected Version: 0.1.13
  • Discovered by: Rivek Raj Tamang (RivuDon), Sikkim, India

Vulnerability Details

Insecure Direct Object Reference / Broken Access Control

Summary

This vulnerability allows a student-level user to momentarily access privileged admin-only endpoints by directly manipulating course IDs in the URL. Due to missing authorization checks and improper access validation, sensitive course analytics, attendance records, submissions, people lists, and marks become exposed before the system reverts to enforcing restrictions. This brief but critical information disclosure constitutes an IDOR-based Broken Access Control issue and can lead to leakage of sensitive administrative and student data.

Steps to Reproduce

Login as Admin

  1. Create and publish a course with enrolled students.

  2. Access admin endpoints for the course e.g..

courses//analytics, courses//attendance, courses//submissions, courses//people, courses//marks,

  1. Admin can view expected data.

Login as Student

  1. Join the course via Explore

  2. Verify Students cannot see admin in the UI

  3. Find the course ID (e.g. by inspecting course lessons URL).

  4. Manually access the admin endpoints by crafting URLs such as:

courses//analytics, courses//attendance, courses//submissions, courses//people, courses//marks,

  1. The system responds with data meant only for Admin/Teacher roles momentarily, leaking sensitive information before reverting to restricting access.

Acknowledgement

This vulnerability was discovered and responsibly reported by:

Rivek Raj Tamang (RivuDon) from Sikkim, India

https://www.linkedin.com/in/rivektamang/

https://rivudon.medium.com/

Download Tool