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-200511-01.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200511-01.xml')
-rw-r--r-- | glsa-200511-01.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/glsa-200511-01.xml b/glsa-200511-01.xml new file mode 100644 index 00000000..54bd5986 --- /dev/null +++ b/glsa-200511-01.xml @@ -0,0 +1,69 @@ +<?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="200511-01"> + <title>libgda: Format string vulnerabilities</title> + <synopsis> + Two format string vulnerabilities in libgda may lead to the execution of + arbitrary code. + </synopsis> + <product type="ebuild">libgda</product> + <announced>November 02, 2005</announced> + <revised>November 02, 2005: 01</revised> + <bug>110467</bug> + <access>remote</access> + <affected> + <package name="gnome-extra/libgda" auto="yes" arch="*"> + <unaffected range="ge">1.2.2-r1</unaffected> + <vulnerable range="lt">1.2.2-r1</vulnerable> + </package> + </affected> + <background> + <p> + libgda is the library handling the data abstraction layer in the + Gnome data access architecture (GNOME-DB). It can also be used by + non-GNOME applications to manage data stored in databases or XML files. + </p> + </background> + <description> + <p> + Steve Kemp discovered two format string vulnerabilities in the + gda_log_error and gda_log_message functions. Some applications may pass + untrusted input to those functions and be vulnerable. + </p> + </description> + <impact type="normal"> + <p> + An attacker could pass malicious input to an application making + use of the vulnerable libgda functions, potentially resulting in the + execution of arbitrary code with the rights of that application. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All libgda users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=gnome-extra/libgda-1.2.2-r1"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2958">CVE-2005-2958</uri> + </references> + <metadata tag="requester" timestamp="Sun, 30 Oct 2005 15:09:20 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Sun, 30 Oct 2005 15:09:33 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Tue, 01 Nov 2005 13:44:10 +0000"> + koon + </metadata> +</glsa> |