Yelp/kafka-utils

Upgrade pyopenssl to version 17.5.0 or later (CVE-2018-1000807, CVE-2018-1000808)

nhandler opened this issue · 1 comments

GitHub flagged the following security vulnerabilities affecting this repository.

https://nvd.nist.gov/vuln/detail/CVE-2018-1000807

CVE-2018-1000807
high severity
Vulnerable versions: < 17.5.0
Patched version: 17.5.0
Python Cryptographic Authority pyopenssl version prior to version 17.5.0 contains a CWE-416: Use After Free vulnerability in X509 object handling that can result in Use after free can lead to possible denial of service or remote code execution.. This attack appear to be exploitable via Depends on the calling application and if it retains a reference to the memory.. This vulnerability appears to have been fixed in 17.5.0.

https://nvd.nist.gov/vuln/detail/CVE-2018-1000808

CVE-2018-1000808
moderate severity
Vulnerable versions: < 17.5.0
Patched version: 17.5.0
Python Cryptographic Authority pyopenssl version Before 17.5.0 contains a CWE - 401 : Failure to Release Memory Before Removing Last Reference vulnerability in PKCS #12 Store that can result in Denial of service if memory runs low or is exhausted. This attack appear to be exploitable via Depends upon calling application, however it could be as simple as initiating a TLS connection. Anything that would cause the calling application to reload certificates from a PKCS #12 store.. This vulnerability appears to have been fixed in 17.5.0.

Addressed in #217