diff options
author | hrs <hrs@FreeBSD.org> | 2005-11-28 01:57:19 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-11-28 01:57:19 +0800 |
commit | e1be35e73881aaacfc908cb2401671facf16de74 (patch) | |
tree | c5da947cff9595ee52cef9b5f8742f26b81ecafd /security | |
parent | fc95bd99d191ea638c178f4d304157b2d302d06d (diff) | |
download | freebsd-ports-gnome-e1be35e73881aaacfc908cb2401671facf16de74.tar.gz freebsd-ports-gnome-e1be35e73881aaacfc908cb2401671facf16de74.tar.zst freebsd-ports-gnome-e1be35e73881aaacfc908cb2401671facf16de74.zip |
Security fix: several shell scripts included in the Ghostscript package
allow local users to overwrite files via a symlink attack on temporary
files.
Security: CAN-2004-0967
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a4046eb11a4e..a100313970cb 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -35,6 +35,46 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="27a70a01-5f6c-11da-8d54-000cf18bbe54"> + <topic>ghostscript -- insecure temporary file creation vulnerability</topic> + <affects> + <package> + <name>ghostscript-gnu</name> + <name>ghostscript-gnu-nox11</name> + <range><lt>7.07_14</lt></range> + </package> + <package> + <name>ghostscript-afpl</name> + <name>ghostscript-afpl-nox11</name> + <range><lt>8.53_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <blockquote cite="http://www.securityfocus.com/bid/11285/discuss"> + <p>Ghostscript is affected by an insecure temporary file + creation vulnerability. This issue is likely due + to a design error that causes the application to fail + to verify the existence of a file before writing to it.</p> + + <p>An attacker may leverage this issue to overwrite + arbitrary files with the privileges of an unsuspecting + user that activates the vulnerable application. + Reportedly this issue is unlikely to facilitate + privilege escalation.</p> + </blockquote> + </body> + </description> + <references> + <bid>11285</bid> + <cvename>CVE-2004-0967</cvename> + </references> + <dates> + <discovery>2004-10-19</discovery> + <entry>2005-11-27</entry> + </dates> + </vuln> + <vuln vid="873a6542-5b8d-11da-b96e-000fb586ba73"> <topic>horde -- Cross site scripting vulnerabilities in MIME viewers.</topic> <affects> |