5.9
CVE-2019-5023
- EPSS 0.29%
- Veröffentlicht 31.10.2019 21:15:13
- Zuletzt bearbeitet 21.11.2024 04:44:12
- Quelle talos-cna@cisco.com
- CVE-Watchlists
- Unerledigt
An exploitable vulnerability exists in the grsecurity PaX patch for the function read_kmem, in PaX from version pax-linux-4.9.8-test1 to 4.9.24-test7, grsecurity official from version grsecurity-3.1-4.9.8-201702060653 to grsecurity-3.1-4.9.24-201704252333, grsecurity unofficial from version v4.9.25-unofficialgrsec to v4.9.74-unofficialgrsec. PaX adds a temp buffer to the read_kmem function, which is never freed when an invalid address is supplied. This results in a memory leakage that can lead to a crash of the system. An attacker needs to induce a read to /dev/kmem using an invalid address to exploit this vulnerability.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Opensrcsec ≫ Grsecurity SwEditionofficial Version >= 3.1-4.9.8-201702060653 <= 3.1-4.9.24-201704252333
Opensrcsec ≫ Grsecurity SwEditionunofficial Version >= 4.9.25 <= 4.9.74
Opensrcsec ≫ Pax Version >= pax-linux-4.9.8-test1 <= pax-linux-4.9.8-test7
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.29% | 0.518 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 5.9 | 2.2 | 3.6 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
|
| nvd@nist.gov | 4.3 | 8.6 | 2.9 |
AV:N/AC:M/Au:N/C:N/I:N/A:P
|
| talos-cna@cisco.com | 5.9 | 1.4 | 4 |
CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H
|
CWE-401 Missing Release of Memory after Effective Lifetime
The product does not sufficiently track and release allocated memory after it has been used, which slowly consumes remaining memory.
CWE-772 Missing Release of Resource after Effective Lifetime
The product does not release a resource after its effective lifetime has ended, i.e., after the resource is no longer needed.