summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-03-08 22:02:38 +0100
committerAlex Legler <alex@a3li.li>2015-03-08 22:02:38 +0100
commita24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch)
tree910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201202-09.xml
downloadglsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz
glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2
glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip
Import existing advisories
Diffstat (limited to 'glsa-201202-09.xml')
-rw-r--r--glsa-201202-09.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/glsa-201202-09.xml b/glsa-201202-09.xml
new file mode 100644
index 00000000..326de8f1
--- /dev/null
+++ b/glsa-201202-09.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="/xsl/glsa.xsl"?>
+<?xml-stylesheet type="text/xsl" href="/xsl/guide.xsl"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201202-09">
+ <title>libxml2: User-assisted execution of arbitrary code</title>
+ <synopsis>A boundary error in libxml2 could result in execution of arbitrary
+ code or Denial of Service.
+ </synopsis>
+ <product type="ebuild">libxml2</product>
+ <announced>February 29, 2012</announced>
+ <revised>February 29, 2012: 2</revised>
+ <bug>398361</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-libs/libxml2" auto="yes" arch="*">
+ <unaffected range="ge">2.7.8-r4</unaffected>
+ <vulnerable range="lt">2.7.8-r4</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>libxml2 is the XML C parser and toolkit developed for the Gnome project.</p>
+ </background>
+ <description>
+ <p>The "xmlStringLenDecodeEntities()" function in parser.c contains a
+ boundary error which could possibly cause a heap-based buffer overflow.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>A remote attacker could entice a user to open a specially crafted XML
+ file in an application linked against libxml2, possibly resulting in the
+ remote execution of arbitrary code with the permissions of the user
+ running the application, or Denial of Service.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All libxml2 users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=dev-libs/libxml2-2.7.8-r4"
+ </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>
+ </resolution>
+ <references>
+ <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-3919">CVE-2011-3919</uri>
+ </references>
+ <metadata timestamp="Mon, 16 Jan 2012 09:34:21 +0000" tag="requester">ago</metadata>
+ <metadata timestamp="Wed, 29 Feb 2012 20:10:19 +0000" tag="submitter">ackle</metadata>
+</glsa>