Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Prasklatechnology | Placipy | 1.0.0 |
Related Weaknesses (CWE)
References
- https://github.com/Praskla-Technology/assessment-placipy/security/advisories/GHSMitigationVendor Advisory
FAQ
What is CVE-2026-25806?
CVE-2026-25806 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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 i...
How severe is CVE-2026-25806?
CVE-2026-25806 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-25806?
Check the references section above for vendor advisories and patch information. Affected products include: Prasklatechnology Placipy.