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-200809-05.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200809-05.xml')
-rw-r--r-- | glsa-200809-05.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/glsa-200809-05.xml b/glsa-200809-05.xml new file mode 100644 index 00000000..a6ae8425 --- /dev/null +++ b/glsa-200809-05.xml @@ -0,0 +1,71 @@ +<?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="200809-05"> + <title>Courier Authentication Library: SQL injection vulnerability</title> + <synopsis> + An SQL injection vulnerability has been discovered in the Courier + Authentication Library. + </synopsis> + <product type="ebuild">courier-authlib</product> + <announced>September 05, 2008</announced> + <revised>September 05, 2008: 01</revised> + <bug>225407</bug> + <access>remote</access> + <affected> + <package name="net-libs/courier-authlib" auto="yes" arch="*"> + <unaffected range="ge">0.60.6</unaffected> + <vulnerable range="lt">0.60.6</vulnerable> + </package> + </affected> + <background> + <p> + The Courier Authentication Library is a generic authentication API that + encapsulates the process of validating account passwords. + </p> + </background> + <description> + <p> + It has been discovered that some input (e.g. the username) passed to + the library are not properly sanitised before being used in SQL + queries. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could provide specially crafted input to the library, + possibly resulting in the remote execution of arbitrary SQL commands. + NOTE: Exploitation of this vulnerability requires that a MySQL database + is used for authentication and that a Non-Latin character set is + selected. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Courier Authentication Library users should upgrade to the latest + version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-libs/courier-authlib-0.60.6"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2667">CVE-2008-2667</uri> + </references> + <metadata tag="requester" timestamp="Mon, 11 Aug 2008 18:54:58 +0000"> + p-y + </metadata> + <metadata tag="bugReady" timestamp="Mon, 11 Aug 2008 18:56:59 +0000"> + p-y + </metadata> + <metadata tag="submitter" timestamp="Thu, 28 Aug 2008 21:07:13 +0000"> + p-y + </metadata> +</glsa> |