diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201405-16.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201405-16.xml')
-rw-r--r-- | glsa-201405-16.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/glsa-201405-16.xml b/glsa-201405-16.xml new file mode 100644 index 00000000..1125aea2 --- /dev/null +++ b/glsa-201405-16.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201405-16"> + <title>Mono: Denial of Service</title> + <synopsis>A hash collision vulnerability in Mono allows remote attackers to + cause a Denial of Service condition. + </synopsis> + <product type="ebuild">mono</product> + <announced>May 18, 2014</announced> + <revised>May 18, 2014: 1</revised> + <bug>433768</bug> + <access>remote</access> + <affected> + <package name="dev-lang/mono" auto="yes" arch="*"> + <unaffected range="ge">2.10.9-r2</unaffected> + <vulnerable range="lt">2.10.9-r2</vulnerable> + </package> + </affected> + <background> + <p>Mono is an open source implementation of Microsoft’s .NET Framework.</p> + </background> + <description> + <p>Mono does not properly randomize hash functions for form posts to + protect against hash collision attacks. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could send specially crafted parameters, possibly + resulting in a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Mono users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-lang/mono-2.10.9-r2" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-3543">CVE-2012-3543</uri> + </references> + <metadata tag="requester" timestamp="Sun, 16 Dec 2012 21:55:51 +0000">craig</metadata> + <metadata tag="submitter" timestamp="Sun, 18 May 2014 11:28:30 +0000">ackle</metadata> +</glsa> |