Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-6613

CVE-2026-6613: SuperAGI Authorization Bypass Vulnerability

CVE-2026-6613 is an authorization bypass flaw in TransformerOptimus SuperAGI up to version 0.0.14 that allows remote attackers to manipulate agent operations. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-6613 Overview

A significant authorization bypass vulnerability has been identified in TransformerOptimus SuperAGI, an open-source AI agent framework. The vulnerability exists in the superagi/controllers/agent.py file, specifically affecting the delete_agent, stop_schedule, and get_schedule_data functions. By manipulating the agent_id parameter, an attacker can bypass authorization controls and perform unauthorized operations on agent resources.

Critical Impact

Remote attackers with low-level privileges can bypass authorization controls to access, modify, or delete AI agent configurations and scheduled tasks belonging to other users, potentially compromising the integrity of AI workflows and sensitive data.

Affected Products

  • TransformerOptimus SuperAGI versions up to and including 0.0.14
  • SuperAGI installations with exposed agent controller endpoints
  • Deployments using the vulnerable agent.py controller module

Discovery Timeline

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

Technical Details for CVE-2026-6613

Vulnerability Analysis

This authorization bypass vulnerability (CWE-285: Improper Authorization) stems from inadequate access control validation in the SuperAGI agent controller. The affected functions fail to properly verify whether the requesting user has legitimate ownership or access rights to the specified agent_id before performing sensitive operations.

When a user makes a request to delete an agent, stop a scheduled task, or retrieve schedule data, the application accepts the agent_id parameter without validating that the authenticated user owns or has permissions to access that particular agent. This allows authenticated users to enumerate and manipulate agent resources belonging to other users in the system.

The vulnerability is remotely exploitable and requires only low-level authentication, making it accessible to any authenticated user of the SuperAGI platform.

Root Cause

The root cause lies in missing or insufficient authorization checks within the delete_agent, stop_schedule, and get_schedule_data functions in the superagi/controllers/agent.py file. The application fails to implement proper ownership validation, allowing any authenticated user to specify arbitrary agent_id values and interact with resources they should not have access to.

This represents a classic Insecure Direct Object Reference (IDOR) pattern where user-supplied identifiers are not properly validated against the authenticated user's permissions before granting access to protected resources.

Attack Vector

The attack can be executed remotely over the network by any authenticated user. An attacker would:

  1. Authenticate to the SuperAGI platform with valid credentials (even with minimal privileges)
  2. Identify or enumerate valid agent_id values belonging to other users
  3. Submit requests to the vulnerable endpoints with the target agent_id
  4. Successfully access, modify, or delete agent resources without proper authorization

The vulnerability is exploitable with low attack complexity and requires no user interaction. A proof-of-concept demonstrating the vulnerability is publicly available on GitHub Gist.

Detection Methods for CVE-2026-6613

Indicators of Compromise

  • Unusual API requests to /agent/delete, /agent/stop_schedule, or /agent/get_schedule_data endpoints with sequential or enumerated agent_id values
  • Access logs showing users querying or modifying agent resources they did not create
  • Unexpected deletion or modification of agent configurations without corresponding user activity
  • API traffic patterns indicating enumeration attempts against agent identifiers

Detection Strategies

  • Implement logging and monitoring for all agent controller API endpoints to capture agent_id access patterns
  • Deploy anomaly detection rules to identify users accessing agent resources outside their normal scope
  • Configure alerts for bulk API requests to agent management endpoints that may indicate enumeration activity
  • Review access logs for cross-user agent access patterns that violate expected ownership boundaries

Monitoring Recommendations

  • Enable detailed request logging for all endpoints in superagi/controllers/agent.py
  • Monitor for failed or successful authorization events associated with agent operations
  • Implement rate limiting and alerting on excessive requests to agent management endpoints
  • Establish baseline user behavior patterns and alert on deviations in agent resource access

How to Mitigate CVE-2026-6613

Immediate Actions Required

  • Restrict network access to SuperAGI instances to trusted IP ranges or VPN connections
  • Implement additional authentication layers or API gateway controls to limit exposure
  • Review application logs for evidence of exploitation attempts against affected endpoints
  • Consider temporarily disabling the affected endpoints if they are not business-critical

Patch Information

At the time of disclosure, the vendor (TransformerOptimus) was contacted but did not respond. No official patch has been released for this vulnerability. Organizations using SuperAGI should monitor the official SuperAGI GitHub repository for security updates and consider applying custom mitigations.

For additional technical details and vulnerability tracking, refer to VulDB entry #358248.

Workarounds

  • Implement application-layer authorization checks by modifying the affected functions to validate user ownership before processing agent_id parameters
  • Deploy a web application firewall (WAF) with rules to inspect and validate agent_id parameters against session-bound user permissions
  • Use network segmentation to limit access to the SuperAGI API to trusted internal services only
  • Implement custom middleware to enforce authorization policies on agent-related endpoints
bash
# Example: Restrict access to SuperAGI API via iptables
# Allow only trusted IP ranges to access the SuperAGI service port
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechTransformeroptimus

  • 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-285
  • Technical References
  • GitHub Gist PoC Code

  • VulDB Submission #791081

  • VulDB #358248

  • VulDB CTI for #358248
  • Related CVEs
  • CVE-2026-6585: SuperAGI Authorization Bypass Vulnerability

  • CVE-2026-6584: SuperAGI Authorization Bypass Vulnerability

  • CVE-2026-6582: SuperAGI Authentication Bypass Vulnerability

  • CVE-2026-6583: SuperAGI Auth Bypass Vulnerability
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