diff --git a/python-waitress.changes b/python-waitress.changes index 69d33c9..3c09994 100644 --- a/python-waitress.changes +++ b/python-waitress.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Mar 17 17:42:42 UTC 2022 - Dirk Müller + +- update to 2.1.1 (bsc#1197255, CVE-2022-24761): + * Waitress now validates that chunked encoding extensions are valid, and don’t + contain invalid characters that are not allowed. They are still skipped/not + processed, but if they contain invalid data we no longer continue in and return + a 400 Bad Request. This stops potential HTTP desync/HTTP request smuggling. + Thanks to Zhang Zeyu for reporting this issue. See + https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36 + * Waitress now validates that the chunk length is only valid hex digits when + parsing chunked encoding, and values such as 0x01 and +01 are no longer + supported. This stops potential HTTP desync/HTTP request smuggling. Thanks + to Zhang Zeyu for reporting this issue. See + https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36 + * Waitress now validates that the Content-Length sent by a remote contains only + digits in accordance with RFC7230 and will return a 400 Bad Request when the + Content-Length header contains invalid data, such as +10 which would + previously get parsed as 10 and accepted. This stops potential HTTP + desync/HTTP request smuggling Thanks to Zhang Zeyu for reporting this issue. + See + https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36 + ------------------------------------------------------------------- Fri Aug 27 12:27:31 UTC 2021 - Stefan Schubert diff --git a/python-waitress.spec b/python-waitress.spec index bb6e0ca..c6a64a8 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,7 +1,7 @@ # -# spec file for package python-waitress +# spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-waitress%{psuffix} -Version: 2.0.0 +Version: 2.1.1 Release: 0 Summary: Waitress WSGI server License: ZPL-2.1 diff --git a/waitress-2.0.0.tar.gz b/waitress-2.0.0.tar.gz deleted file mode 100644 index 9f3f7ff..0000000 --- a/waitress-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69e1f242c7f80273490d3403c3976f3ac3b26e289856936d1f620ed48f321897 -size 175641 diff --git a/waitress-2.1.1.tar.gz b/waitress-2.1.1.tar.gz new file mode 100644 index 0000000..856e7e1 --- /dev/null +++ b/waitress-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e60576cf14a1539da79f7b7ee1e79a71e64f366a0b47db54a15e971f57bb16 +size 178336