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

CVE-2026-44339: Praison PraisonAI RCE Vulnerability

CVE-2026-44339 is a remote code execution vulnerability in Praison PraisonAI that allows attackers to invoke unintended application callables through tool-call name manipulation. This article covers technical details, affected versions, impact, and mitigation steps.

Published: May 18, 2026

CVE-2026-44339 Overview

CVE-2026-44339 affects PraisonAI, a multi-agent teams framework, and its companion praisonaiagents Python package. The vulnerability allows an attacker who can influence tool-call names to invoke unintended application callables that were never declared as tools. The root cause is unsafe resolution of unresolved tool names against module globals and __main__ after registry lookups fail. With the default agent configuration, _perm_allow is None, so the permission gate does not reject undeclared non-dangerous tool names. The flaw is tracked under CWE-470: Use of Externally-Controlled Input to Select Classes or Code. Fixed releases are praisonai 4.6.37 and praisonaiagents 1.6.37.

Critical Impact

Network-reachable attackers can coerce a PraisonAI agent into executing arbitrary in-process Python callables outside the declared tool set, undermining the agent's tool sandbox and integrity.

Affected Products

  • praisonai versions prior to 4.6.37
  • praisonaiagents (Python) versions prior to 1.6.37
  • Applications embedding PraisonAI agents with default permission configuration (_perm_allow = None)

Discovery Timeline

  • 2026-05-08 - CVE-2026-44339 published to NVD
  • 2026-05-08 - Last updated in NVD database

Technical Details for CVE-2026-44339

Vulnerability Analysis

PraisonAI agents accept tool-call names produced by an underlying language model or upstream caller and dispatch them to Python callables. When a requested tool name does not match the declared tool list or the internal registry, praisonaiagents falls back to resolving the name against module globals and the __main__ namespace. This reflective lookup converts attacker-influenced strings into live function references.

The permission gate intended to block disallowed calls relies on _perm_allow. In the default configuration _perm_allow is None, which the gate treats as permissive for non-dangerous names. The result is that any callable reachable through globals or __main__ becomes invokable through a crafted tool-call name, including helpers the developer never exposed as tools.

Impact depends on the host application's symbol table. Functions handling configuration, file I/O, database access, or subprocess management can be reached if they share the agent's process. The advisory classifies the issue with high integrity impact and lower confidentiality and availability impact.

Root Cause

The vulnerability is an unsafe reflection pattern [CWE-470]. The tool dispatcher uses externally-controlled input to select code to execute by walking module globals and __main__ when the declared registry lookup fails, instead of failing closed.

Attack Vector

Exploitation requires the ability to influence a tool-call name reaching the agent dispatcher. This can occur through a network-exposed agent endpoint, a connected language model that emits attacker-controlled tool names, or untrusted content processed by the agent. No authentication or user interaction is required in the default configuration.

No verified public exploit code is available. The vulnerability mechanism is described in the GitHub Security Advisory GHSA-gmjg-hv98-qggq.

Detection Methods for CVE-2026-44339

Indicators of Compromise

  • Agent log entries showing tool-call names that do not appear in the declared tool list or registry.
  • Process telemetry showing the PraisonAI Python process invoking internal helpers, subprocess launches, or file operations not associated with declared tools.
  • Outbound requests or file writes correlated with agent sessions where tool resolution fell back to globals.

Detection Strategies

  • Inventory deployments to identify praisonai < 4.6.37 and praisonaiagents < 1.6.37 using software composition analysis or pip list audits.
  • Instrument the agent runtime to log every resolved tool name and the resolution source (registry, globals, or __main__).
  • Hunt for anomalous Python call chains originating from the agent dispatcher in EDR or runtime telemetry.

Monitoring Recommendations

  • Forward agent application logs and Python process telemetry to a centralized analytics platform for correlation across sessions.
  • Alert on any tool invocation where the resolved callable lives outside the declared tool module.
  • Track upstream model outputs for tool-call names that deviate from the configured schema.

How to Mitigate CVE-2026-44339

Immediate Actions Required

  • Upgrade to praisonai 4.6.37 and praisonaiagents 1.6.37 or later in all environments.
  • Audit agent configurations and explicitly set _perm_allow to a strict allow-list of declared tool names.
  • Review host applications for sensitive callables that share the agent process and isolate them where feasible.

Patch Information

The maintainers fixed the issue in praisonai 4.6.37 and praisonaiagents 1.6.37. Patch details and remediation guidance are published in the PraisonAI Security Advisory GHSA-gmjg-hv98-qggq.

Workarounds

  • Configure _perm_allow with an explicit allow-list rather than leaving it None.
  • Run PraisonAI agents in a dedicated process or container with no application callables imported into globals or __main__.
  • Validate and constrain tool-call names against the declared tool schema before dispatch.
bash
# Upgrade to patched versions
pip install --upgrade "praisonai>=4.6.37" "praisonaiagents>=1.6.37"

# Verify installed versions
pip show praisonai praisonaiagents | grep -E "Name|Version"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPraison

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-470
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-44336: Praison Praisonai RCE Vulnerability

  • CVE-2026-41497: Praison Praisonai RCE Vulnerability

  • CVE-2026-34955: Praison Praisonai RCE Vulnerability

  • CVE-2026-41496: Praison Praisonai SQLi 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