An issue was discovered in Pillow before 8.2.0. For EPS data, the readline implementation used in EPSImageFile has to deal with any combination of \r and \n as line endings. It used an accidentally quadratic method of accumulating lines while looking for a line ending. A malicious EPS file could use this to perform a DoS of Pillow in the open phase, before an image was accepted for opening.
Link | Tags |
---|---|
https://pillow.readthedocs.io/en/stable/releasenotes/8.2.0.html#cve-2021-28677-fix-eps-dos-on-open | third party advisory |
https://github.com/python-pillow/Pillow/pull/5377 | third party advisory patch |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MQHA5HAIBOYI3R6HDWCLAGFTIQP767FL/ | vendor advisory |
https://security.gentoo.org/glsa/202107-33 | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2021/07/msg00018.html | third party advisory mailing list |