Início
Início
Tendências
Tendências
Vulnerabilidades
Vulnerabilidades
Notícias
Notícias
Pesquisadores
Pesquisadores
Por que dbugs?
Por que dbugs?
Configurações

Stefen4747

#43041de 56,338
6.5CVSS total
Vulnerabilidades · 1
PT-2026-7154
6.5
2026-02-09
Placipy · Placipy · CVE-2026-25806
**Name of the Vulnerable Software and Affected Versions** PlaciPy version 1.0.0 **Description** PlaciPy is a placement management system for educational institutions. The GET `/api/students/:email`, PUT `/api/students/:email/status`, and DELETE `/api/students/:email` routes do not enforce authorization. The application does not verify if the authenticated user owns the student record, has an administrative role, or is permitted to modify or delete the student data. The vulnerable parameter is `email`. **Recommendations** Implement authorization checks for the GET `/api/students/:email`, PUT `/api/students/:email/status`, and DELETE `/api/students/:email` routes to ensure that only authorized users can access and modify student records.