A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-40549

CVE-2026-40549: SOPlanning CSRF Vulnerability

CVE-2026-40549 is a Cross-Site Request Forgery flaw in SOPlanning that allows attackers to forge malicious requests via authenticated users. This post covers the technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2026-40549 Overview

CVE-2026-40549 is a Cross-Site Request Forgery (CSRF) vulnerability affecting SOPlanning, an open-source online planning and scheduling application. The flaw resides in the groupe_save create, modify, and delete endpoints, which lack anti-CSRF token validation. An attacker can craft a malicious website that, when visited by an authenticated SOPlanning user, automatically issues forged GET or POST requests to the application. This issue affects SOPlanning version 1.55 and below. The vulnerability is categorized under CWE-352: Cross-Site Request Forgery.

Critical Impact

Authenticated administrators visiting attacker-controlled pages can be coerced into creating, modifying, or deleting user groups in SOPlanning without consent, enabling unauthorized changes to access structures.

Affected Products

  • SOPlanning version 1.55
  • All SOPlanning releases prior to 1.55
  • Self-hosted deployments of the SOPlanning web application

Discovery Timeline

  • 2026-06-01 - CVE-2026-40549 published to NVD
  • 2026-06-01 - Last updated in NVD database

Technical Details for CVE-2026-40549

Vulnerability Analysis

The vulnerability stems from the absence of CSRF protection on the groupe_save endpoint family in SOPlanning. These endpoints handle creation, modification, and deletion of user groups, which control access boundaries within the planning application. Because the endpoints accept state-changing requests without validating an unpredictable anti-CSRF token, the browser of an authenticated user automatically includes the session cookie on cross-origin requests.

An attacker hosts a page containing an auto-submitting HTML form or an image tag targeting the vulnerable endpoint. When an authenticated SOPlanning user — particularly one with administrative privileges — loads that page, the browser issues the request with valid session credentials. The server processes the action as if it were legitimate.

See the CERT Poland advisory for the original vulnerability disclosure and the SOPlanning project page for product context.

Root Cause

The groupe_save handlers do not require a per-session, per-form CSRF token. The application relies solely on session cookies for request authorization, which browsers attach automatically to cross-site requests. There is also no enforcement of the SameSite cookie attribute or Origin/Referer header validation on the affected endpoints.

Attack Vector

Exploitation requires the victim to be authenticated to SOPlanning and to interact with attacker-controlled content, such as visiting a malicious URL or loading an email with embedded HTML. The attacker does not need valid credentials. Both GET and POST variants of the groupe_save operations are reachable, broadening the techniques available — including <img> tags, hidden <iframe> forms, and fetch calls from attacker-controlled JavaScript.

No verified public exploit code is available. The vulnerability mechanism follows the standard CSRF pattern: a forged cross-origin request to an authenticated state-changing endpoint that lacks token validation.

Detection Methods for CVE-2026-40549

Indicators of Compromise

  • Unexpected creation, modification, or deletion of groups in the SOPlanning administration interface.
  • HTTP requests to groupe_save endpoints with Referer or Origin headers pointing to domains other than the SOPlanning host.
  • Group-management actions originating from user sessions during browsing activity unrelated to SOPlanning administration.

Detection Strategies

  • Inspect web server access logs for POST and GET requests to groupe_save paths where the Referer header is absent, empty, or external.
  • Correlate group-management events in SOPlanning audit logs with the user's known administrative workflow times.
  • Deploy a Web Application Firewall (WAF) rule that flags state-changing requests to SOPlanning lacking a custom request header or token.

Monitoring Recommendations

  • Forward SOPlanning web server logs to a centralized logging or SIEM platform and alert on anomalous group create, modify, and delete operations.
  • Monitor for sudden bursts of administrative changes from a single authenticated session within short time windows.
  • Track outbound HTTP responses showing successful 200/302 results on groupe_save requests with unexpected cross-origin referrers.

How to Mitigate CVE-2026-40549

Immediate Actions Required

  • Restrict access to the SOPlanning interface to trusted networks or VPN until a patched version is deployed.
  • Require administrators to log out of SOPlanning when not actively using the application to reduce the exposure window.
  • Audit recent group-management activity for unauthorized creations, modifications, or deletions.

Patch Information

No patched version is referenced in the current NVD entry. Administrators should monitor the SOPlanning project site and the CERT Poland advisory for updates and apply any release that introduces CSRF token validation on the groupe_save endpoints.

Workarounds

  • Configure session cookies with the SameSite=Strict or SameSite=Lax attribute at the web server or PHP configuration level to block cross-site cookie transmission.
  • Deploy a reverse proxy or WAF rule that rejects requests to groupe_save paths when the Origin or Referer header does not match the SOPlanning host.
  • Limit SOPlanning administrative accounts to dedicated browser profiles or sessions that are not used for general web browsing.
bash
# Example nginx rule to enforce same-origin on groupe_save endpoints
location ~* /process/groupe_save {
    if ($http_referer !~* "^https?://soplanning\.example\.com/") {
        return 403;
    }
    proxy_pass http://soplanning_backend;
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechSoplanning

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • CERT Poland CVE-2026-40543 Post

  • SO Planning General Information
  • Related CVEs
  • CVE-2026-40545: SOPlanning Reflected XSS Vulnerability

  • CVE-2026-40546: SOPlanning SQL Injection Vulnerability

  • CVE-2026-40544: SOPlanning Stored XSS Vulnerability

  • CVE-2026-40548: SOPlanning File Upload RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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