diff options
author | 2016-04-14 08:02:22 +0000 | |
---|---|---|
committer | 2016-04-14 08:02:22 +0000 | |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200808-11.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200808-11.xml')
-rw-r--r-- | metadata/glsa/glsa-200808-11.xml | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200808-11.xml b/metadata/glsa/glsa-200808-11.xml new file mode 100644 index 000000000000..05c441f4f5a5 --- /dev/null +++ b/metadata/glsa/glsa-200808-11.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200808-11"> + <title>UUDeview: Insecure temporary file creation</title> + <synopsis> + A vulnerability in UUDeview may allow local attackers to conduct symlink + attacks. + </synopsis> + <product type="ebuild">nzbget uudeview</product> + <announced>August 11, 2008</announced> + <revised>August 11, 2008: 01</revised> + <bug>222275</bug> + <bug>224193</bug> + <access>local</access> + <affected> + <package name="app-text/uudeview" auto="yes" arch="*"> + <unaffected range="ge">0.5.20-r1</unaffected> + <vulnerable range="lt">0.5.20-r1</vulnerable> + </package> + <package name="news-nntp/nzbget" auto="yes" arch="*"> + <unaffected range="ge">0.4.0</unaffected> + <vulnerable range="lt">0.4.0</vulnerable> + </package> + </affected> + <background> + <p> + UUdeview is encoder and decoder supporting various binary formats. + NZBGet is a command-line based binary newsgrabber supporting .nzb + files. + </p> + </background> + <description> + <p> + UUdeview makes insecure usage of the tempnam() function when creating + temporary files. NZBGet includes a copy of the vulnerable code. + </p> + </description> + <impact type="normal"> + <p> + A local attacker could exploit this vulnerability to overwrite + arbitrary files on the system. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All UUDview users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-text/uudeview-0.5.20-r1"</code> + <p> + All NZBget users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=news-nntp/nzbget-0.4.0"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2266">CVE-2008-2266</uri> + </references> + <metadata tag="requester" timestamp="Sun, 06 Jul 2008 18:30:42 +0000"> + p-y + </metadata> + <metadata tag="bugReady" timestamp="Sun, 06 Jul 2008 18:32:00 +0000"> + p-y + </metadata> + <metadata tag="submitter" timestamp="Tue, 22 Jul 2008 11:22:12 +0000"> + p-y + </metadata> +</glsa> |