diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-13 16:23:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-13 16:23:57 +0800 |
commit | a932643b4be28e45134b3d7f9053a2fe4122ab99 (patch) | |
tree | 8a8bba23cc228d601c5e0a4270ac3dae3d0acce1 /security/vuxml | |
parent | ad6e29155877862a726be7966c2796afd32e4dc3 (diff) | |
download | freebsd-ports-graphics-a932643b4be28e45134b3d7f9053a2fe4122ab99.tar.gz freebsd-ports-graphics-a932643b4be28e45134b3d7f9053a2fe4122ab99.tar.zst freebsd-ports-graphics-a932643b4be28e45134b3d7f9053a2fe4122ab99.zip |
- Document ghostscript8 -- Buffer Overflow Vulnerability
PR: 133331 (baesed on)
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index e1b09ebdd37..1cf94ce28a5 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,40 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f0f97b94-3f95-11de-a3fd-0030843d3802"> + <topic>ghostscript -- buffer overflow vulnerability</topic> + <affects> + <package> + <name>ghostscript8</name> + <name>ghostscript8-nox11</name> + <range><lt>8.64</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>SecurityFocus reports:</p> + <blockquote cite="http://www.securityfocus.com/bid/34340/discuss"> + <p>Ghostscript is prone to a remote buffer-overflow vulnerability + because it fails to properly bounds-check user-supplied input before + copying it into a finite-sized buffer.</p> + <p>Exploiting this issue allows remote attackers to overwrite a + sensitive memory buffer with arbitrary data, potentially allowing them + to execute malicious machine code in the context of the affected + application. This vulnerability may facilitate the compromise of + affected computers.</p> + </blockquote> + </body> + </description> + <references> + <bid>34340</bid> + <cvename>CVE-2008-6679</cvename> + </references> + <dates> + <discovery>2009-02-03</discovery> + <entry>2009-05-13</entry> + </dates> + </vuln> + <vuln vid="4b172278-3f46-11de-becb-001cc0377035"> <topic>pango -- integer overflow</topic> <affects> |