Skip to content

bpo-33136: Harden ssl module against CVE-2018-8970#6229

Merged
tiran merged 1 commit into
python:masterfrom
tiran:bpo33136-CVE-2018-8970
Mar 25, 2018
Merged

bpo-33136: Harden ssl module against CVE-2018-8970#6229
tiran merged 1 commit into
python:masterfrom
tiran:bpo33136-CVE-2018-8970

Conversation

@tiran
Copy link
Copy Markdown
Member

@tiran tiran commented Mar 25, 2018

Harden ssl module against LibreSSL CVE-2018-8970.
X509_VERIFY_PARAM_set1_host() is called with an explicit namelen. A new test
ensures that NULL bytes are not allowed.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue33136

Harden ssl module against LibreSSL CVE-2018-8970.
X509_VERIFY_PARAM_set1_host() is called with an explicit namelen. A new test
ensures that NULL bytes are not allowed.

Signed-off-by: Christian Heimes <christian@python.org>
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@tiran tiran deleted the bpo33136-CVE-2018-8970 branch March 25, 2018 10:36
@bedevere-bot
Copy link
Copy Markdown

GH-6230 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 25, 2018
Harden ssl module against LibreSSL CVE-2018-8970.
X509_VERIFY_PARAM_set1_host() is called with an explicit namelen. A new test
ensures that NULL bytes are not allowed.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit d02ac25)

Co-authored-by: Christian Heimes <christian@python.org>
tiran added a commit that referenced this pull request Mar 25, 2018
…H-6230)

Harden ssl module against LibreSSL CVE-2018-8970.
X509_VERIFY_PARAM_set1_host() is called with an explicit namelen. A new test
ensures that NULL bytes are not allowed.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit d02ac25)

Co-authored-by: Christian Heimes <christian@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-security A security issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants