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-200803-24.xml
downloadgentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz
gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2
gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip
Import existing advisories
Diffstat (limited to 'glsa-200803-24.xml')
-rw-r--r--glsa-200803-24.xml81
1 files changed, 81 insertions, 0 deletions
diff --git a/glsa-200803-24.xml b/glsa-200803-24.xml
new file mode 100644
index 000000000000..293c44146af5
--- /dev/null
+++ b/glsa-200803-24.xml
@@ -0,0 +1,81 @@
+<?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="200803-24">
+ <title>PCRE: Buffer overflow</title>
+ <synopsis>
+ A buffer overflow vulnerability has been discovered in PCRE, allowing for
+ the execution of arbitrary code and Denial of Service.
+ </synopsis>
+ <product type="ebuild">libpcre glib</product>
+ <announced>March 17, 2008</announced>
+ <revised>March 17, 2008: 02</revised>
+ <bug>209067</bug>
+ <bug>209293</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-libs/libpcre" auto="yes" arch="*">
+ <unaffected range="ge">7.6-r1</unaffected>
+ <vulnerable range="lt">7.6-r1</vulnerable>
+ </package>
+ <package name="dev-libs/glib" auto="yes" arch="*">
+ <unaffected range="ge">2.14.6</unaffected>
+ <unaffected range="lt">2.14.0</unaffected>
+ <vulnerable range="lt">2.14.6</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>
+ PCRE is a Perl-compatible regular expression library. GLib includes a
+ copy of PCRE.
+ </p>
+ </background>
+ <description>
+ <p>
+ PCRE contains a buffer overflow vulnerability when processing a
+ character class containing a very large number of characters with
+ codepoints greater than 255.
+ </p>
+ </description>
+ <impact type="high">
+ <p>
+ A remote attacker could exploit this vulnerability by sending a
+ specially crafted regular expression to an application making use of
+ the PCRE library, which could possibly lead to the execution of
+ arbitrary code or a Denial of Service.
+ </p>
+ </impact>
+ <workaround>
+ <p>
+ There is no known workaround at this time.
+ </p>
+ </workaround>
+ <resolution>
+ <p>
+ All PCRE users should upgrade to the latest version:
+ </p>
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose &quot;&gt;=dev-libs/libpcre-7.6-r1&quot;</code>
+ <p>
+ All GLib users should upgrade to the latest version:
+ </p>
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose &quot;&gt;=dev-libs/glib-2.14.6&quot;</code>
+ </resolution>
+ <references>
+ <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0674">CVE-2008-0674</uri>
+ </references>
+ <metadata tag="requester" timestamp="Tue, 26 Feb 2008 20:45:26 +0000">
+ jaervosz
+ </metadata>
+ <metadata tag="bugReady" timestamp="Sat, 01 Mar 2008 06:12:22 +0000">
+ jaervosz
+ </metadata>
+ <metadata tag="submitter" timestamp="Wed, 05 Mar 2008 14:06:55 +0000">
+ keytoaster
+ </metadata>
+</glsa>