VYPR
Vendor

Prasklatechnology

Products
1
CVEs
10
Across products
10
Status
Private

Products

1

Recent CVEs

10
  • CVE-2026-25875CriFeb 9, 2026
    risk 0.64cvss 9.8epss 0.00

    PlaciPy is a placement management system designed for educational institutions. In version 1.0.0, The admin authorization middleware trusts client-controlled JWT claims (role and scope) without enforcing server-side role verification.

  • CVE-2026-25814CriFeb 9, 2026
    risk 0.64cvss 9.8epss 0.00

    PlaciPy is a placement management system designed for educational institutions. In version 1.0.0, User-controlled query parameters are passed directly into DynamoDB query/filter construction without validation or sanitization.

  • CVE-2026-25809CriFeb 9, 2026
    risk 0.64cvss 9.8epss 0.00

    PlaciPy is a placement management system designed for educational institutions. In version 1.0.0, the code evaluation endpoint does not validate the assessment lifecycle state before allowing execution. There is no check to ensure that the assessment has started, is not expired,…

  • CVE-2026-25753CriFeb 6, 2026
    risk 0.64cvss 9.8epss 0.00

    PlaciPy is a placement management system designed for educational institutions. In version 1.0.0, the application uses a hard-coded, static default password for all newly created student accounts. This results in mass account takeover, allowing any attacker to log in as any…

  • CVE-2026-25811CriFeb 9, 2026
    risk 0.59cvss 9.1epss 0.00

    PlaciPy is a placement management system designed for educational institutions. In version 1.0.0, the application derives the tenant identifier directly from the email domain provided by the user, without validating domain ownership or registration. This allows cross-tenant data…

  • CVE-2026-25876CriFeb 9, 2026
    risk 0.59cvss 9.1epss 0.00

    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…

  • CVE-2026-25810CriFeb 9, 2026
    risk 0.59cvss 9.1epss 0.00

    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).

  • CVE-2026-25812HigFeb 9, 2026
    risk 0.57cvss 8.8epss 0.00

    PlaciPy is a placement management system designed for educational institutions. In version 1.0.0, the application enables credentialed CORS requests but does not implement any CSRF protection mechanism.

  • CVE-2026-25813HigFeb 9, 2026
    risk 0.49cvss 7.5epss 0.00

    PlaciPy is a placement management system designed for educational institutions. In version 1.0.0, The application logs highly sensitive data directly to console output without masking or redaction.

  • CVE-2026-25806MedFeb 9, 2026
    risk 0.42cvss 6.5epss 0.00

    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…