Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

00394: CVE-2022-45061: CPU denial of service via inefficient IDNA decoder #52

Merged
merged 1 commit into from
Dec 21, 2022

Conversation

stratakis
Copy link
Member

pythongh-98433: Fix quadratic time idna decoding.

There was an unnecessary quadratic loop in idna decoding. This restores the behavior to linear.

(cherry picked from commit a6f6c3a)

Co-authored-by: Miss Islington (bot) 31488909+miss-islington@users.noreply.github.com
Co-authored-by: Gregory P. Smith greg@krypto.org

…oder

pythongh-98433: Fix quadratic time idna decoding.

There was an unnecessary quadratic loop in idna decoding. This restores
the behavior to linear.

(cherry picked from commit a6f6c3a)

Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
@stratakis stratakis merged commit e7ecd65 into fedora-python:fedora-3.6 Dec 21, 2022
@stratakis stratakis deleted the cve-2022-45061 branch December 21, 2022 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants