8
CVE-2025-5100
- EPSS 0.04%
- Veröffentlicht 23.05.2025 01:09:41
- Zuletzt bearbeitet 08.10.2025 17:29:51
- Quelle bbf0bd87-ece2-41be-b873-96928e
- CVE-Watchlists
- Unerledigt
A double-free condition occurs during the cleanup of temporary image files, which can be exploited to achieve memory corruption and potentially arbitrary code execution.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Dynamixsoftware ≫ Printershare SwPlatformandroid Version <= 12.15.01
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.04% | 0.12 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 8 | 2.5 | 5.5 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
|
CWE-415 Double Free
The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.
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.