ArchLinux: 202107-26: python-pillow: arbitrary code execution
Summary
Pillow through 8.2.0 allows an attacker to pass controlled parametersdirectly into a convert function to trigger a buffer overflow in Convert.c.
Resolution
Upgrade to 8.3.0-1.
# pacman -Syu "python-pillow>=8.3.0-1"
The problem has been fixed upstream in version 8.3.0.
References
https://pillow.readthedocs.io/en/stable/releasenotes/8.3.0.html#buffer-overflow https://github.com/python-pillow/Pillow/pull/5567 https://github.com/python-pillow/Pillow/commit/518ee3722a99d7f7d890db82a20bd81c1c0327fb https://security.archlinux.org/CVE-2021-34552
Workaround
None.