7.8
CVE-2018-7889
- EPSS 3.32%
 - Veröffentlicht 08.03.2018 21:29:00
 - Zuletzt bearbeitet 21.11.2024 04:12:55
 - Quelle cve@mitre.org
 - CVE-Watchlists
 - Unerledigt
 
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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
	Calibre-ebook ≫ Calibre Version3.18.0 
| Typ | Quelle | Score | Percentile | 
|---|---|---|---|
| EPSS | FIRST.org | 3.32% | 0.868 | 
| Quelle | 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.