PT-2026-7154 · Placipy · Placipy
Devdeep781
+2
·
Published
2026-02-09
·
Updated
2026-02-09
·
CVE-2026-25806
CVSS v3.1
6.5
Medium
| Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N |
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.Exploit
Fix
Missing Authorization
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Placipy