CVE 5.3 MEDIUM

PlaciPy has Missing Authorization Checks on Student Management Endpoints (IDOR)_CVE-2026-25806

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

Description

PlaciPy is a placement management system designed for educational institutions. In version 1.0.0, the GET /api/students/:email
PUT /api/students/:email/status, and DELETE /api/students/:email routes in backend/src/routes/student.routes.ts only enforce authentication using authenticateToken but do not enforce authorization. The application does not verify whether the authenticated user owns the student record being accessed, has an administrative / staff role, or is permitted to modify or delete the target student.

Basic Information

ID CVE-2026-25806
Source GitHub_M
Published Feb 9, 2026 at 20:48

Affected Product

Vendor Praskla-Technology
Product assessment-placipy
Version = 1.0.0
Affected Versions Praskla-Technology assessment-placipy = 1.0.0

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.