[issue44218] Possible Stack Based Buffer Overflow at Programs/_freeze_importlib.c

2021-05-23 Thread Mohammed Dief
New submission from Mohammed Dief : When you open Programs/_freeze_importlib.c code, you will get the main function that gets executed when the C binary is running. That proves the first point that that's the function that is gonna be used when this code is getting built or used on

[issue43813] Denial of service on http.server module with large request method.

2021-05-19 Thread Mohammed Dief
Mohammed Dief added the comment: Hey there, sorry for the delay. i just submitted the fix on a PR to python source code. -- ___ Python tracker <https://bugs.python.org/issue43

[issue43813] Denial of service on http.server module with large request method.

2021-05-18 Thread Mohammed Dief
Change by Mohammed Dief : -- keywords: +patch pull_requests: +24840 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26223 ___ Python tracker <https://bugs.python.org/issu

[issue43813] Denial of service on http.server module with large request method.

2021-04-12 Thread Mohammed Dief
New submission from Mohammed Dief : - Hello there, 2 days ago i discovered a DoS on http.server in python that allows me to take any python http.server down using less than 1k requests. i reported it to PSRT but they said i should report it here since http.server isn't for productio