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-2024-49375

CVE-2024-49375: Rasa Framework RCE Vulnerability

CVE-2024-49375 is a remote code execution vulnerability in Rasa machine learning framework that allows attackers to execute arbitrary code by loading malicious models. This article covers technical details, affected versions, and mitigations.

Published: April 8, 2026

CVE-2024-49375 Overview

CVE-2024-49375 is a critical Remote Code Execution (RCE) vulnerability affecting Rasa, an open source machine learning framework used for building conversational AI applications. The vulnerability allows an attacker who can load a maliciously crafted model remotely into a Rasa instance to achieve Remote Code Execution on the target system.

Critical Impact

Successful exploitation enables complete system compromise through Remote Code Execution, potentially allowing attackers to execute arbitrary commands, exfiltrate sensitive training data, and pivot to connected systems.

Affected Products

  • Rasa versions prior to 3.6.21
  • Rasa instances with HTTP API enabled (--enable-api flag)
  • Rasa deployments without authentication configured

Discovery Timeline

  • 2025-01-14 - CVE-2024-49375 published to NVD
  • 2025-01-14 - Last updated in NVD database

Technical Details for CVE-2024-49375

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code), commonly known as Code Injection. The flaw exists in how Rasa processes and loads machine learning models from remote sources. When the HTTP API is enabled on a Rasa instance, the application exposes endpoints that allow model loading operations. An attacker can craft a malicious model file that, when loaded by the Rasa instance, executes arbitrary code within the context of the running application.

The exploitation scenario requires the HTTP API to be enabled via the --enable-api flag, which is not the default configuration. However, many production deployments enable this feature for integration purposes. The vulnerability can be exploited either unauthenticated (if no authentication is configured) or authenticated (if the attacker possesses valid credentials or JWT tokens).

Root Cause

The root cause lies in insufficient validation and sanitization of model files during the remote model loading process. Rasa's model loading functionality does not adequately verify the integrity and safety of model components before deserializing and executing them. This allows maliciously crafted model payloads to include executable code that runs when the model is loaded into memory.

Attack Vector

The attack is network-based and targets Rasa instances with the HTTP API enabled. The attacker must be able to reach the Rasa API endpoint and either:

  1. Unauthenticated scenario: The target instance has no authentication configured, allowing any network-reachable attacker to interact with the model loading API
  2. Authenticated scenario: The attacker has obtained valid authentication tokens or JWT credentials through other means (credential theft, insider access, etc.)

Once access to the API is established, the attacker submits a request to load their malicious model. The Rasa instance processes the model, triggering code execution during the deserialization or model initialization phase. This grants the attacker code execution with the privileges of the Rasa process.

The vulnerability mechanism involves exploiting the model loading pipeline where untrusted model artifacts are processed without adequate security controls. For detailed technical analysis, refer to the GitHub Security Advisory.

Detection Methods for CVE-2024-49375

Indicators of Compromise

  • Unexpected model loading API requests from unauthorized IP addresses or users
  • Anomalous process spawning or network connections originating from Rasa processes
  • Unusual file system activity in Rasa model directories or temporary folders
  • Authentication failures followed by successful model loading operations
  • Presence of unexpected model files or modifications to existing models

Detection Strategies

  • Monitor Rasa API access logs for model loading endpoint activity (/model endpoints)
  • Implement network traffic analysis to detect unusual outbound connections from Rasa instances
  • Deploy file integrity monitoring on model storage directories to detect unauthorized modifications
  • Configure SIEM rules to correlate API authentication events with subsequent model operations

Monitoring Recommendations

  • Enable comprehensive logging for all Rasa HTTP API requests, particularly model management operations
  • Implement real-time alerting for model loading operations from unexpected sources
  • Monitor process execution patterns from Rasa containers or services for anomalous child processes
  • Track network connections initiated by Rasa processes to identify potential command-and-control communication

How to Mitigate CVE-2024-49375

Immediate Actions Required

  • Upgrade Rasa to version 3.6.21 or later immediately
  • Audit existing Rasa deployments to identify instances with HTTP API enabled
  • Implement authentication on all Rasa API endpoints if not already configured
  • Review access logs for any suspicious model loading activity prior to patching
  • Restrict network access to Rasa API endpoints using firewalls or network segmentation

Patch Information

Rasa has addressed this vulnerability in version 3.6.21. All users running earlier versions with the HTTP API enabled should upgrade immediately. The security fix implements proper validation and security controls for the model loading process to prevent code injection attacks. For additional details, see the GitHub Security Advisory.

Workarounds

  • Disable the HTTP API by removing the --enable-api flag if remote model loading is not required
  • Implement strong authentication using JWT tokens or API keys for all API access
  • Restrict API access to trusted IP addresses only using network-level controls
  • Deploy Rasa behind a reverse proxy with additional authentication layers
  • Only allow model loading from trusted, verified sources and implement model integrity verification
bash
# Configuration example - Restricting Rasa API access
# Use a reverse proxy like nginx to restrict access

# /etc/nginx/conf.d/rasa.conf
upstream rasa_backend {
    server 127.0.0.1:5005;
}

server {
    listen 443 ssl;
    server_name rasa.internal.example.com;
    
    # Restrict access to internal network only
    allow 10.0.0.0/8;
    deny all;
    
    # Require authentication
    auth_basic "Restricted Access";
    auth_basic_user_file /etc/nginx/.htpasswd;
    
    location / {
        proxy_pass http://rasa_backend;
    }
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRasa

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability3.29%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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