Início
Tendências
Vulnerabilidades
Notícias
Pesquisadores
Por que dbugs?

Highth3Gowhampublished

#27932de 53,638
9.1CVSS total
Vulnerabilidades · 1
PT-2026-7162
9.1
2026-02-09
Placipy · Placipy · CVE-2026-25876
**Name of the Vulnerable Software and Affected Versions** PlaciPy version 1.0.0 **Description** PlaciPy is a placement management system for educational institutions. Version 1.0.0 does not enforce object-level authorization, specifically ownership checks, despite verifying authentication in the `/backend/src/routes/results.routes.ts` route. This allows unauthorized access to data, such as retrieving all results for an assessment. The vulnerable route is `/backend/src/routes/results.routes.ts`. **Recommendations** Implement object-level authorization checks to ensure users can only access data they are authorized to view.