|
|
Log in / Subscribe / Register

Billions of devices imperiled by new clickless Bluetooth attack (ars technica)

Billions of devices imperiled by new clickless Bluetooth attack (ars technica)

Posted Sep 14, 2017 20:35 UTC (Thu) by excors (subscriber, #95769)
In reply to: Billions of devices imperiled by new clickless Bluetooth attack (ars technica) by ssmith32
Parent article: Billions of devices imperiled by new clickless Bluetooth attack (ars technica)

Zygote isn't particularly relevant - it's just the process that launches all Java-based apps and services, including system ones and user ones. (It initialises the VM and a bunch of standard classes and other widely-used resources, then every new app is launched by forking Zygote and running the app code in the new child process. That reduces app startup time, and reduces memory usage since read-only data (like the standard classes) is shared by all apps.)

Apparently the vulnerability is in native code that I expect gets compiled into somewhere like /system/lib/hw/bluetooth.default.so (if I'm reading the build scripts correctly), and gets loaded by the Java-based Bluetooth service (via JNI and some more interface layers) which is probably /system/app/Bluetooth.apk. Everything in /system is part of the firmware, and might be arbitrarily customised by the vendor (so even if Google could push security updates through the Play Store, they don't actually have the source code for those libraries (except on Nexus/Pixel devices)), so it can only be fixed in an OTA update.

If your phone is no longer getting OTA updates, throw it away and buy a new one.


to post comments

Billions of devices imperiled by new clickless Bluetooth attack (ars technica)

Posted Sep 15, 2017 2:18 UTC (Fri) by ssmith32 (subscriber, #72404) [Link] (2 responses)

Thanks for the explanation!

My phone is getting OTA updates, I just meant that it hasn't got the update for this vuln.

I have a vanilla Nexus 5X, looks like the last updates for those were on Aug 5th, 2017.
At least on T-Mobile...

Billions of devices imperiled by new clickless Bluetooth attack (ars technica)

Posted Sep 15, 2017 20:59 UTC (Fri) by ssmith32 (subscriber, #72404) [Link]

So I signed up for the Android developer preview / beta program, and grabbed the OTA for Oreo - Armis app still reports that I'm vulnerable.

So prolly just have to wait for the official build that bundles all the new fixes in...

Billions of devices imperiled by new clickless Bluetooth attack (ars technica)

Posted Sep 15, 2017 22:37 UTC (Fri) by bronson (subscriber, #4806) [Link]

Be very careful to back up your 5X... Last week mine bootlooped without warning. It's a known deficiency in a few LG phones: one day it just won't finish booting.

Luckily I only lost a neat video of my kid from the day before.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds