diff options
author | nectar <nectar@FreeBSD.org> | 2004-10-14 00:06:33 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-10-14 00:06:33 +0800 |
commit | 081763f43cf3ea59cfb5f2726022b63e2bc40296 (patch) | |
tree | 66e297476c0530ce39bc5344f7033ff5c761a225 /security/vuxml | |
parent | 1a7c8981b45415dbe32ba545705fde0c7bac34f9 (diff) | |
download | freebsd-ports-gnome-081763f43cf3ea59cfb5f2726022b63e2bc40296.tar.gz freebsd-ports-gnome-081763f43cf3ea59cfb5f2726022b63e2bc40296.tar.zst freebsd-ports-gnome-081763f43cf3ea59cfb5f2726022b63e2bc40296.zip |
Document libtiff RLE decoder issues.
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b8b8b0cfa4f1..d3fd31bddc09 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,32 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f6680c03-0bd8-11d9-8a8a-000c41e2cdad"> + <topic>tiff --- RLE decoder heap overflows</topic> + <affects> + <package> + <name>tiff</name> + <range><le>3.6.1_1</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Chris Evans discovered several heap buffer overflows in + libtiff's RLE decoder. These overflows could be triggered + by a specially-crafted TIFF image file, resulting in an + application crash and possibly arbitrary code execution.</p> + </body> + </description> + <references> + <cvename>CAN-2004-0803</cvename> + <url>http://scary.beasts.org/security/CESA-2004-006.txt</url> + </references> + <dates> + <discovery>2004-10-13</discovery> + <entry>2004-10-13</entry> + </dates> + </vuln> + <vuln vid="26c9e8c6-1c99-11d9-814e-0001020eed82"> <topic>sharutils -- buffer overflows</topic> <affects> |