8.1
CVE-2021-3888
- EPSS 0.26%
- Veröffentlicht 19.10.2021 13:15:11
- Zuletzt bearbeitet 21.11.2024 06:22:42
- Quelle security@huntr.dev
- CVE-Watchlists
- Unerledigt
libmobi is vulnerable to Use of Out-of-range Pointer Offset
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Libmobi Project ≫ Libmobi Version < 0.8
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.26% | 0.494 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 8.1 | 2.8 | 5.2 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
|
| nvd@nist.gov | 5.8 | 8.6 | 4.9 |
AV:N/AC:M/Au:N/C:P/I:N/A:P
|
| security@huntr.dev | 7.1 | 2.8 | 3.7 |
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
|
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
CWE-823 Use of Out-of-range Pointer Offset
The product performs pointer arithmetic on a valid pointer, but it uses an offset that can point outside of the intended range of valid memory locations for the resulting pointer.