<feed xmlns="http://www.w3.org/2005/Atom" xmlns:cc="http://web.resource.org/cc/">
	<title>List of Bluetooth [text.Baldanders.info]</title>
	<link rel="alternate" type="text/html" href="https://text.baldanders.info/tags/bluetooth/" />
	<link rel="self" type="application/atom+xml" href="https://text.baldanders.info/tags/bluetooth/index.xml" />
	<id>tag:text.Baldanders.info,2017-09-14:/tags</id>
	<updated>2017-09-14T20:09:19+09:00</updated>
	<subtitle>帰ってきた「しっぽのさきっちょ」</subtitle>
	<icon>https://text.baldanders.info/images/avatar.jpg</icon>
	<logo>https://text.baldanders.info/images/avatar.jpg</logo>

	<entry>
		<title>Bluetooth 実装の脆弱性に関する覚え書き</title>
		<link rel="alternate" type="text/html" href="https://text.baldanders.info/remark/2017/09/vulnerability-in-bluetooth-implementation/" />
		<id>tag:text.Baldanders.info,2017-09-14:/remark/2017/09/vulnerability-in-bluetooth-implementation/</id>
		<published>2017-09-14T11:09:19+00:00</published>
		<updated>2026-05-17T05:32:22+00:00</updated>
		<summary>各 Bluetooth 実装に対して複数の脆弱性が存在する。特に古い Android 機器はベンダからのサポートを受けられない可能性が高いため Bluetooth を無効にすることを強く推奨する。</summary>
		<author>
			<name>Spiegel</name>
			<uri>https://baldanders.info/profile/</uri>
		</author>
		
	<link rel="cc:license" type="application/rdf+xml" href="https://creativecommons.org/licenses/by-sa/4.0/rdf" />


		<content type="html" xml:lang="ja-jp" xml:base="https://text.baldanders.info/">&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.armis.com/blueborne/&#34; target=&#34;_blank&#34;&gt;BlueBorne Information from the Research Team - Armis Labs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.kb.cert.org/vuls/id/240311&#34; target=&#34;_blank&#34;&gt;Vulnerability Note VU#240311 - Multiple Bluetooth implementation vulnerabilities affect many devices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.jpcert.or.jp/at/2017/at170037.html&#34; target=&#34;_blank&#34;&gt;Bluetooth の実装における脆弱性 &amp;ldquo;BlueBorne&amp;rdquo; に関する注意喚起&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://jvn.jp/vu/JVNVU95513538/&#34; target=&#34;_blank&#34;&gt;JVNVU#95513538: 様々な Bluetooth 実装に複数の脆弱性&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.ipa.go.jp/security/ciadr/vul/20170914_blueborne.html&#34; target=&#34;_blank&#34;&gt;Bluetooth の実装における複数の脆弱性について：IPA 独立行政法人 情報処理推進機構&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.st.ryukoku.ac.jp/~kjm/security/memo/2017/09.html#20170913_bluetooth&#34; target=&#34;_blank&#34;&gt;セキュリティホール memo の情報&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;脆弱性の内容&lt;/h2&gt;
