Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update the NEWS entry.
  • Loading branch information
serhiy-storchaka committed Nov 18, 2025
commit 64620ea4a91afb624c8d6907f004f6850067ad38
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Fix OOM vulnerability in :mod:`http.server`, when handling the POST request
in the CGI server on Windows could cause consuming an arbitrary amount of
memory.
Fix a potential denial of service in the :mod:`http.server` module.
When a malicious user is connected to the CGI server on Windows, it could cause
an arbitrary amount of memory to be allocated.
In best case this could lead to a :exc:`MemoryError` or other process crash.
In worst case it could lead to swapping which would dramatically slow down the
whole system and make it less responcible.
Loading