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-200406-19.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-200406-19.xml')
-rw-r--r-- | metadata/glsa/glsa-200406-19.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200406-19.xml b/metadata/glsa/glsa-200406-19.xml new file mode 100644 index 000000000000..56c05acbc011 --- /dev/null +++ b/metadata/glsa/glsa-200406-19.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200406-19"> + <title>giFT-FastTrack: remote denial of service attack</title> + <synopsis> + There is a vulnerability where a carefully crafted signal sent to the + giFT-FastTrack plugin will cause the giFT daemon to crash. + </synopsis> + <product type="ebuild">giFT-FastTrack</product> + <announced>June 24, 2004</announced> + <revised>May 22, 2006: 02</revised> + <bug>54452</bug> + <access>remote</access> + <affected> + <package name="net-p2p/gift-fasttrack" auto="yes" arch="*"> + <unaffected range="ge">0.8.7</unaffected> + <vulnerable range="le">0.8.6</vulnerable> + </package> + </affected> + <background> + <p> + giFT-FastTrack is a plugin for the giFT file-sharing application. It + allows giFT users to connect to the fasttrack network to share files. + </p> + </background> + <description> + <p> + Alan Fitton found a vulnerability in the giFT-FastTrack plugin in + version 0.8.6 and earlier. It can be used to remotely crash the giFT + daemon. + </p> + </description> + <impact type="low"> + <p> + Attackers may use this vulnerability to perform a Denial of Service + attack against the giFT daemon. There is no risk of code execution. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. All users are encouraged to + upgrade to the latest available version. + </p> + </workaround> + <resolution> + <p> + All users should upgrade to the latest available version of + gift-fasttrack: + </p> + <code> + # emerge sync + + # emerge -pv ">=net-p2p/gift-fasttrack-0.8.7" + # emerge ">=net-p2p/gift-fasttrack-0.8.7"</code> + </resolution> + <references> + <uri link="http://gift-fasttrack.berlios.de/">giFT-FastTrack announcement</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0604">CVE-2004-0604</uri> + </references> + <metadata tag="submitter"> + koon + </metadata> +</glsa> |