Placipy · Placipy · CVE-2026-25875
**Name of the Vulnerable Software and Affected Versions**
PlaciPy version 1.0.0
**Description**
PlaciPy is a placement management system for educational institutions. The admin authorization middleware in version 1.0.0 trusts client-controlled JWT claims, specifically the `role` and `scope`, without performing server-side role verification. This could allow unauthorized access or actions.
**Recommendations**
Apply server-side role verification to ensure that JWT claims are validated against authorized roles and scopes.