7.8
CVE-2025-22880
- EPSS 0.04%
- Veröffentlicht 07.02.2025 08:15:28
- Zuletzt bearbeitet 11.07.2025 17:49:00
- Quelle 759f5e80-c8e1-4224-bead-956d7b
- CVE-Watchlists
- Unerledigt
Delta Electronics CNCSoft-G2 lacks proper validation of the length of user-supplied data prior to copying it to a fixed-length heap-based buffer. If a target visits a malicious page or opens a malicious file an attacker can leverage this vulnerability to execute code in the context of the current process.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Deltaww ≫ Cncsoft-g2 Version < 2.1.0.20
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.04% | 0.098 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 759f5e80-c8e1-4224-bead-956d7b33c98b | 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
|
CWE-122 Heap-based Buffer Overflow
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().