An update for SDL2 is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3 and openEuler-22.03-LTS
Security Advisory
openeuler-security@openeuler.org
openEuler security committee
openEuler-SA-2022-1645
Final
1.0
1.0
2022-05-11
Initial
2022-05-11
2022-05-11
openEuler SA Tool V1.0
2022-05-11
SDL2 security update
An update for SDL2 is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3 and openEuler-22.03-LTS.
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed to provide fast access to the graphics frame buffer and audio device.
Security Fix(es):
SDL (Simple DirectMedia Layer) through 2.0.12 has an Integer Overflow (and resultant SDL_memcpy heap corruption) in SDL_BlitCopy in video/SDL_blit_copy.c via a crafted .BMP file.(CVE-2020-14409)
SDL (Simple DirectMedia Layer) through 2.0.12 has a heap-based buffer over-read in Blit_3or4_to_3or4__inversed_rgb in video/SDL_blit_N.c via a crafted .BMP file.(CVE-2020-14410)
An update for SDL2 is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3 and openEuler-22.03-LTS.
openEuler Security has rated this update as having a security impact of high. A Common Vunlnerability Scoring System(CVSS)base score,which gives a detailed severity rating, is available for each vulnerability from the CVElink(s) in the References section.
High
SDL2
https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2022-1645
https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2020-14409
https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2020-14410
https://nvd.nist.gov/vuln/detail/CVE-2020-14409
https://nvd.nist.gov/vuln/detail/CVE-2020-14410
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP3
openEuler-22.03-LTS
SDL2-2.0.12-1.oe1.src.rpm
SDL2-2.0.12-1.oe1.src.rpm
SDL2-2.0.12-4.oe2203.src.rpm
SDL2-2.0.12-1.oe1.aarch64.rpm
SDL2-debuginfo-2.0.12-1.oe1.aarch64.rpm
SDL2-debugsource-2.0.12-1.oe1.aarch64.rpm
SDL2-devel-2.0.12-1.oe1.aarch64.rpm
SDL2-2.0.12-1.oe1.aarch64.rpm
SDL2-debuginfo-2.0.12-1.oe1.aarch64.rpm
SDL2-debugsource-2.0.12-1.oe1.aarch64.rpm
SDL2-devel-2.0.12-1.oe1.aarch64.rpm
SDL2-2.0.12-4.oe2203.aarch64.rpm
SDL2-debuginfo-2.0.12-4.oe2203.aarch64.rpm
SDL2-debugsource-2.0.12-4.oe2203.aarch64.rpm
SDL2-devel-2.0.12-4.oe2203.aarch64.rpm
SDL2-static-2.0.12-4.oe2203.aarch64.rpm
SDL2-2.0.12-1.oe1.x86_64.rpm
SDL2-debuginfo-2.0.12-1.oe1.x86_64.rpm
SDL2-debugsource-2.0.12-1.oe1.x86_64.rpm
SDL2-devel-2.0.12-1.oe1.x86_64.rpm
SDL2-2.0.12-1.oe1.x86_64.rpm
SDL2-debuginfo-2.0.12-1.oe1.x86_64.rpm
SDL2-debugsource-2.0.12-1.oe1.x86_64.rpm
SDL2-devel-2.0.12-1.oe1.x86_64.rpm
SDL2-2.0.12-4.oe2203.x86_64.rpm
SDL2-debuginfo-2.0.12-4.oe2203.x86_64.rpm
SDL2-debugsource-2.0.12-4.oe2203.x86_64.rpm
SDL2-devel-2.0.12-4.oe2203.x86_64.rpm
SDL2-static-2.0.12-4.oe2203.x86_64.rpm
Waitress is a Web Server Gateway Interface server for Python 2 and 3. When using Waitress versions 2.1.0 and prior behind a proxy that does not properly validate the incoming HTTP request matches the RFC7230 standard, Waitress and the frontend proxy may disagree on where one request starts and where it ends. This would allow requests to be smuggled via the front-end proxy to waitress and later behavior. There are two classes of vulnerability that may lead to request smuggling that are addressed by this advisory: The use of Python's `int()` to parse strings into integers, leading to `+10` to be parsed as `10`, or `0x01` to be parsed as `1`, where as the standard specifies that the string should contain only digits or hex digits; and Waitress does not support chunk extensions, however it was discarding them without validating that they did not contain illegal characters. This vulnerability has been patched in Waitress 2.1.1. A workaround is available. When deploying a proxy in front of waitress, turning on any and all functionality to make sure that the request matches the RFC7230 standard. Certain proxy servers may not have this functionality though and users are encouraged to upgrade to the latest version of waitress instead.
2022-05-11
CVE-2020-14409
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP3
openEuler-22.03-LTS
High
7.8
AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
SDL2 security update
2022-05-11
https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2022-1645
Waitress is a Web Server Gateway Interface server for Python 2 and 3. When using Waitress versions 2.1.0 and prior behind a proxy that does not properly validate the incoming HTTP request matches the RFC7230 standard, Waitress and the frontend proxy may disagree on where one request starts and where it ends. This would allow requests to be smuggled via the front-end proxy to waitress and later behavior. There are two classes of vulnerability that may lead to request smuggling that are addressed by this advisory: The use of Python's `int()` to parse strings into integers, leading to `+10` to be parsed as `10`, or `0x01` to be parsed as `1`, where as the standard specifies that the string should contain only digits or hex digits; and Waitress does not support chunk extensions, however it was discarding them without validating that they did not contain illegal characters. This vulnerability has been patched in Waitress 2.1.1. A workaround is available. When deploying a proxy in front of waitress, turning on any and all functionality to make sure that the request matches the RFC7230 standard. Certain proxy servers may not have this functionality though and users are encouraged to upgrade to the latest version of waitress instead.
2022-05-11
CVE-2020-14410
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP3
openEuler-22.03-LTS
Medium
5.4
AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L
SDL2 security update
2022-05-11
https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2022-1645