diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-12 16:37:22 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-12 18:09:17 +0800 |
commit | b1fa93c1a77c2d06b6c80cd4dc4ec6105e2f06d8 (patch) | |
tree | 76e5fe8a4290b0c0b38338bfa8bbb07617cb911b /security/vuxml | |
parent | 7456fc87a336e446fc87480ecdf408644d363219 (diff) | |
download | freebsd-ports-gnome-b1fa93c1a77c2d06b6c80cd4dc4ec6105e2f06d8.tar.gz freebsd-ports-gnome-b1fa93c1a77c2d06b6c80cd4dc4ec6105e2f06d8.tar.zst freebsd-ports-gnome-b1fa93c1a77c2d06b6c80cd4dc4ec6105e2f06d8.zip |
security/vuxml: add vunerabilities fixed in 8.2.0
PR: 255361
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index ed42fff4982c..85df1126f2c9 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -76,6 +76,49 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f947aa26-b2f9-11eb-a5f7-a0f3c100ae18"> + <topic>Pillow -- multiple vulnerabilitie</topic> + <affects> + <package> + <name>py38-pillow</name> + <range><lt>8.2.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>python-pillow reports:</p> + <blockquote cite="https://github.com/python-pillow/Pillow/pull/5377/commits/8ec027867f19633d9adfc5c8b7504d9b609fc5f1"> + <p>This release fixes several vulnerabilities found with `OSS-Fuzz`.</p> + <ul> + <li>`CVE-2021-25288`: Fix OOB read in Jpeg2KDecode. + This dates to Pillow 2.4.0.</li> + <li>`CVE-2021-28675`: Fix DOS in PsdImagePlugin. + This dates to the PIL fork.</li> + <li>`CVE-2021-28676`: Fix FLI DOS. + This dates to the PIL fork.</li> + <li>`CVE-2021-28677`: Fix EPS DOS on _open. + This dates to the PIL fork.</li> + <li>`CVE-2021-28678`: Fix BLP DOS. + This dates to Pillow 5.1.0.</li> + <li>Fix memory DOS in ImageFont. + This dates to the PIL fork.</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2021-25288</cvename> + <cvename>CVE-2021-28675</cvename> + <cvename>CVE-2021-28676</cvename> + <cvename>CVE-2021-28677</cvename> + <cvename>CVE-2021-28678</cvename> + </references> + <dates> + <discovery>2021-04-01</discovery> + <entry>2021-05-12</entry> + </dates> + </vuln> + <vuln vid="3cac007f-b27e-11eb-97a0-e09467587c17"> <topic>chromium -- multiple vulnerabilities</topic> <affects> |