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-201401-12.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201401-12.xml')
-rw-r--r-- | glsa-201401-12.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/glsa-201401-12.xml b/glsa-201401-12.xml new file mode 100644 index 000000000000..19308f8620c4 --- /dev/null +++ b/glsa-201401-12.xml @@ -0,0 +1,65 @@ +<?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="201401-12"> + <title>GNUstep Base library: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in GNUstep Base library, + the worst of which allow execution of arbitrary code. + </synopsis> + <product type="ebuild">gnustep-base</product> + <announced>January 20, 2014</announced> + <revised>January 20, 2014: 1</revised> + <bug>325577</bug> + <access>local, remote</access> + <affected> + <package name="gnustep-base/gnustep-base" auto="yes" arch="*"> + <unaffected range="ge">1.20.1</unaffected> + <vulnerable range="lt">1.20.1</vulnerable> + </package> + </affected> + <background> + <p>GNUstep Base library is a free software package implementing the API of + the OpenStep Foundation Kit (tm), including later additions. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in GNUstep Base library. + Please review the CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>A context-dependent attacker could possibly execute arbitrary code. A + local attacker could possibly read arbitrary files. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All GNUstep Base library users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose + ">=gnustep-base/gnustep-base-1.20.1" + </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 August 13, 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-1457">CVE-2010-1457</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1620">CVE-2010-1620</uri> + </references> + <metadata tag="requester" timestamp="Fri, 07 Oct 2011 23:37:30 +0000"> + underling + </metadata> + <metadata tag="submitter" timestamp="Mon, 20 Jan 2014 08:51:59 +0000">Zlogene</metadata> +</glsa> |