CVE-2025-13845
Unknown
Unknown - Not Provided
BaseFortify
Publication date: 2026-01-15
Last updated on: 2026-04-27
Assigner: Schneider Electric SE
Description
Description
CWE-416: Use After Free vulnerability that could cause remote code execution when the end user imports the malicious project file (SSD file) into Rapsody.
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. |