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-200903-29.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200903-29.xml')
-rw-r--r-- | glsa-200903-29.xml | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/glsa-200903-29.xml b/glsa-200903-29.xml new file mode 100644 index 00000000..f20a5047 --- /dev/null +++ b/glsa-200903-29.xml @@ -0,0 +1,78 @@ +<?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="200903-29"> + <title>BlueZ: Arbitrary code execution</title> + <synopsis> + Insufficient input validation in BlueZ may lead to arbitrary code execution + or a Denial of Service. + </synopsis> + <product type="ebuild">bluez-utils bluez-libs</product> + <announced>March 16, 2009</announced> + <revised>March 16, 2009: 01</revised> + <bug>230591</bug> + <access>local, remote</access> + <affected> + <package name="net-wireless/bluez-utils" auto="yes" arch="*"> + <unaffected range="ge">3.36</unaffected> + <vulnerable range="lt">3.36</vulnerable> + </package> + <package name="net-wireless/bluez-libs" auto="yes" arch="*"> + <unaffected range="ge">3.36</unaffected> + <vulnerable range="lt">3.36</vulnerable> + </package> + </affected> + <background> + <p> + BlueZ is a set of Bluetooth tools and system daemons for Linux. + </p> + </background> + <description> + <p> + It has been reported that the Bluetooth packet parser does not validate + string length fields in SDP packets. + </p> + </description> + <impact type="normal"> + <p> + A physically proximate attacker using a Bluetooth device with an + already established trust relationship could send specially crafted + requests, possibly leading to arbitrary code execution or a crash. + Exploitation may also be triggered by a local attacker registering a + service record via a UNIX socket or D-Bus interface. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All bluez-utils users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-wireless/bluez-utils-3.36"</code> + <p> + All bluez-libs users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-wireless/bluez-libs-3.36"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2374">CVE-2008-2374</uri> + </references> + <metadata tag="requester" timestamp="Wed, 11 Mar 2009 19:03:24 +0000"> + p-y + </metadata> + <metadata tag="bugReady" timestamp="Wed, 11 Mar 2009 19:04:53 +0000"> + p-y + </metadata> + <metadata tag="submitter" timestamp="Fri, 13 Mar 2009 12:49:09 +0000"> + p-y + </metadata> +</glsa> |