9
CVE-2023-29125
- EPSS 0.16%
- Veröffentlicht 05.11.2024 16:15:16
- Zuletzt bearbeitet 08.11.2024 16:10:43
- Quelle cve@asrg.io
- CVE-Watchlists
- Unerledigt
A heap buffer overflow could be triggered by sending a specific packet to TCP port 7700.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Enelx ≫ Waybox Pro Firmware Version < 2.1.1.0_jb3vu096a
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.16% | 0.373 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 8 | 2.1 | 5.9 |
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
| cve@asrg.io | 9 | 2.3 | 6 |
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/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().
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.