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-65672 — Insecure Direct Object Reference (IDOR) in classroomio 0.1.13 allows unauthorized share and invite access to course settings. Discovered by - Rivek Raj Tamang (RivuDon), Sikkim, India. | Kitploit
Tools/GitHubGitHub/rivek619/cve-2025-65672
Vulnerability AnalysisWeb Application ExploitationPenetration TestingMisconfigurationLearning & Education
GitHubrivek619/cve-2025-65672

CVE-2025-65672

Insecure Direct Object Reference (IDOR) in classroomio 0.1.13 allows unauthorized share and invite access to course settings. Discovered by - Rivek Raj Tamang (RivuDon), Sikkim, India.

View Repository
29 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-65672

Insecure Direct Object Reference (IDOR) in classroomio 0.1.13 allows unauthorized share and invite access to course settings.

Affected Product: ClassroomIO

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

Vulnerability Details

Insecure Direct Object Reference (IDOR) / Broken Access Control

Summary

ClassroomIO version 0.1.13 contains an IDOR vulnerability that allows a student (non-privileged user) to access restricted Course Settings, specifically the Share and Invite management interfaces. This flaw arises due to improper authorization checks on sensitive endpoints, enabling privilege escalation and unauthorized course manipulation.

Steps to Reproduce

  1. Create Course (Admin)

  2. Log in as an Admin and create/publish a new course.

  3. Student View Log in as a Student.

    Navigate to the course using the Explore page.

    Note the course ID in the URL.

  4. Access Restricted Pages Directly Replace {course-id} with a valid course ID and visit:

    /courses/{course-id}/settings#share

    /courses/{course-id}/people?add=true

  5. Observe the Impact The student is able to access:

    Share Settings

    Invite/People Management Panel

    These actions are meant only for the course admin, but due to missing access checks, the student gains unauthorized control.

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