&lt;figure style=&#39;margin:0 auto;text-align:center;&#39;&gt;
&lt;blockquote class=&#34;nobox&#34; cite=&#34;https://www.youtube.com/watch?v=LLNtZKpL0P8&#34;&gt;&lt;div style=&#34;position: relative; margin: 0 2rem; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;&#34;&gt;
&lt;iframe class=&#34;youtube-player&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%;&#34; allowfullscreen frameborder=&#34;0&#34; src=&#34;https://www.youtube-nocookie.com/embed/LLNtZKpL0P8&#34; allowfullscreen&gt;&lt;/iframe&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;figcaption&gt;&lt;div&gt;&lt;q&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=LLNtZKpL0P8&#34;&gt;Armis - BlueBorne Explained - YouTube&lt;/a&gt;&lt;/q&gt;より&lt;/div&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;各 Bluetooth 実装に対して複数の脆弱性が存在する（「&lt;a href=&#34;https://jvn.jp/vu/JVNVU95513538/&#34; target=&#34;_blank&#34;&gt;JVNVU#95513538&lt;/a&gt;」より抜粋）。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;バッファオーバーフロー（CVE-2017-1000251）： Linux カーネルの BlueZ モジュールに含まれる L2CAP の実装に脆弱性がある&lt;/li&gt;
&lt;li&gt;領域外メモリ参照（CVE-2017-1000250）： Linux 向けの BlueZ モジュールには、SDP（Service Discovery Protocol） の実装に脆弱性がある&lt;/li&gt;
&lt;li&gt;領域外読み込み（CVE-2017-0785）： Android の Bluetooth ソフトウェア・スタックにおいて SDP の実装に脆弱性がある&lt;/li&gt;
&lt;li&gt;ヒープベースのバッファオーバーフロー（CVE-2017-0781）： Android における BNEP (Bluetooth Network Encapsulation Protocol) の実装では、誤ったバッファサイズが memcpy 関数に渡される&lt;/li&gt;
&lt;li&gt;整数アンダーフロー（CVE-2017-0782）： Android における BNEP の実装では、&lt;code&gt;bnep_process_control_packet&lt;/code&gt; 関数において減算処理前のサイズチェックが適切に行われない脆弱性がある&lt;/li&gt;
&lt;li&gt;ヒープベースのバッファオーバーフロー（CVE-2017-14315）： Apple の Bluetooth Low-Energy Audio Protocol (LEAP) 実装では、受信したデータの CID を適切に検証しない問題がある&lt;/li&gt;
&lt;li&gt;中間者攻撃（CVE-2017-0783, CVE-2017-8628）： Android および Windows における Bluetooth の PAN プロファイル実装には、認証回避の脆弱性がある&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;これは酷いな（笑）&lt;/p&gt;
&lt;p&gt;今回の脆弱性が厄介なのは攻撃者の機器とペアリングしていない状態でも機器が乗っ取られる可能性があるということだ。&lt;/p&gt;
&lt;figure style=&#39;margin:0 auto;text-align:center;&#39;&gt;
&lt;blockquote class=&#34;nobox&#34; cite=&#34;https://www.youtube.com/watch?v=Az-l90RCns8&#34;&gt;&lt;div style=&#34;position: relative; margin: 0 2rem; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;&#34;&gt;
&lt;iframe class=&#34;youtube-player&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%;&#34; allowfullscreen frameborder=&#34;0&#34; src=&#34;https://www.youtube-nocookie.com/embed/Az-l90RCns8&#34; allowfullscreen&gt;&lt;/iframe&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;figcaption&gt;&lt;div&gt;&lt;q&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=Az-l90RCns8&#34;&gt;Blueborne - Android Take Over Demo - YouTube&lt;/a&gt;&lt;/q&gt;より&lt;/div&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2&gt;影響度（CVSS）&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.kb.cert.org/vuls/id/240311&#34; target=&#34;_blank&#34;&gt;Vulnerability Note VU#240311 - Multiple Bluetooth implementation vulnerabilities affect many devices&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;CVSSv2 基本評価値 7.9 (&lt;code&gt;AV:A/AC:M/Au:N/C:C/I:C/A:C&lt;/code&gt;)&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th style=&#34;text-align: right&#34;&gt;基本評価基準&lt;/th&gt;
					&lt;th style=&#34;text-align: left&#34;&gt;評価値&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td style=&#34;text-align: right&#34;&gt;攻撃元区分（AV）&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;隣接ネットワーク（A）&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td style=&#34;text-align: right&#34;&gt;攻撃条件の複雑さ（AC）&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;中（M）&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td style=&#34;text-align: right&#34;&gt;攻撃前の認証要否（Au）&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;不要（N）&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td style=&#34;text-align: right&#34;&gt;情報漏えいの可能性（機密性への影響, C）&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;全面的（C）&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td style=&#34;text-align: right&#34;&gt;情報改ざんの可能性（完全性への影響, I）&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;全面的（C）&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td style=&#34;text-align: right&#34;&gt;業務停止の可能性（可用性への影響, A）&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;全面的（C）&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;CVSS については&lt;a href=&#34;https://text.baldanders.info/remark/2015/cvss-v3-metrics-in-jvn/&#34; target=&#34;_blank&#34;&gt;解説ページ&lt;/a&gt;を参照のこと。&lt;/p&gt;
