9.8
CVE-2020-5235
- EPSS 0.56%
- Veröffentlicht 04.02.2020 03:15:10
- Zuletzt bearbeitet 21.11.2024 05:33:44
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
There is a potentially exploitable out of memory condition In Nanopb before 0.4.1, 0.3.9.5, and 0.2.9.4. When nanopb is compiled with PB_ENABLE_MALLOC, the message to be decoded contains a repeated string, bytes or message field and realloc() runs out of memory when expanding the array nanopb can end up calling `free()` on a pointer value that comes from uninitialized memory. Depending on platform this can result in a crash or further memory corruption, which may be exploitable in some cases. This problem is fixed in nanopb-0.4.1, nanopb-0.3.9.5, nanopb-0.2.9.4.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Nanopb Project ≫ Nanopb Version < 0.2.9.4
Nanopb Project ≫ Nanopb Version >= 0.3.0 < 0.3.9.5
Nanopb Project ≫ Nanopb Version >= 0.4.0 < 0.4.1
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.56% | 0.673 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 7.5 | 10 | 6.4 |
AV:N/AC:L/Au:N/C:P/I:P/A:P
|
| security-advisories@github.com | 6.5 | 2.2 | 3.7 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L
|
CWE-125 Out-of-bounds Read
The product reads data past the end, or before the beginning, of the intended buffer.