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

CVE-2026-34936: PraisonAI SSRF Vulnerability

CVE-2026-34936 is a server-side request forgery flaw in PraisonAI that allows attackers to send requests to any server-reachable host. This article covers technical details, affected versions, and mitigation steps.

Published: April 10, 2026

CVE-2026-34936 Overview

CVE-2026-34936 is a Server-Side Request Forgery (SSRF) vulnerability in PraisonAI, a multi-agent teams system. The vulnerability exists in the passthrough() and apassthrough() functions which accept a caller-controlled api_base parameter. This parameter is concatenated with an endpoint and passed directly to httpx.Client.request() when the litellm primary path raises an AttributeError. The implementation lacks URL scheme validation, private IP filtering, or domain allowlist controls, enabling attackers to forge requests to any host reachable from the server.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to access internal network resources, cloud metadata services, and sensitive internal APIs from the PraisonAI server, potentially leading to data exfiltration or further compromise of internal infrastructure.

Affected Products

  • PraisonAI versions prior to 4.5.90

Discovery Timeline

  • 2026-04-03 - CVE CVE-2026-34936 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-34936

Vulnerability Analysis

This SSRF vulnerability (CWE-918) stems from improper input validation in PraisonAI's API passthrough functionality. The passthrough() and apassthrough() functions are designed to forward requests to external API endpoints. However, they accept an api_base parameter directly from user input without proper sanitization or validation.

When the primary litellm code path encounters an AttributeError, the fallback mechanism concatenates the attacker-controlled api_base with the target endpoint and issues an HTTP request via httpx.Client.request(). This design flaw allows attackers to specify arbitrary URLs, including internal network addresses, cloud metadata endpoints (e.g., http://169.254.169.254/), and other sensitive services.

The vulnerability requires low privileges to exploit but can affect resources beyond the vulnerable component's security scope, as the server can be weaponized to probe and interact with internal network infrastructure.

Root Cause

The root cause is insufficient input validation on the api_base parameter in the passthrough functions. The implementation fails to:

  1. Validate URL schemes (allowing file://, gopher://, or other dangerous protocols)
  2. Filter requests to private IP ranges (RFC 1918 addresses, localhost, link-local addresses)
  3. Implement a domain allowlist to restrict outbound requests to trusted endpoints
  4. Sanitize or normalize the URL before making HTTP requests

Attack Vector

The attack is network-based and can be executed by any authenticated user with access to the PraisonAI API. An attacker supplies a malicious api_base parameter pointing to an internal resource or sensitive endpoint. When the litellm path fails with an AttributeError, the fallback code executes a request to the attacker-specified URL, returning the response to the attacker.

The vulnerability mechanism works as follows: When a user makes a request to the passthrough endpoint with a crafted api_base value such as http://169.254.169.254/latest/meta-data/, the server will fetch cloud instance metadata and return it to the attacker. Similarly, internal services like http://internal-service:8080/api/secrets become accessible through the compromised server. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-34936

Indicators of Compromise

  • Unusual outbound HTTP requests from the PraisonAI server to internal IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints such as 169.254.169.254 originating from the application server
  • API calls to the passthrough endpoints with suspicious api_base parameters containing internal hostnames or IP addresses
  • Increased error rates or AttributeError exceptions in application logs preceding unusual network activity

Detection Strategies

  • Monitor network egress from PraisonAI servers for connections to private IP ranges, localhost, or cloud metadata services
  • Implement application-level logging to capture all api_base parameter values submitted to passthrough endpoints
  • Deploy Web Application Firewall (WAF) rules to detect and block SSRF payloads in request parameters
  • Use network segmentation monitoring to detect unexpected lateral movement from web application servers

Monitoring Recommendations

  • Enable verbose logging for the PraisonAI application to capture all API passthrough requests and their parameters
  • Set up alerts for network connections from the application server to internal services that should not be directly accessed
  • Monitor for increased AttributeError exceptions which may indicate exploitation attempts
  • Review access logs for repeated requests to passthrough endpoints from single sources

How to Mitigate CVE-2026-34936

Immediate Actions Required

  • Upgrade PraisonAI to version 4.5.90 or later immediately to remediate this vulnerability
  • If immediate upgrade is not possible, restrict network access from the PraisonAI server to only required external endpoints
  • Review application logs for signs of prior exploitation attempts
  • Implement network-level controls to block outbound requests to internal IP ranges from the application server

Patch Information

This vulnerability has been patched in PraisonAI version 4.5.90. The fix implements proper URL validation, scheme restrictions, and private IP filtering for the api_base parameter. Users should upgrade to this version or later to fully remediate the vulnerability. For additional details, see the GitHub Security Advisory.

Workarounds

  • Deploy a reverse proxy or WAF in front of PraisonAI to filter requests with suspicious api_base parameter values
  • Implement network egress filtering to prevent the PraisonAI server from connecting to internal IP ranges
  • Disable or restrict access to the passthrough API endpoints if they are not required for your deployment
  • Use network segmentation to isolate the PraisonAI server from sensitive internal services
bash
# Example iptables rules to block outbound connections to private IP ranges
# Apply these on the PraisonAI server to mitigate SSRF attacks

# Block connections to RFC 1918 private address ranges
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP

# Block connections to link-local and cloud metadata endpoints
iptables -A OUTPUT -d 169.254.0.0/16 -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechPraisonai

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40160: PraisonAIAgents SSRF Vulnerability

  • CVE-2026-40315: PraisonAI SQL Injection Vulnerability

  • CVE-2026-40287: PraisonAI RCE Vulnerability

  • CVE-2026-40313: PraisonAI Information Disclosure Flaw
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