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

CVE-2026-40545: SOPlanning Reflected XSS Vulnerability

CVE-2026-40545 is a reflected XSS flaw in SOPlanning affecting version 1.55 and below. Attackers can craft malicious URLs to execute arbitrary JavaScript in victim browsers. This article covers technical details and fixes.

Published: June 4, 2026

CVE-2026-40545 Overview

CVE-2026-40545 is a reflected Cross-Site Scripting (XSS) vulnerability in SOPlanning, an open-source online planning tool. The flaw resides in the taches parameter, which fails to properly sanitize user-controlled input before reflecting it in the HTTP response. An attacker can craft a malicious URL that, when opened by an authenticated victim, executes arbitrary JavaScript in the victim's browser session. The issue affects SOPlanning version 1.55 and all prior releases. The vulnerability is tracked under CWE-79: Improper Neutralization of Input During Web Page Generation.

Critical Impact

Successful exploitation enables session hijacking, credential theft, and unauthorized actions performed in the context of an authenticated SOPlanning user.

Affected Products

  • SOPlanning version 1.55
  • SOPlanning versions prior to 1.55
  • All deployments exposing the taches parameter to untrusted input

Discovery Timeline

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

Technical Details for CVE-2026-40545

Vulnerability Analysis

The vulnerability is a reflected XSS flaw in SOPlanning's handling of the taches request parameter. SOPlanning accepts the parameter value and embeds it directly into the rendered HTML response without applying proper output encoding or input sanitization. Because the application reflects attacker-controlled data into a browser-executed context, an attacker can inject script payloads that the victim's browser interprets as legitimate page content.

Exploitation requires user interaction. The attacker must convince an authenticated SOPlanning user to click a crafted link or visit a page that triggers the request. Once the payload executes, it runs with the privileges of the targeted session, allowing the attacker to read DOM contents, exfiltrate session cookies (when not marked HttpOnly), perform forced browsing, or pivot to other authenticated actions.

Root Cause

The root cause is improper neutralization of input during web page generation [CWE-79]. The taches parameter is reflected into the HTTP response without HTML entity encoding or context-aware escaping, allowing attacker-supplied markup and script tags to be rendered by the browser.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker delivers a crafted URL through phishing emails, instant messages, or attacker-controlled web pages. When an authenticated SOPlanning user opens the URL, the malicious payload in the taches parameter executes in the user's browser within the SOPlanning origin.

No verified exploit code is publicly available for this CVE at the time of publication. Refer to the CERT.pl Security Advisory for additional technical context on the disclosure.

Detection Methods for CVE-2026-40545

Indicators of Compromise

  • HTTP GET or POST requests to SOPlanning endpoints containing script tags, javascript: URIs, or event-handler attributes within the taches parameter
  • Web server access logs showing URL-encoded payloads such as %3Cscript%3E or onerror= in the taches query string
  • Outbound browser requests to attacker-controlled domains shortly after a user clicks an external link to the SOPlanning host
  • Unusual session activity from authenticated SOPlanning accounts following suspicious referrer headers

Detection Strategies

  • Inspect web application firewall (WAF) and reverse proxy logs for XSS payload signatures targeting the taches parameter
  • Deploy server-side request logging that captures full query strings for review and retroactive hunting
  • Correlate authentication events with anomalous client-side behavior such as unexpected API calls or password changes

Monitoring Recommendations

  • Forward SOPlanning application and web server logs to a centralized SIEM for parameter-level inspection
  • Alert on requests where the taches parameter contains HTML metacharacters such as <, >, ", or '
  • Monitor for client-side errors and Content Security Policy (CSP) violation reports indicative of injected script execution

How to Mitigate CVE-2026-40545

Immediate Actions Required

  • Upgrade SOPlanning to a version newer than 1.55 once the vendor releases a patched build
  • Restrict access to the SOPlanning application using network controls, VPN, or IP allow-listing until patched
  • Educate users about phishing risks and instruct them to avoid clicking unverified SOPlanning links
  • Force re-authentication and invalidate active sessions if exploitation is suspected

Patch Information

At the time of publication, no specific vendor patch reference is included in the NVD record. Administrators should consult the SOPlanning project site for the latest releases and the CERT.pl advisory for remediation guidance.

Workarounds

  • Deploy a WAF rule that blocks requests where the taches parameter contains HTML tags or script-related keywords
  • Enable a strict Content Security Policy that disallows inline scripts and restricts script sources to trusted origins
  • Set the HttpOnly and Secure flags on session cookies to limit cookie theft via injected JavaScript
  • Configure the SameSite=Strict attribute on session cookies to reduce cross-site request risk
bash
# Example NGINX configuration to harden SOPlanning responses
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'none'" always;
add_header X-Content-Type-Options "nosniff" always;
add_header X-Frame-Options "DENY" always;
add_header Referrer-Policy "no-referrer" always;

# Block requests containing common XSS payloads in the taches parameter
if ($args ~* "taches=[^&]*(<script|onerror=|javascript:)") {
    return 403;
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechSoplanning

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/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-79
  • Technical References
  • CERT Security Advisory CVE-2026-40543

  • SO Planning Overview
  • Related CVEs
  • CVE-2026-40544: SOPlanning Stored XSS Vulnerability

  • CVE-2024-33724: SOPlanning XSS Vulnerability

  • CVE-2026-40546: SOPlanning SQL Injection Vulnerability

  • CVE-2026-40549: SOPlanning CSRF 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