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

CVE-2026-25812: PlaciPy CSRF Vulnerability

CVE-2026-25812 is a CSRF vulnerability in PlaciPy, a placement management system for educational institutions. The flaw allows attackers to execute unauthorized actions. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 13, 2026

CVE-2026-25812 Overview

CVE-2026-25812 is a Cross-Site Request Forgery (CSRF) vulnerability affecting PlaciPy, a placement management system designed for educational institutions. In version 1.0.0, the application enables credentialed CORS (Cross-Origin Resource Sharing) requests but does not implement any CSRF protection mechanism. This combination creates a dangerous attack surface where malicious websites can make authenticated requests on behalf of legitimate users.

Critical Impact

Attackers can exploit this vulnerability to perform unauthorized actions on behalf of authenticated users, potentially compromising student data, placement records, and administrative functions within educational institutions.

Affected Products

  • PlaciPy version 1.0.0
  • Educational institution placement management deployments using PlaciPy
  • Any custom integrations relying on PlaciPy's credentialed CORS configuration

Discovery Timeline

  • 2026-02-09 - CVE-2026-25812 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-25812

Vulnerability Analysis

This vulnerability combines two security misconfigurations that together create a significant attack surface. The application enables credentialed CORS requests, which means browsers will include authentication cookies when making cross-origin requests. Simultaneously, the application lacks any CSRF protection mechanism such as anti-CSRF tokens, SameSite cookie attributes, or origin validation.

When an application accepts credentials via CORS (using Access-Control-Allow-Credentials: true), it explicitly permits authenticated cross-origin requests. Without CSRF protections, any malicious website visited by an authenticated user can silently submit requests to the vulnerable application, and those requests will include the user's session cookies.

For an educational placement management system, this could allow attackers to modify student placement records, alter company hiring data, change user account settings, or access sensitive student and employer information.

Root Cause

The root cause is the failure to implement defense-in-depth security controls when enabling credentialed cross-origin requests. The application's CORS configuration allows credentials to be sent with cross-origin requests, but no complementary CSRF defense mechanism exists to validate that requests originate from legitimate user actions within the application itself.

This is classified as CWE-352 (Cross-Site Request Forgery), where the application fails to verify that submitted requests were intentionally made by the authenticated user.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction from the victim beyond being logged into the vulnerable application. An attacker can host a malicious webpage that, when visited by an authenticated PlaciPy user, automatically submits forged requests to the application. These requests would be processed as legitimate because the browser automatically includes the user's session credentials.

A typical attack scenario involves the attacker crafting a malicious page containing hidden forms or JavaScript fetch requests targeting PlaciPy endpoints. When a logged-in administrator or user visits this page, the attacker's requests execute with the victim's privileges. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-25812

Indicators of Compromise

  • Unexpected modifications to student placement records or user account settings
  • Audit logs showing state-changing requests originating from unusual referrer URLs or missing Origin headers
  • User reports of unauthorized changes to their profiles or preferences
  • Administrative actions performed without corresponding administrator login activity

Detection Strategies

  • Monitor HTTP access logs for requests with suspicious or external Referer headers targeting sensitive endpoints
  • Implement anomaly detection for state-changing requests that lack proper Origin header validation
  • Review web application firewall (WAF) logs for patterns indicative of cross-site request attempts
  • Audit session activity for requests that don't correlate with expected user interaction patterns

Monitoring Recommendations

  • Enable detailed logging of all authentication-related and administrative actions
  • Configure alerts for bulk modifications to placement records or user accounts
  • Implement user activity monitoring to detect actions that don't match typical usage patterns
  • Deploy browser-based telemetry to track unexpected cross-origin request behavior

How to Mitigate CVE-2026-25812

Immediate Actions Required

  • Upgrade PlaciPy to a patched version when available from the vendor
  • Implement anti-CSRF tokens on all state-changing forms and API endpoints
  • Configure cookies with the SameSite=Strict or SameSite=Lax attribute to prevent cross-site cookie transmission
  • Review and restrict CORS configuration to only trusted origins rather than allowing credentials from any origin

Patch Information

Monitor the official PlaciPy repository and the GitHub Security Advisory for patch releases addressing this vulnerability. Organizations should prioritize applying the security update once available and validate that CSRF protections are properly implemented after patching.

Workarounds

  • Implement a reverse proxy or WAF rule to validate Origin and Referer headers on all state-changing requests
  • Disable credentialed CORS requests (Access-Control-Allow-Credentials) if cross-origin authenticated requests are not required
  • Restrict application access to trusted network segments or VPN-only access to limit external attack surface
  • Implement custom CSRF token validation at the application layer if source code modifications are possible
bash
# Example nginx configuration to validate Origin header
# Add to server block for PlaciPy application
map $http_origin $cors_valid {
    default 0;
    "https://trusted-domain.edu" 1;
}

location /api/ {
    if ($request_method != GET) {
        set $csrf_check "${cors_valid}";
        if ($csrf_check = 0) {
            return 403;
        }
    }
    proxy_pass http://placipy_backend;
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechPlacipy

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/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-352
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25811: PlaciPy Auth Bypass Vulnerability

  • CVE-2026-25814: PlaciPy SQL Injection Vulnerability

  • CVE-2026-25813: PlaciPy Information Disclosure 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