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-201508-03.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-201508-03.xml')
-rw-r--r-- | metadata/glsa/glsa-201508-03.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201508-03.xml b/metadata/glsa/glsa-201508-03.xml new file mode 100644 index 000000000000..30e3a1b02b54 --- /dev/null +++ b/metadata/glsa/glsa-201508-03.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201508-03"> + <title>Icecast: Denial of Service</title> + <synopsis>A bug in the Icecast code handling source client URL authentication + causes a Denial of Service condition. + </synopsis> + <product type="ebuild">icecast</product> + <announced>August 15, 2015</announced> + <revised>August 15, 2015: 1</revised> + <bug>545968</bug> + <access>remote</access> + <affected> + <package name="net-misc/icecast" auto="yes" arch="*"> + <unaffected range="ge">2.4.2</unaffected> + <vulnerable range="lt">2.4.2</vulnerable> + </package> + </affected> + <background> + <p>Icecast is an open source alternative to shoutcast that supports mp3, + ogg (vorbis/theora) and aac streaming. + </p> + </background> + <description> + <p>When stream_auth handler is defined for URL authentication and a request + is sent without login credentials, a Denial of Service condition can + occur. + </p> + + </description> + <impact type="normal"> + <p>A remote attacker could possibly cause a Denial of Service condition.</p> + </impact> + <workaround> + <p>Users of affected versions can change stream_auth mountpoints to use + password authentication instead. + </p> + </workaround> + <resolution> + <p>All icecast users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/icecast-2.4.2" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-3026">CVE-2015-3026</uri> + </references> + <metadata tag="requester" timestamp="Mon, 11 May 2015 16:10:32 +0000">K_F</metadata> + <metadata tag="submitter" timestamp="Sat, 15 Aug 2015 13:08:56 +0000">mrueg</metadata> +</glsa> |