summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-200410-18.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /metadata/glsa/glsa-200410-18.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-200410-18.xml')
-rw-r--r--metadata/glsa/glsa-200410-18.xml78
1 files changed, 78 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200410-18.xml b/metadata/glsa/glsa-200410-18.xml
new file mode 100644
index 000000000000..aa02a924c1a2
--- /dev/null
+++ b/metadata/glsa/glsa-200410-18.xml
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="200410-18">
+ <title>Ghostscript: Insecure temporary file use in multiple scripts</title>
+ <synopsis>
+ Multiple scripts in the Ghostscript package are vulnerable to symlink
+ attacks, potentially allowing a local user to overwrite arbitrary files
+ with the rights of the user running the script.
+ </synopsis>
+ <product type="ebuild">Ghostscript</product>
+ <announced>2004-10-20</announced>
+ <revised>2007-12-30: 02</revised>
+ <bug>66357</bug>
+ <access>local</access>
+ <affected>
+ <package name="app-text/ghostscript-esp" auto="yes" arch="*">
+ <unaffected range="ge">7.07.1-r7</unaffected>
+ <unaffected range="rge">7.05.6-r2</unaffected>
+ <vulnerable range="lt">7.07.1-r7</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>
+ Ghostscript is a software package providing an interpreter for the
+ PostScript language and the PDF file format. It also provides output
+ drivers for various file formats and printers.
+ </p>
+ </background>
+ <description>
+ <p>
+ The pj-gs.sh, ps2epsi, pv.sh and sysvlp.sh scripts create temporary files
+ in world-writeable directories with predictable names.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>
+ A local attacker could create symbolic links in the temporary files
+ directory, pointing to a valid file somewhere on the filesystem. When an
+ affected script is called, this would result in the file to be overwritten
+ with the rights of the user running the script, which could be the root
+ user.
+ </p>
+ </impact>
+ <workaround>
+ <p>
+ There is no known workaround at this time.
+ </p>
+ </workaround>
+ <resolution>
+ <p>
+ Ghostscript users on all architectures except PPC should upgrade to the
+ latest version:
+ </p>
+ <code>
+ # emerge sync
+
+ # emerge -pv "&gt;=app-text/ghostscript-esp-7.07.1-r7"
+ # emerge "&gt;=app-text/ghostscript-esp-7.07.1-r7"</code>
+ <p>
+ Ghostscript users on the PPC architecture should upgrade to the latest
+ stable version on their architecture:
+ </p>
+ <code>
+ # emerge sync
+
+ # emerge -pv "&gt;=app-text/ghostscript-esp-7.05.6-r2"
+ # emerge "&gt;=app-text/ghostscript-esp-7.05.6-r2"</code>
+ </resolution>
+ <references>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967">CAN-2004-0967</uri>
+ </references>
+ <metadata tag="submitter" timestamp="2004-10-19T12:27:11Z">
+ koon
+ </metadata>
+ <metadata tag="bugReady" timestamp="2004-10-19T12:27:18Z">
+ koon
+ </metadata>
+</glsa>