8.8
CVE-2018-17937
- EPSS 4.11%
- Published 13.03.2019 17:29:00
- Last modified 21.11.2024 03:55:14
- Source ics-cert@hq.dhs.gov
- CVE-Watchlists
- Open
gpsd versions 2.90 to 3.17 and microjson versions 1.0 to 1.3, an open source project, allow a stack-based buffer overflow, which may allow remote attackers to execute arbitrary code on embedded platforms via traffic on Port 2947/TCP or crafted JSON inputs.
Data is provided by the National Vulnerability Database (NVD)
Gpsd Project ≫ Gpsd Version >= 2.90 <= 3.17
Microjson Project ≫ Microjson Version >= 1.0 <= 1.3
Debian ≫ Debian Linux Version8.0
Debian ≫ Debian Linux Version9.0
| Type | Source | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 4.11% | 0.881 |
| Source | Base Score | Exploit Score | Impact Score | Vector string |
|---|---|---|---|---|
| nvd@nist.gov | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 5.8 | 6.5 | 6.4 |
AV:A/AC:L/Au:N/C:P/I:P/A:P
|
CWE-121 Stack-based Buffer Overflow
A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.