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.
References
| Link | Resource |
|---|---|
| https://github.com/Praskla-Technology/assessment-placipy/security/advisories/GHSA-99gr-8933-3vwj | Mitigation Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-02-09 21:15
Updated : 2026-02-11 19:41
NVD link : CVE-2026-25806
Mitre link : CVE-2026-25806
CVE.ORG link : CVE-2026-25806
JSON object : View
Products Affected
prasklatechnology
- placipy
CWE
CWE-862
Missing Authorization
