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-201401-01.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-201401-01.xml')
-rw-r--r-- | metadata/glsa/glsa-201401-01.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201401-01.xml b/metadata/glsa/glsa-201401-01.xml new file mode 100644 index 000000000000..6191c04e0a41 --- /dev/null +++ b/metadata/glsa/glsa-201401-01.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201401-01"> + <title>Libgdiplus: Arbitrary code execution</title> + <synopsis>Multiple integer overflow vulnerabilities in Libgdiplus may allow + remote attackers to execute arbitrary code. + </synopsis> + <product type="ebuild">libgdiplus</product> + <announced>January 05, 2014</announced> + <revised>January 05, 2014: 1</revised> + <bug>334101</bug> + <access>remote</access> + <affected> + <package name="dev-dotnet/libgdiplus" auto="yes" arch="*"> + <unaffected range="ge">2.6.7-r1</unaffected> + <vulnerable range="lt">2.6.7-r1</vulnerable> + </package> + </affected> + <background> + <p>Libgdiplus is the Mono library that provide a GDI+ comptible API on + non-Windows operating systems. + </p> + </background> + <description> + <p>An integer overflow flaw has been discovered in Libgdiplus.</p> + </description> + <impact type="normal"> + <p>A remote attacker could entice a user to open a specially-crafted + TIFF/JPEG/BMP file, potentially resulting in arbitrary code execution. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Libgdiplus users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-dotnet/libgdiplus-2.6.7-r1" + </code> + + <p>Packages which depend on this library may need to be recompiled. Tools + such as revdep-rebuild may assist in identifying some of these packages. + </p> + + <p>NOTE: This is a legacy GLSA. Updates for all affected architectures are + available since September 12, 2010. It is likely that your system is + already no longer affected by this issue. + </p> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1526">CVE-2010-1526</uri> + </references> + <metadata tag="requester" timestamp="Fri, 07 Oct 2011 23:38:09 +0000"> + underling + </metadata> + <metadata tag="submitter" timestamp="Sun, 05 Jan 2014 00:05:05 +0000">Zlogene</metadata> +</glsa> |