Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int()#96501

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
gpshead merged 11 commits intopython:3.10fromgpshead:CVE-2020-10735-3.10backport
Sep 2, 2022

Conversation

@gpshead
Copy link
Member

@gpsheadgpshead commentedSep 2, 2022
edited
Loading

Integer to and from text conversions via CPython's bignumint type is not safe against denial of service attacks due to malicious input. Very large input strings with hundred thousands of digits can consume several CPU seconds.

This PR comes fresh from a pile of work done in our private PSRT security response team repo.

This backports#96499 aka511ca94

Signed-off-by: Christian Heimes [Red Hat]christian@python.org
Tons-of-polishing-up-by: Gregory P. Smith [Google]greg@krypto.org
Reviews via the private PSRT repo via many others (see the NEWS entry in the PR).

I wrote upa one pager for the release managers.

@gpsheadgpshead marked this pull request as ready for reviewSeptember 2, 2022 05:57
@tirantiran added the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelSep 2, 2022
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@tiran for commit4d1f053 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelSep 2, 2022
@gpsheadgpshead merged commit8f0fa4b intopython:3.10Sep 2, 2022
@gpshead
Copy link
MemberAuthor

bugfix incoming#96537

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@terryjreedyterryjreedyAwaiting requested review from terryjreedyterryjreedy is a code owner

@rhettingerrhettingerAwaiting requested review from rhettingerrhettinger is a code owner

@pablogsalpablogsalAwaiting requested review from pablogsalpablogsal is a code owner

@lysnikolaoulysnikolaouAwaiting requested review from lysnikolaoulysnikolaou is a code owner

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@gpshead@bedevere-bot@tiran@pablogsal

[8]ページ先頭

©2009-2025 Movatter.jp