ID CVE-2018-7889
Summary 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.
References
Vulnerable Configurations
  • cpe:2.3:a:calibre-ebook:calibre:3.18.0:*:*:*:*:*:*:*
    cpe:2.3:a:calibre-ebook:calibre:3.18.0:*:*:*:*:*:*:*
CVSS
Base: 6.8 (as of 12-10-2018 - 18:21)
Impact:
Exploitability:
CWE CWE-502
CAPEC
  • Object Injection
    An adversary attempts to exploit an application by injecting additional, malicious content during its processing of serialized objects. Developers leverage serialization in order to convert data or state into a static, binary format for saving to disk or transferring over a network. These objects are then deserialized when needed to recover the data/state. By injecting a malformed object into a vulnerable application, an adversary can potentially compromise the application by manipulating the deserialization process. This can result in a number of unwanted outcomes, including remote code execution.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:M/Au:N/C:P/I:P/A:P
refmap via4
confirm
Last major update 12-10-2018 - 18:21
Published 08-03-2018 - 21:29
Last modified 12-10-2018 - 18:21
Back to Top