7.8
CVE-2018-7889
- EPSS 3.32%
- Published 08.03.2018 21:29:00
- Last modified 21.11.2024 04:12:55
- Source cve@mitre.org
- CVE-Watchlists
- Open
gui2/viewer/bookmarkmanager.py in Calibre 3.18 calls cPickle.load on imported bookmark data, which allows remote attackers to execute arbitrary code via a crafted .pickle file, as demonstrated by Python code that contains an os.system call.
Data is provided by the National Vulnerability Database (NVD)
Calibre-ebook ≫ Calibre Version3.18.0
| Type | Source | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 3.32% | 0.868 |
| Source | Base Score | Exploit Score | Impact Score | Vector string |
|---|---|---|---|---|
| nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 6.8 | 8.6 | 6.4 |
AV:N/AC:M/Au:N/C:P/I:P/A:P
|
CWE-502 Deserialization of Untrusted Data
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.