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

CVE-2026-40546: SOPlanning SQL Injection Vulnerability

CVE-2026-40546 is a SQL injection vulnerability in SOPlanning that allows low-privilege attackers to execute arbitrary SQL commands and gain database control. This article covers technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2026-40546 Overview

CVE-2026-40546 is a SQL Injection vulnerability affecting SOPlanning version 1.55 and below. SOPlanning is an open-source online project planning tool used to manage tasks, resources, and schedules. The flaw spans multiple endpoints and parameters across the application. An authenticated attacker with low privileges can inject arbitrary SQL statements into vulnerable queries. Successful exploitation allows attackers to read, modify, or delete database contents and potentially gain full control over the backend database.

Critical Impact

Low-privileged authenticated attackers can execute arbitrary SQL commands against the SOPlanning database, leading to full disclosure or compromise of stored planning, user, and credential data.

Affected Products

  • SOPlanning version 1.55
  • SOPlanning versions below 1.55
  • Self-hosted SOPlanning deployments exposing the web interface

Discovery Timeline

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

Technical Details for CVE-2026-40546

Vulnerability Analysis

The vulnerability is classified as SQL Injection [CWE-89]. SOPlanning fails to properly sanitize or parameterize user-supplied input before incorporating it into SQL queries. The defect is not isolated to one feature. Multiple endpoints and request parameters across the application accept attacker-controlled values that flow directly into database queries.

Because authentication is required, exploitation depends on attacker possession of any valid low-privilege account. Many SOPlanning installations provision shared planner accounts, which lowers the practical barrier. Once authenticated, an attacker can manipulate query logic to extract arbitrary tables, including user credentials, project data, and session records.

The attack is network-reachable and requires no user interaction. Impact on confidentiality and integrity is high, while availability impact is lower because the primary risk is data exposure and tampering rather than service disruption.

Root Cause

The root cause is improper neutralization of special elements used in SQL commands. Affected code paths concatenate request parameters into SQL strings instead of using prepared statements or parameterized queries. The pattern repeats across several PHP endpoints, indicating a systemic input handling weakness rather than a single isolated bug.

Attack Vector

The attack vector is network-based over HTTP or HTTPS against the SOPlanning web interface. An attacker authenticates with any low-privileged account, then submits crafted query string or POST body parameters to vulnerable endpoints. The injected payload alters query semantics, enabling boolean-based, error-based, or UNION-based extraction techniques. See the CERT Polska advisory for technical context on the affected endpoints.

Detection Methods for CVE-2026-40546

Indicators of Compromise

  • HTTP requests to SOPlanning endpoints containing SQL metacharacters such as ', --, UNION SELECT, OR 1=1, or SLEEP( in parameter values.
  • Web server access logs showing repeated authenticated requests from a single session to varied SOPlanning endpoints within short time windows.
  • Database error messages returned in HTTP responses or recorded in application logs referencing MySQL or MariaDB syntax errors.
  • Unexpected reads against the users or utilisateur tables originating from the SOPlanning application account.

Detection Strategies

  • Deploy web application firewall rules that flag SQL injection signatures targeting SOPlanning endpoint paths.
  • Enable MySQL or MariaDB general query logging on the SOPlanning database and alert on queries containing UNION, INFORMATION_SCHEMA references, or stacked statements from the application user.
  • Correlate authenticated SOPlanning sessions with abnormal query volumes or query patterns deviating from baseline planner activity.

Monitoring Recommendations

  • Monitor outbound data volume from the SOPlanning host for signs of bulk database exfiltration.
  • Track failed login attempts and newly created low-privilege accounts that could be used to reach the authenticated attack surface.
  • Review web server logs for parameter fuzzing patterns and automated scanner user agents such as sqlmap.

How to Mitigate CVE-2026-40546

Immediate Actions Required

  • Upgrade SOPlanning to a version above 1.55 once the maintainers publish a fixed release.
  • Restrict access to the SOPlanning web interface to trusted networks or VPN users until patching is complete.
  • Audit existing SOPlanning user accounts and disable unused or shared low-privilege accounts that could serve as an entry point.
  • Rotate database credentials and session secrets if any indicator of exploitation is found.

Patch Information

No vendor patch reference is included in the current advisory data. Administrators should monitor the SOPlanning project site and the CERT Polska advisory for fix availability and apply the update as soon as it is released.

Workarounds

  • Place SOPlanning behind a web application firewall with SQL injection signatures enabled and tuned for PHP applications.
  • Constrain the database account used by SOPlanning to the minimum required privileges, removing FILE, CREATE, and cross-database access.
  • Enforce strong authentication and limit account provisioning to reduce the pool of low-privileged users who could exploit the flaw.
  • Enable verbose database query logging to support rapid forensic review if exploitation is suspected.
bash
# Example: restrict SOPlanning DB user to least privilege in MySQL
REVOKE ALL PRIVILEGES ON *.* FROM 'soplanning'@'localhost';
GRANT SELECT, INSERT, UPDATE, DELETE ON soplanning_db.* TO 'soplanning'@'localhost';
FLUSH PRIVILEGES;

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSoplanning

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/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-89
  • Technical References
  • CERT Security Analysis

  • SOPlanning Resource Overview
  • Related CVEs
  • CVE-2024-33722: SOPlanning SQL Injection Vulnerability

  • CVE-2026-40545: SOPlanning Reflected XSS Vulnerability

  • CVE-2026-40544: SOPlanning Stored XSS 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