Skip to content

Commit b6c7414

Browse files
committed
briefly document security fixes in 2023 news
further information to be published in security advisories, published out of tree on Github
1 parent 7ebe442 commit b6c7414

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/source/2023-news.rst

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
Changelog - 2023
33
================
44

5+
22.0.0 - TBDTBDTBD
6+
==================
7+
8+
- fix numerous security vulnerabilites in HTTP parser (closing some request smuggling vectors)
9+
- parsing additional requests is no longer attempted past unsupported request framing
10+
- on HTTP versions < 1.1 support for chunked transfer is refused (only used in exploits)
11+
- requests conflicting configured or passed SCRIPT_NAME now produce a verbose error
12+
- Trailer fields are no longer inspected for headers indicating secure scheme
13+
14+
** Breaking changes **
15+
16+
- the limitations on valid characters in the HTTP method have been bounded to Internet Standards
17+
- requests specifying unsupported transfer coding (order) are refused by default (rare)
18+
- HTTP methods are no longer casefolded by default (IANA method registry contains none affacted)
19+
- HTTP methods containing the number sign (#) are no longer accepted by default (rare)
20+
- HTTP versions < 1.0 or >= 2.0 are no longer accepted by default (rare, only HTTP/1.1 is supported)
21+
- HTTP versions consisting of multiple digits or containing a prefix/suffix are no longer accepted
22+
- HTTP header field names Gunicorn cannot safely map to variables are silently dropped, as in other software
23+
- HTTP headers with empty field name are refused by default (no legitimate use cases, used in exploits)
24+
- requests with both Transfer-Encoding and Content-Length are refused by default (such a message might indicate an attempt to perform request smuggling)
25+
- empty transfer codings are no longer permitted (reportedly seen with really old & broken proxies)
26+
527
21.2.0 - 2023-07-19
628
===================
729

0 commit comments

Comments
 (0)