A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-8958

CVE-2024-8958: Composio Composio RCE Vulnerability

CVE-2024-8958 is a remote code execution flaw in Composio version 0.4.3 caused by unrestricted file write and read operations. This vulnerability allows attackers to access files across the server. Learn the technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2024-8958 Overview

CVE-2024-8958 is an unrestricted file write and read vulnerability in composiohq/composio version 0.4.3. The flaw resides in the filetools actions component, which fails to properly validate file paths supplied by users. An attacker with network access can read arbitrary files and write files anywhere on the host running the Composio service. This file system access can enable privilege escalation or remote code execution depending on the deployment context. The vulnerability is classified under CWE-434: Unrestricted Upload of File with Dangerous Type.

Critical Impact

Unauthenticated network attackers can read and write arbitrary files on systems running Composio 0.4.3, leading to potential remote code execution.

Affected Products

  • Composio composiohq/composio version 0.4.3
  • Deployments exposing Composio filetools actions to network access
  • Applications integrating the vulnerable Composio package

Discovery Timeline

  • 2025-03-20 - CVE-2024-8958 published to the National Vulnerability Database (NVD)
  • 2025-04-01 - Last updated in NVD database

Technical Details for CVE-2024-8958

Vulnerability Analysis

The vulnerability exists in the filetools actions exposed by composiohq/composio0.4.3. Composio is an integration toolkit used to connect agents and applications to external tools and file operations. The filetools actions accept user-controlled file path parameters and operate on the local file system. Because the implementation does not validate or canonicalize these paths, attackers can supply arbitrary absolute paths or ../ sequences to escape any intended working directory.

Root Cause

The root cause is missing path validation and sanitization in the filetools actions. The code does not enforce a directory allowlist, does not resolve symbolic links, and does not reject path traversal sequences. As a result, file read and write operations execute with the privileges of the Composio process against any path on disk. This pattern aligns with CWE-434, where untrusted input controls file destination.

Attack Vector

An attacker reaches the vulnerable filetools actions over the network without authentication or user interaction. The attacker submits a crafted request containing a path such as /etc/passwd to read sensitive system files, or writes to locations like /etc/cron.d/ or a user's ~/.ssh/authorized_keys to achieve code execution or persistence. Writing to Python site-packages, application startup scripts, or systemd unit files can convert arbitrary write into remote code execution. The exploitation does not require knowledge of internal application state, only knowledge of the action endpoint.

No verified public proof-of-concept code is available. See the Huntr Bug Bounty Report for technical details from the original disclosure.

Detection Methods for CVE-2024-8958

Indicators of Compromise

  • Filetools action requests containing path traversal sequences such as ../, ..\, or URL-encoded variants like %2e%2e%2f
  • Filetools action requests targeting absolute paths outside the application working directory, for example /etc/, /root/, /var/log/, or C:\Windows\
  • Unexpected modifications to files in system directories, cron paths, SSH key locations, or Python package directories owned by the Composio service account
  • Outbound connections initiated by processes spawned from files recently written by the Composio process

Detection Strategies

  • Inspect Composio application logs for filetools action invocations referencing paths outside expected project directories
  • Apply file integrity monitoring on sensitive paths such as /etc, ~/.ssh, and cron directories on hosts running Composio
  • Correlate Composio process file write events with subsequent process executions to identify write-then-execute exploitation chains
  • Use network-based detections that flag HTTP requests to Composio endpoints containing path traversal patterns

Monitoring Recommendations

  • Forward Composio request logs and host file system audit events to a centralized analytics platform for retention and correlation
  • Alert on any file write performed by the Composio service user to paths outside its designated working directory
  • Monitor for anomalous child processes spawned by the Composio runtime, particularly shells or interpreters

How to Mitigate CVE-2024-8958

Immediate Actions Required

  • Upgrade composiohq/composio to a version later than 0.4.3 that addresses the filetools path validation flaw
  • Restrict network exposure of Composio services to trusted clients only, using firewall rules or reverse proxy authentication
  • Run the Composio process as a low-privilege, non-root user inside a container or chroot with read-only mounts for sensitive directories
  • Audit hosts running Composio 0.4.3 for unauthorized file modifications in system, SSH, and cron directories

Patch Information

Review the Huntr Bug Bounty Report for vendor remediation guidance and the corresponding fixed release. Upgrade to the latest Composio release and verify that filetools actions now reject paths outside the configured working directory.

Workarounds

  • Disable the filetools actions in Composio configurations where they are not required by the application
  • Place the Composio process inside a container with the host file system mounted read-only and only specific working directories mounted read-write
  • Apply mandatory access control profiles such as AppArmor or SELinux to constrain the Composio process to a limited set of paths
bash
# Configuration example: run Composio in a restricted container
docker run --rm \
  --read-only \
  --user 10001:10001 \
  --cap-drop ALL \
  --security-opt no-new-privileges \
  -v /opt/composio/workdir:/workdir:rw \
  -p 127.0.0.1:8000:8000 \
  composiohq/composio:latest

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechComposio

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Huntr Bug Bounty Report
  • Related CVEs
  • CVE-2024-8954: Composio 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