Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-25810

CVE-2026-25810: Placipy Auth Bypass Vulnerability

CVE-2026-25810 is an authentication bypass flaw in Prasklatechnology Placipy that fails to enforce object-level authorization checks. This post covers the technical details, affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2026-25810 Overview

CVE-2026-25810 is a Missing Authorization vulnerability affecting PlaciPy, a placement management system designed for educational institutions. The vulnerability exists in version 1.0.0 where the backend/src/routes/student.submission.routes.ts file verifies authentication but fails to enforce object-level authorization (ownership checks). This allows authenticated users to potentially access or modify submission data belonging to other users.

Critical Impact

Authenticated users can bypass object-level authorization controls to access or manipulate other students' submission data, potentially compromising the integrity of the placement management system.

Affected Products

  • Prasklatechnology PlaciPy version 1.0.0
  • PlaciPy educational placement management system deployments using affected version

Discovery Timeline

  • 2026-02-09 - CVE CVE-2026-25810 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2026-25810

Vulnerability Analysis

This vulnerability represents a classic Broken Object Level Authorization (BOLA) flaw, classified under CWE-862 (Missing Authorization). The affected component in PlaciPy properly implements authentication mechanisms to verify that requests come from legitimate users. However, the implementation fails at the critical next step—verifying that the authenticated user has the right to access or modify the specific resource they are requesting.

In the context of an educational placement management system, this vulnerability is particularly concerning as it could allow students to view or tamper with other students' placement submissions, assessment results, or application materials.

Root Cause

The root cause lies in the student.submission.routes.ts file within the backend source code. While the route handlers validate that a user is authenticated (logged in), they do not implement ownership verification checks. This means that after authentication succeeds, any authenticated user can potentially interact with submission objects belonging to other users by manipulating request parameters such as submission IDs or student identifiers.

This is a common pattern in web applications where developers assume authentication alone provides sufficient security, overlooking the need for granular authorization checks at the object level.

Attack Vector

The attack vector is network-based, requiring the attacker to be an authenticated user of the PlaciPy system. The exploitation flow involves:

  1. An attacker authenticates to the PlaciPy application with valid credentials
  2. The attacker identifies API endpoints related to student submissions
  3. By modifying resource identifiers (such as submission IDs) in API requests, the attacker can access submissions belonging to other students
  4. Depending on the specific endpoints affected, this could allow reading sensitive submission data, modifying other users' submissions, or potentially deleting records

The vulnerability does not require any special privileges beyond basic authenticated access, making it exploitable by any registered user of the system.

Detection Methods for CVE-2026-25810

Indicators of Compromise

  • Unusual patterns of API requests to submission endpoints with varying resource IDs from a single user session
  • Access logs showing a user retrieving or modifying submissions that do not belong to their account
  • Anomalous activity patterns where users access far more submission records than expected for normal usage

Detection Strategies

  • Implement API request logging that captures the authenticated user ID alongside the requested resource ID for correlation analysis
  • Deploy web application firewalls (WAF) with rules to detect enumeration attempts on submission endpoints
  • Enable audit logging on submission data access to track which users access which records
  • Monitor for sequential or brute-force patterns in submission ID parameters

Monitoring Recommendations

  • Configure alerts for users accessing submissions outside their normal scope
  • Set up dashboards to visualize submission access patterns across user accounts
  • Implement rate limiting on submission-related API endpoints to slow enumeration attempts
  • Review application logs regularly for signs of unauthorized data access attempts

How to Mitigate CVE-2026-25810

Immediate Actions Required

  • Upgrade PlaciPy to a patched version when available from Praskla Technology
  • Review the GitHub Security Advisory for vendor-specific guidance
  • Audit existing submission data for signs of unauthorized access or modification
  • Implement network-level access controls to limit exposure of the application

Patch Information

Administrators should monitor the official Praskla Technology GitHub repository and the security advisory for patch releases. Version 1.0.0 is confirmed vulnerable. Apply vendor patches as soon as they become available.

Workarounds

  • Implement additional authorization middleware that verifies the requesting user owns the submission before processing requests
  • Add ownership validation logic in route handlers by comparing the authenticated user's ID against the submission's owner field
  • Consider deploying an API gateway with custom authorization policies to enforce object-level access control
  • Restrict access to the application to trusted networks until a patch is applied

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPrasklatechnology Placipy

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS 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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-862
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25806: Placipy Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English