&lt;h2&gt;影響を受ける製品&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Android : セキュリティパッチ レベル 2017年9月を適用していない Android&lt;/li&gt;
&lt;li&gt;Windows : 2017年9月マイクロソフトセキュリティ更新プログラムを適用していない Windows Vista 以降の Windows&lt;/li&gt;
&lt;li&gt;Linux : Kernel 3.3-rc1 以降のバージョン， BlueZ すべてのバージョン&lt;/li&gt;
&lt;li&gt;iOS, tvOS : iOS 9.3.5 およびそれ以前、AppleTV tvOS 7.2.2 およびそれ以前&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;ただし，上記以外の機器でも脆弱性が存在する可能性がある。
&lt;a href=&#34;https://www.kb.cert.org/vuls/id/240311&#34; target=&#34;_blank&#34; title=&#34;Vulnerability Note VU#240311 - Multiple Bluetooth implementation vulnerabilities affect many devices&#34;&gt;Vulnerability Note Database の情報&lt;/a&gt;に常に留意すること。&lt;/p&gt;
&lt;p&gt;スマートホーム全滅かな（笑）&lt;/p&gt;
&lt;h2&gt;対策・回避策&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Android : セキュリティパッチ レベル 2017年9月を適用すること
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://source.android.com/security/bulletin/2017-09-01&#34; target=&#34;_blank&#34;&gt;Android Security Bulletin—September 2017  |  Android Open Source Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://play.google.com/store/apps/details?id=com.armis.blueborne_detector&#34; target=&#34;_blank&#34;&gt;BlueBorne Vulnerability Scanner by Armis - Google Play&lt;/a&gt; : 検証用の Android アプリ&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Windows : &lt;a href=&#34;https://blogs.technet.microsoft.com/jpsecurity/2017/09/13/201709-security-bulletin/&#34; target=&#34;_blank&#34;&gt;2017年9月マイクロソフトセキュリティ更新プログラム&lt;/a&gt;を適用すること
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://portal.msrc.microsoft.com/ja-JP/security-guidance/advisory/CVE-2017-8628&#34; target=&#34;_blank&#34;&gt;CVE-2017-8628 | Microsoft Bluetooth ドライバーのなりすましの脆弱性&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Linux : 各ディストリビュータの情報に従い最新ソフトウェアを適用すること
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://access.redhat.com/security/vulnerabilities/blueborne&#34; target=&#34;_blank&#34;&gt;Blueborne - Linux Kernel Remote Denial of Service in Bluetooth subsystem - CVE-2017-1000251 - Red Hat Customer Portal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/BlueBorne&#34; target=&#34;_blank&#34;&gt;SecurityTeam/KnowledgeBase/BlueBorne - Ubuntu Wiki&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://oss.sios.com/security/kernel-security-vulnerability-20170912&#34; target=&#34;_blank&#34;&gt;Linux Kernelの脆弱性(Blueborne: CVE-2017-1000251) — | サイオスOSS | サイオステクノロジー&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;iOS, tvOS : iOS 10.x, tvOS 10.x で修正済み&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;修正版を受けられない場合は Bluetooth を無効にすることで回避できる。
特に古い Android 機器はベンダからのサポートを受けられない可能性が高いため Bluetooth を無効にすることを強く推奨する。&lt;/p&gt;
&lt;h2&gt;ブックマーク&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://techcrunch.com/2017/09/12/new-bluetooth-vulnerability-can-hack-a-phone-in-ten-seconds/&#34; target=&#34;_blank&#34;&gt;新たに発見されたBluetoothの脆弱性はスマートフォンを10秒で乗っ取られる | TechCrunch Japan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://forest.watch.impress.co.jp/docs/news/1080685.html&#34; target=&#34;_blank&#34;&gt;数十億を超えるBluetooth機器に影響、ペアリングなしで乗っ取られる脆弱性“BlueBorne”が明らかに - 窓の杜&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.itmedia.co.jp/enterprise/articles/1709/14/news048.html&#34; target=&#34;_blank&#34;&gt;Bluetooth実装の脆弱性「BlueBorne」、82億台に影響　無線経由で攻撃の恐れ - ITmedia エンタープライズ&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://japan.zdnet.com/article/35107191/&#34; target=&#34;_blank&#34;&gt;多数のBluetooth接続機器に影響する脆弱性&amp;ndash;セキュリティ企業が警告 - ZDNet Japan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://monoist.atmarkit.co.jp/mn/articles/1709/15/news081.html&#34; target=&#34;_blank&#34;&gt;Bluetoothの脆弱性「BlueBorne」はIoT機器を狙う!? - MONOist（モノイスト）&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://sho.tdiary.net/20170914.html#p01&#34; target=&#34;_blank&#34;&gt;BlueBorne脆弱性スキャナをためしてみる - ただのにっき(2017-09-14)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://wired.jp/2017/10/02/turn-off-bluetooth-security/&#34; target=&#34;_blank&#34;&gt;使っていないBluetoothを「必ずオフ」にしておくべき理由｜WIRED.jp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://japan.zdnet.com/article/35110583/&#34; target=&#34;_blank&#34;&gt;Bluetoothの脆弱性「BlueBorne」、Google HomeやAmazon Echoにも影響&amp;ndash;修正済み - ZDNet Japan&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content>
	</entry>
</feed>
