8.4
CVE-2025-13845
- EPSS 0.03%
- Veröffentlicht 15.01.2026 18:33:23
- Zuletzt bearbeitet 27.04.2026 17:26:56
- Quelle cybersecurity@se.com
- CVE-Watchlists
- Unerledigt
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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Schneider-electric ≫ Ecostruxure Power Build - Rapsody SwEditionfr Version <= 2.8.1.0300
Schneider-electric ≫ Ecostruxure Power Build - Rapsody SwEditionnl Version <= 2.8.2.0000
Schneider-electric ≫ Ecostruxure Power Build - Rapsody SwEditionbel_en Version <= 2.8.3.0100
Schneider-electric ≫ Ecostruxure Power Build - Rapsody SwEditionint_en Version <= 2.8.4.0300
Schneider-electric ≫ Ecostruxure Power Build - Rapsody SwEditionesp Version <= 2.8.5.0200
Schneider-electric ≫ Ecostruxure Power Build - Rapsody SwEditionpt Version <= 2.8.7.0100
Schneider-electric ≫ Ecostruxure Power Build - Rapsody SwEditionbel_fr Version <= 2.8.8.0100
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.03% | 0.1 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
| cybersecurity@se.com | 8.4 | 0 | 0 |
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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
|
CWE-416 Use After Free
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.