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-25809

CVE-2026-25809: Prasklatechnology Placipy RCE Vulnerability

CVE-2026-25809 is a remote code execution vulnerability in Prasklatechnology Placipy affecting version 1.0.0. The flaw allows unauthorized code execution through unvalidated assessment states. This article covers technical details.

Published: February 13, 2026

CVE-2026-25809 Overview

CVE-2026-25809 is an authorization bypass vulnerability in PlaciPy, a placement management system designed for educational institutions. The vulnerability exists in version 1.0.0, where the code evaluation endpoint fails to validate the assessment lifecycle state before allowing execution. This improper authorization flaw (CWE-285) means there is no check to ensure that an assessment has started, is not expired, or that the submission window is currently open.

Critical Impact

Authenticated users can submit code evaluations outside of designated assessment windows, potentially compromising the integrity of placement assessments and evaluation processes at educational institutions.

Affected Products

  • Prasklatechnology Placipy version 1.0.0
  • PlaciPy assessment-placipy module

Discovery Timeline

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

Technical Details for CVE-2026-25809

Vulnerability Analysis

This vulnerability represents a classic broken access control issue where the application fails to enforce proper authorization checks on a critical business function. The code evaluation endpoint in PlaciPy accepts and processes submissions regardless of the current assessment state, effectively bypassing the intended time-based access controls designed to maintain assessment integrity.

The vulnerability is network-accessible and requires low privileges (authenticated user), making it exploitable by any legitimate user of the system. While the impact is limited to integrity concerns rather than confidentiality or availability, it fundamentally undermines the purpose of time-controlled assessments in educational placement processes.

Root Cause

The root cause is improper authorization (CWE-285) in the code evaluation endpoint implementation. The endpoint lacks validation logic to verify three critical assessment lifecycle states before processing submissions:

  1. Assessment Start Check - No verification that the assessment period has begun
  2. Expiration Validation - No check to confirm the assessment has not expired
  3. Submission Window Status - No confirmation that the submission window is currently open

This missing authorization logic allows authenticated users to submit code for evaluation at any time, regardless of the intended assessment schedule.

Attack Vector

The attack vector is network-based, requiring an authenticated user to interact with the code evaluation endpoint. An attacker with valid credentials can exploit this vulnerability by sending code evaluation requests to the vulnerable endpoint outside of the designated assessment timeframe.

The attack does not require user interaction beyond the initial authentication, and the complexity is low since the endpoint simply lacks the necessary validation checks. An attacker could potentially:

  • Submit solutions before an assessment officially begins, gaining unfair advantage through preview access
  • Submit or modify solutions after the designated submission deadline has passed
  • Evaluate code during periods when the assessment should be locked

Detection Methods for CVE-2026-25809

Indicators of Compromise

  • Code evaluation requests submitted outside of scheduled assessment windows
  • Unusual timing patterns in assessment submissions that don't align with published schedules
  • Multiple evaluation attempts from the same user occurring before assessment start times

Detection Strategies

  • Monitor code evaluation endpoint access logs for requests made outside defined assessment periods
  • Implement alerting on submissions that occur when no active assessment window is configured
  • Review audit logs for discrepancies between assessment schedules and actual submission timestamps

Monitoring Recommendations

  • Enable detailed logging on the code evaluation endpoint including timestamps and user context
  • Correlate submission times against the assessment scheduling database to identify anomalies
  • Set up real-time alerts for any evaluation activity during periods when all assessments should be closed

How to Mitigate CVE-2026-25809

Immediate Actions Required

  • Review and audit all recent assessment submissions for timing irregularities
  • Implement temporary access restrictions on the code evaluation endpoint if assessments are in progress
  • Consider suspending PlaciPy assessment functionality until a patch is applied
  • Alert administrators to manually verify the integrity of any active or recently completed assessments

Patch Information

Refer to the GitHub Security Advisory GHSA-cc32-rp29-w9x7 for official patch information and remediation guidance from Prasklatechnology. Organizations should monitor for an updated version of PlaciPy that addresses this authorization bypass vulnerability.

Workarounds

  • Implement a web application firewall (WAF) rule to restrict access to the code evaluation endpoint based on time schedules
  • Add middleware-level validation to verify assessment lifecycle state before requests reach the vulnerable endpoint
  • Consider network-level access controls to limit endpoint availability during non-assessment periods

The vulnerability should be addressed by implementing proper server-side validation that checks the assessment lifecycle state before processing any code evaluation request. This validation should verify that the assessment has started, has not expired, and that the submission window is currently open.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPrasklatechnology

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-285
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25875: Placipy Authentication Bypass Vulnerability

  • CVE-2026-25876: Prasklatechnology Placipy Auth Bypass Flaw

  • CVE-2026-25753: 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