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

CVE-2026-6628: Ecclesia CRM SQL Injection Vulnerability

CVE-2026-6628 is a SQL injection flaw in Ecclesia CRM affecting versions up to 8.0.0. Attackers can exploit the Query Viewer Component remotely to execute malicious SQL queries. This article covers technical details, impact, and mitigation.

Published: April 23, 2026

CVE-2026-6628 Overview

A SQL Injection vulnerability has been discovered in phili67 Ecclesia CRM affecting versions up to and including 8.0.0. The vulnerability exists in the ValidateInput function within the /v2/query/view/ endpoint of the Query Viewer Component. Remote authenticated attackers can exploit this flaw by manipulating the custom parameter to inject malicious SQL queries, potentially leading to unauthorized data access, data manipulation, or other database-level attacks.

Critical Impact

Remote attackers can exploit this SQL injection vulnerability to read, modify, or delete sensitive data stored in the Ecclesia CRM database, potentially compromising member information and organizational data.

Affected Products

  • Ecclesia CRM up to version 8.0.0
  • Query Viewer Component (/v2/query/view/)
  • ValidateInput function handling the custom parameter

Discovery Timeline

  • 2026-04-20 - CVE-2026-6628 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-6628

Vulnerability Analysis

This SQL Injection vulnerability (CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component) resides in the Query Viewer Component of Ecclesia CRM. The ValidateInput function fails to properly sanitize user-supplied input in the custom parameter before incorporating it into SQL queries. This allows an authenticated attacker with network access to inject arbitrary SQL commands that are executed against the underlying database.

The exploit has been publicly disclosed and is available for use. The vendor was contacted regarding this vulnerability but did not respond, leaving users without an official patch at this time.

Root Cause

The root cause of this vulnerability is insufficient input validation and lack of parameterized queries in the ValidateInput function. User-controlled data from the custom parameter is directly concatenated into SQL statements without proper sanitization or escaping, enabling injection attacks. This represents a fundamental secure coding failure where untrusted input is trusted and processed without defensive measures.

Attack Vector

The attack can be initiated remotely over the network by an authenticated user. The attacker crafts a malicious HTTP request to the /v2/query/view/ endpoint with a specially crafted custom parameter containing SQL injection payloads. Since the vulnerability requires low privileges (authenticated access) and no user interaction, it presents a straightforward exploitation path for attackers who have obtained valid credentials through any means.

The injection point allows attackers to potentially:

  • Extract sensitive data from the database (data exfiltration)
  • Modify or delete existing records (data manipulation)
  • Bypass application logic and access controls
  • Potentially escalate to command execution depending on database configuration

Detection Methods for CVE-2026-6628

Indicators of Compromise

  • Unusual SQL syntax patterns in web application logs targeting /v2/query/view/
  • Anomalous database query execution times or error messages
  • Unexpected data access patterns or bulk data retrievals from the CRM database
  • Authentication attempts followed by requests to the Query Viewer Component with suspicious custom parameter values

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in HTTP requests to the /v2/query/view/ endpoint
  • Monitor application logs for requests containing SQL keywords (UNION, SELECT, DROP, INSERT, etc.) in the custom parameter
  • Deploy database activity monitoring to identify unusual query patterns or unauthorized data access
  • Use intrusion detection systems (IDS) with SQL injection signature detection enabled

Monitoring Recommendations

  • Enable verbose logging on the Ecclesia CRM application to capture all requests to the Query Viewer Component
  • Configure database audit logging to track all queries executed against sensitive tables
  • Set up alerts for failed authentication attempts followed by access to the /v2/query/view/ endpoint
  • Monitor for outbound data transfers that could indicate successful data exfiltration

How to Mitigate CVE-2026-6628

Immediate Actions Required

  • Restrict access to the /v2/query/view/ endpoint to only trusted administrative users
  • Implement network-level access controls to limit who can reach the Ecclesia CRM application
  • Deploy a Web Application Firewall (WAF) with SQL injection protection rules
  • Consider temporarily disabling the Query Viewer Component if not business-critical
  • Audit user accounts and remove unnecessary privileges

Patch Information

No official patch is currently available from the vendor. According to the vulnerability disclosure, the vendor was contacted but did not respond. Organizations using Ecclesia CRM should monitor the VulDB entry and vendor channels for any future security updates. Technical details about the vulnerability have been documented in the GitHub SQL Injection Repository.

Workarounds

  • Implement input validation at the application level using a reverse proxy or WAF to filter SQL injection patterns from the custom parameter
  • Use network segmentation to isolate the Ecclesia CRM instance from untrusted network segments
  • Apply principle of least privilege to database accounts used by the application to limit potential damage
  • Consider implementing prepared statements or parameterized queries if source code modifications are possible
bash
# Example WAF rule configuration to block SQL injection attempts
# Add to your ModSecurity or similar WAF configuration
SecRule ARGS:custom "@detectSQLi" \
    "id:100001,\
    phase:2,\
    block,\
    log,\
    msg:'SQL Injection attempt detected in Ecclesia CRM custom parameter',\
    tag:'CVE-2026-6628'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechPhili67 Ecclesia Crm

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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-74
  • Technical References
  • GitHub SQL Injection Repository

  • VulDB Submission #792607

  • VulDB #358262

  • VulDB #358262 CTI
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free 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