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.
Published: 2026-02-09
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized Access / Modification (IDOR)
Action: Patch
AI Analysis

Impact

PlaciPy, a placement management system for educational institutions, contains an IDOR vulnerability in version 1.0.0. The GET, PUT, and DELETE endpoints that manage student records enforce authentication but omit authorization checks. As a result, any authenticated user can view, update the status, or delete any student record without proving ownership or having a staff or administrative role. This flaw corresponds to CWE‑862, leading to potential disclosure of sensitive student data and unintended alteration or removal of records, compromising confidentiality and integrity of the system.

Affected Systems

The affected product is Praskla Technology’s assessment‑placipy, specifically version 1.0.0. No other versions or products are listed as impacted.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity; the EPSS score is less than 1%, indicating a low probability of exploitation with the data currently available. The vulnerability is not listed in the CISA KEV catalog. Because the flaw only requires authentication and no prior privileges, an attacker who logs in with any user account can target arbitrary student records by manipulating the email parameter. The risk is primarily to confidentiality, integrity, and availability of student data rather than to remote code execution or system compromise. However, if an attacker obtains privileged credentials, the impact could be substantial.

Generated by OpenCVE AI on April 17, 2026 at 21:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest patched release of assessment‑placipy that implements proper authorization checks
  • Modify the student endpoints to verify that the authenticated user owns the targeted student record or has an administrator/staff role before processing the request
  • Enforce role‑based access control so that only users with appropriate permissions can access, modify, or delete student data

Generated by OpenCVE AI on April 17, 2026 at 21:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 11 Feb 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Prasklatechnology
Prasklatechnology placipy
CPEs cpe:2.3:a:prasklatechnology:placipy:1.0.0:*:*:*:*:*:*:*
Vendors & Products Prasklatechnology
Prasklatechnology placipy
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N'}


Tue, 10 Feb 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 10 Feb 2026 12:45:00 +0000

Type Values Removed Values Added
First Time appeared Praskla-technology
Praskla-technology assessment-placipy
Vendors & Products Praskla-technology
Praskla-technology assessment-placipy

Mon, 09 Feb 2026 21:15:00 +0000

Type Values Removed Values Added
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.
Title PlaciPy has Missing Authorization Checks on Student Management Endpoints (IDOR)
Weaknesses CWE-862
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Praskla-technology Assessment-placipy
Prasklatechnology Placipy
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-02-10T15:59:04.034Z

Reserved: 2026-02-05T19:58:01.641Z

Link: CVE-2026-25806

cve-icon Vulnrichment

Updated: 2026-02-10T15:30:13.492Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-09T21:15:49.807

Modified: 2026-02-11T19:41:55.763

Link: CVE-2026-25806

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T21:15:27Z

Weaknesses