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-2025-13844

CVE-2025-13844: Rapsody Double Free Vulnerability

CVE-2025-13844 is a double free vulnerability in Rapsody that causes heap memory corruption when importing malicious SSD project files. This article covers the technical details, affected versions, impact, and mitigation.

Published: January 23, 2026

CVE-2025-13844 Overview

A Double Free (CWE-415) vulnerability has been identified in Schneider Electric Rapsody that could cause heap memory corruption when an end user imports a malicious project file (SSD file) shared by an attacker. This memory corruption vulnerability occurs when the same memory region is freed twice, potentially allowing attackers to corrupt heap metadata and achieve code execution.

Critical Impact

Successful exploitation could lead to heap memory corruption, potentially enabling arbitrary code execution when a user imports a specially crafted malicious SSD project file into the Rapsody application.

Affected Products

  • Schneider Electric Rapsody (versions prior to patched release)

Discovery Timeline

  • 2026-01-15 - CVE CVE-2025-13844 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2025-13844

Vulnerability Analysis

This Double Free vulnerability (CWE-415) occurs in Schneider Electric Rapsody when processing SSD project files. A double free condition arises when an application attempts to free the same memory allocation twice. In this case, the vulnerable code path is triggered during the import of a specially crafted malicious project file.

When the second free() operation is executed on already-freed memory, it corrupts the heap's internal data structures. This corruption can be leveraged by an attacker to overwrite critical heap metadata, potentially leading to arbitrary code execution. The attack requires local access and user interaction—specifically, the victim must be tricked into importing the attacker-supplied SSD file.

The local attack vector means the attacker needs to deliver the malicious file to the target system through social engineering, network shares, or other delivery mechanisms. Once the file is imported, the heap corruption occurs automatically during the file parsing process.

Root Cause

The vulnerability stems from improper memory management within Rapsody's SSD file parsing routines. The application fails to properly track memory allocation states, resulting in the same memory pointer being passed to the deallocation function multiple times. This typically occurs when error handling paths or cleanup routines do not properly nullify pointers after freeing, or when complex object lifecycles lead to redundant deallocation calls.

Attack Vector

The attack requires local access with user interaction. An attacker must craft a malicious SSD project file designed to trigger the double free condition during import. The attacker then needs to convince the target user to import this file into their Rapsody installation. This could be accomplished through:

  1. Social engineering tactics such as phishing emails with attached project files
  2. Compromising shared network locations where legitimate project files are stored
  3. Supply chain attacks targeting project file repositories

Once the victim imports the malicious file, the double free condition corrupts heap memory, potentially allowing the attacker to gain control of program execution and execute arbitrary code with the privileges of the Rapsody application.

Detection Methods for CVE-2025-13844

Indicators of Compromise

  • Unexpected crashes or instability in Rapsody application during project file import operations
  • Memory corruption errors or access violations logged in system event logs
  • Presence of unusual or unexpected SSD project files from untrusted sources
  • Application crash dumps indicating heap corruption in Rapsody process memory

Detection Strategies

  • Monitor for Rapsody application crashes that occur specifically during file import operations
  • Implement file integrity monitoring for directories containing SSD project files
  • Deploy endpoint detection solutions capable of identifying heap corruption exploitation attempts
  • Review application logs for repeated failures during project file parsing

Monitoring Recommendations

  • Enable enhanced logging for file operations in Rapsody application where available
  • Monitor email attachments and file downloads for SSD files from untrusted sources
  • Implement user behavior analytics to detect unusual project file import patterns
  • Configure SentinelOne to monitor Rapsody process behavior for exploitation indicators

How to Mitigate CVE-2025-13844

Immediate Actions Required

  • Only import SSD project files from trusted and verified sources
  • Review and validate all project files before importing them into Rapsody
  • Restrict file sharing permissions for directories containing project files
  • Apply the security patch from Schneider Electric as soon as it becomes available

Patch Information

Schneider Electric has released a security notice addressing this vulnerability. Organizations should consult the Schneider Electric Security Notice SEVD-2026-013-04 for detailed patch information and apply the recommended updates to remediate this vulnerability.

Workarounds

  • Implement strict file validation procedures before importing any SSD project files
  • Isolate Rapsody installations on dedicated systems with limited network access
  • Train users to recognize and avoid suspicious project files from unknown sources
  • Consider running Rapsody in a sandboxed environment to limit the impact of potential exploitation
bash
# Recommended: Restrict SSD file access permissions
# Limit who can write to project directories
chmod 750 /path/to/rapsody/projects
chown rapsody_admin:rapsody_users /path/to/rapsody/projects

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechRapsody

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L/E:X/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-415
  • Technical References
  • Schneider Electric Security Notice
  • Related CVEs
  • CVE-2025-13845: Rapsody Use After Free RCE 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