The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-6629

CVE-2026-6629: Metasoft MetaCRM SQL Injection Vulnerability

CVE-2026-6629 is a SQL injection flaw in Metasoft MetaCRM up to version 6.4.0 that allows remote attackers to manipulate database queries. This post covers the technical details, affected versions, and mitigation steps.

Published: April 23, 2026

CVE-2026-6629 Overview

A SQL injection vulnerability has been discovered in Metasoft 美特软件 MetaCRM versions up to 6.4.0. This vulnerability affects the Statement.executeUpdate function within the sql.jsp file of the Interface component. Attackers can exploit this flaw by manipulating the sql argument to inject malicious SQL commands. The vulnerability is remotely exploitable, and exploit details have been publicly disclosed.

Critical Impact

This SQL injection vulnerability allows unauthenticated remote attackers to execute arbitrary SQL commands against the backend database, potentially leading to data exfiltration, data manipulation, or complete database compromise.

Affected Products

  • Metasoft 美特软件 MetaCRM up to version 6.4.0

Discovery Timeline

  • April 20, 2026 - CVE-2026-6629 published to NVD
  • April 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-6629

Vulnerability Analysis

This vulnerability is classified as CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component), which encompasses injection flaws including SQL injection. The vulnerable endpoint sql.jsp directly processes user-supplied input through the sql parameter without proper sanitization or parameterized queries. This allows an attacker to inject SQL statements that are executed with the privileges of the database connection used by the application.

The vendor was contacted regarding this vulnerability but did not respond to the disclosure, leaving users potentially exposed without an official patch or mitigation guidance.

Root Cause

The root cause of this vulnerability lies in the improper handling of user input in the sql.jsp file. The application directly incorporates the sql parameter value into database queries via Statement.executeUpdate without implementing proper input validation, sanitization, or parameterized prepared statements. This design flaw allows malicious SQL syntax to pass through and be executed by the database engine.

Attack Vector

The attack can be launched remotely over the network without requiring authentication. An attacker can craft malicious HTTP requests to the vulnerable sql.jsp endpoint, injecting SQL commands through the sql parameter. The exploitation requires no user interaction and can be automated for large-scale attacks.

The vulnerability manifests in the Statement.executeUpdate function where unsanitized input is processed. The malicious SQL payload is passed directly to the database engine, allowing attackers to perform operations such as extracting sensitive data, modifying records, or potentially escalating privileges within the database system. Technical details and exploit information have been documented in the VulDB Vulnerability Entry.

Detection Methods for CVE-2026-6629

Indicators of Compromise

  • HTTP requests to sql.jsp containing SQL keywords such as UNION, SELECT, INSERT, UPDATE, DELETE, or DROP in the sql parameter
  • Unusual database queries or errors in application logs originating from the Interface component
  • Unexpected database modifications or data exfiltration patterns

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block SQL injection patterns targeting the sql.jsp endpoint
  • Monitor web server access logs for suspicious requests containing SQL syntax in query parameters
  • Deploy database activity monitoring to identify anomalous query patterns or unauthorized data access

Monitoring Recommendations

  • Enable detailed logging for the MetaCRM application, particularly for the Interface component and database interactions
  • Set up alerts for failed login attempts or SQL errors that may indicate injection attempts
  • Conduct regular database integrity checks to detect unauthorized modifications

How to Mitigate CVE-2026-6629

Immediate Actions Required

  • Restrict network access to the MetaCRM application to trusted IP addresses only
  • Disable or remove the sql.jsp endpoint if it is not required for business operations
  • Implement a Web Application Firewall with SQL injection protection rules
  • Review and audit database user permissions to minimize the impact of potential exploitation

Patch Information

No official patch is currently available from the vendor. The vendor was contacted regarding this disclosure but did not respond. Organizations using MetaCRM should monitor for any security updates from Metasoft and apply patches immediately when available.

Workarounds

  • Block external access to the sql.jsp endpoint using network security controls or reverse proxy configuration
  • Implement input validation at the application layer to sanitize the sql parameter
  • Apply the principle of least privilege to database accounts used by the application
  • Consider deploying a virtual patching solution through WAF rules until an official fix is released
bash
# Example: Block access to vulnerable endpoint via nginx
location /sql.jsp {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechMetasoft

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
  • Feishu Document Link

  • VulDB Submission #792615

  • VulDB Vulnerability #358263

  • VulDB CTI for #358263
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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