CVE-2025-13845
BaseFortify
Publication date: 2026-01-15
Last updated on: 2026-04-27
Assigner: Schneider Electric SE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| schneider-electric | ecostruxure_power_build_-_rapsody | to 2.8.3.0100 (inc) |
| schneider-electric | ecostruxure_power_build_-_rapsody | to 2.8.8.0100 (inc) |
| schneider-electric | ecostruxure_power_build_-_rapsody | to 2.8.5.0200 (inc) |
| schneider-electric | ecostruxure_power_build_-_rapsody | to 2.8.1.0300 (inc) |
| schneider-electric | ecostruxure_power_build_-_rapsody | to 2.8.4.0300 (inc) |
| schneider-electric | ecostruxure_power_build_-_rapsody | to 2.8.2.0000 (inc) |
| schneider-electric | ecostruxure_power_build_-_rapsody | to 2.8.7.0100 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-13845 is a Use After Free vulnerability (CWE-416) in Schneider Electric's EcoStruxure Power Build Rapsody software. This flaw occurs when a malicious project file (SSD file) is imported, potentially allowing remote code execution. Essentially, the software improperly handles memory, leading to execution of arbitrary code by an attacker when the user imports a crafted malicious file. [1]
How can this vulnerability impact me? :
This vulnerability can lead to remote code execution on the affected system, which means an attacker could run malicious code with the privileges of the user importing the malicious SSD file. This could result in unauthorized control over the system, data compromise, disruption of operations, or further network penetration. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection involves verifying the version of EcoStruxure Power Build Rapsody software installed to see if it is one of the affected versions listed for CVE-2025-13845. Additionally, monitoring for the import of malicious SSD project files from untrusted sources is recommended. There are no specific commands provided in the resources for detection. General best practices include scanning externally created project files with malware detection tools before opening them. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include upgrading the EcoStruxure Power Build Rapsody software to the fixed versions listed for CVE-2025-13845 (e.g., FR V2.8.1.0401, ESP V2.8.5.0301, PT V2.8.7.0101, BEL(FR) V2.8.8.0201, BEL(EN) V2.8.3.0201, INT(EN) V2.8.4.0401, NL V2.8.2.000). After applying updates, restart the service. If immediate patching is not possible, only open project files from trusted sources and scan all externally created project files with malware detection tools before opening. Follow general cybersecurity best practices such as network segmentation, physical access controls, restricting programming software to intended networks, scanning removable media, minimizing network exposure, and using secure remote access methods like VPNs with up-to-date software. [1]