Description
PlaciPy is a placement management system designed for educational institutions. In version 1.0.0, the backend/src/routes/results.routes.ts verify authentication but fails to enforce object-level authorization (ownership checks). For example, this can be used to return all results for an assessment.
Published: 2026-02-09
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Apply Patch
AI Analysis

Impact

PlaciPy, a placement management system for educational institutions, contains an endpoint that verifies authentication but does not enforce object‑level authorization. Because of this missing ownership check, an authenticated user can request results for any assessment and receive all associated data, exposing potentially sensitive performance records. The weakness is categorized as CWE‑862, which describes failures in restricting data or function access based on ownership or role.

Affected Systems

The vulnerability affects Praskla‑Technology’s PlaciPy product, version 1.0.0. The exposed API resides in the backend/src/routes/results.routes.ts module.

Risk and Exploitability

The CVSS score of 5.3 marks the flaw as moderate severity, while the EPSS probability of less than 1 % suggests that widespread exploitation is unlikely at present. PlaciPy is not listed in the CISA KEV catalog, further indicating a lower threat level. Exploitation requires only that an attacker possess an authenticated session with any valid user account; from that point, the lack of authorization checks allows reading of all assessment results. The likely attack vector is a remote web request to the results endpoint, potentially from an internal user or an external attacker who has compromised credentials.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Contact Praskla‑Technology to obtain a patched release of PlaciPy 1.0.0 that enforces object‑level authorization on the results endpoint.
  • If a patch is unavailable, modify the backend/src/routes/results.routes.ts to verify that the authenticated user’s identity matches the owner of the requested assessment before returning any data.
  • Implement role‑based access controls or network restrictions to limit access to the results endpoint to users who are explicitly authorized to view assessment data.

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/results.routes.ts verify authentication but fails to enforce object-level authorization (ownership checks). For example, this can be used to return all results for an assessment.
Title PlaciPy is Missing Authorization on Assessment Results Endpoint
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:14.390Z

Reserved: 2026-02-06T21:08:39.128Z

Link: CVE-2026-25876

cve-icon Vulnrichment

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

cve-icon NVD

Status : Analyzed

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

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

Link: CVE-2026-25876

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses