Description
PlaciPy is a placement management system designed for educational institutions. In version 1.0.0, the backend/src/routes/student.submission.routes.ts verify authentication but fails to enforce object-level authorization (ownership checks).
Published: 2026-02-09
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized data access
Action: Apply patch
AI Analysis

Impact

The vulnerability lies in the student.submission.routes.ts file of PlaciPy version 1.0.0, which verifies that a user is authenticated but does not enforce object‑level authorization. As a result, any authenticated user can access submission data that belongs to other students, compromising confidentiality of user data. This weakness is classified as CWE‑862, indicating an authorization flaw that allows bypass of ownership checks.

Affected Systems

The impacted product is the assessment‑placipy application developed by Praskla‑Technology, current release 1.0.0. No other vendors or product versions are listed as affected.

Risk and Exploitability

Based on the description, it is inferred that an attacker must first authenticate to the PlaciPy system; once logged in, the lack of ownership verification permits reading or modifying any student submission. The CVSS score of 5.3 marks the vulnerability as moderate, and the EPSS score of less than 1% indicates a very low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog, suggesting limited evidence of active exploitation. Nonetheless, the potential for unauthorized data disclosure warrants timely remediation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade assessment‑placipy to a version that includes object‑level authorization checks
  • If an upgrade is not immediately possible, restrict the student.submission.routes endpoints to authenticated users only and add custom middleware that verifies ownership of each submission before allowing access
  • After remediation, conduct an internal review of authorization logic across all endpoints to confirm that ownership checks are enforced consistently

Generated by OpenCVE AI on April 17, 2026 at 21:13 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': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/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 backend/src/routes/student.submission.routes.ts verify authentication but fails to enforce object-level authorization (ownership checks).
Title PlaciPy is Missing Object-Level Authorization in student.submission.routes.ts
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:09.381Z

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

Link: CVE-2026-25810

cve-icon Vulnrichment

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

cve-icon NVD

Status : Analyzed

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

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

Link: CVE-2026-25810

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses