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

CVE-2026-44337: Praison Praisonai SQLi Vulnerability

CVE-2026-44337 is a SQL injection flaw in Praison Praisonai affecting versions 2.4.1 to 4.6.33. Attackers can exploit unvalidated inputs to inject malicious SQL or CQL queries. This article covers affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-44337 Overview

CVE-2026-44337 affects PraisonAI, a multi-agent teams system maintained by MervinPraison. Versions from 2.4.1 to before 4.6.34 expose optional SQL and Cassandra Query Language (CQL) backed knowledge-store implementations. These backends construct table and index identifiers from unvalidated name and collection arguments. Applications that pass untrusted collection names into the affected backends can trigger SQL or CQL injection. The maintainers patched the issue in version 4.6.34.

Critical Impact

Authenticated attackers can inject SQL or CQL statements through collection identifiers, leading to unauthorized data access, modification, or service disruption in knowledge-store backends.

Affected Products

  • PraisonAI versions 2.4.1 through 4.6.33
  • Optional SQL-backed knowledge-store implementations
  • Optional CQL (Cassandra) backed knowledge-store implementations

Discovery Timeline

  • 2026-05-08 - CVE-2026-44337 published to the National Vulnerability Database
  • 2026-05-08 - Last updated in NVD database

Technical Details for CVE-2026-44337

Vulnerability Analysis

The vulnerability resides in PraisonAI's optional knowledge-store backends that interface with SQL and CQL databases. These backends accept caller-supplied name and collection arguments and embed them directly into table and index identifier positions within database statements. Because identifiers cannot be parameterized through standard prepared statements, the code path requires strict allowlisting or quoting, neither of which the affected versions enforced.

The issue maps to [CWE-20] Improper Input Validation. Applications built on PraisonAI that forward untrusted user input — such as agent configuration values, API parameters, or tenant identifiers — to knowledge-store APIs inherit the injection exposure.

Root Cause

The backend code constructs Data Definition Language (DDL) and Data Manipulation Language (DML) statements by string concatenation. Collection and name parameters flow into table and index identifier positions without character validation or identifier quoting. The trust boundary assumes callers supply safe identifiers, which breaks down when applications expose collection naming to end users.

Attack Vector

An attacker requires network access and low-privilege authentication to the application embedding PraisonAI. The attacker supplies a crafted collection or name string containing SQL or CQL metacharacters. When the knowledge-store backend processes the request, the injected payload executes within the database session context. Exploitation does not require user interaction.

No verified public proof-of-concept code is available. See the GitHub Security Advisory GHSA-3643-7v76-5cj2 for technical details.

Detection Methods for CVE-2026-44337

Indicators of Compromise

  • Database audit logs showing unexpected DDL operations such as DROP TABLE, CREATE INDEX, or ALTER statements originating from the PraisonAI application account
  • Knowledge-store collection names containing SQL metacharacters such as quotes, semicolons, comments (--, /*), or whitespace
  • Application logs recording knowledge-store API calls with anomalous name or collection argument lengths or non-alphanumeric characters

Detection Strategies

  • Inspect application telemetry for PraisonAI knowledge-store API calls and flag any collection identifiers that fail an alphanumeric-plus-underscore allowlist
  • Correlate database server query logs with application request logs to identify identifier values reaching the database that differ from values the application intended to send
  • Review software bills of materials (SBOMs) and dependency manifests for praisonai versions between 2.4.1 and 4.6.33

Monitoring Recommendations

  • Enable verbose query logging on SQL and Cassandra backends serving PraisonAI workloads and forward to a centralized log platform
  • Alert on database errors referencing syntax failures from the PraisonAI service account, which often indicate failed injection attempts
  • Track outbound queries from agent processes for unexpected schema enumeration patterns

How to Mitigate CVE-2026-44337

Immediate Actions Required

  • Upgrade PraisonAI to version 4.6.34 or later across all environments running affected releases
  • Audit application code paths that forward user-controlled input to PraisonAI knowledge-store APIs and validate collection names against a strict allowlist
  • Rotate database credentials used by PraisonAI service accounts if injection activity is suspected in audit logs

Patch Information

The maintainers fixed the vulnerability in PraisonAI version 4.6.34. The patch validates and sanitizes identifier arguments before they reach the SQL or CQL statement assembly logic. Refer to the GitHub Security Advisory GHSA-3643-7v76-5cj2 for the full advisory text and commit references.

Workarounds

  • Restrict the database service account used by PraisonAI to the minimum privileges required, removing DDL rights where possible
  • Place an input validation layer in front of any application endpoint that accepts collection or knowledge-store names, rejecting non-alphanumeric characters
  • Disable optional SQL or CQL knowledge-store backends and use an alternative non-affected store until the upgrade is completed
bash
# Configuration example: pin a patched version in requirements
pip install "praisonai>=4.6.34"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechPraisonai

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-20
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40315: PraisonAI SQL Injection Vulnerability

  • CVE-2026-34934: PraisonAI SQL Injection Vulnerability

  • CVE-2026-44334: Praison Praisonai RCE Vulnerability

  • CVE-2026-44338: Praison PraisonAI Auth Bypass 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