Comments

  • @[email protected]
    link
    fedilink
    English
    28
    edit-2
    17 days ago

    It has to. The only way that it wouldn’t trip the indicator is if it was built into the operating system itself or somehow had an exploit to get around OS security protections.

    The information is fascinating but by and large should no longer be applicable because the OS has been designed to prevent using the microphone without the users knowledge. An app doesn’t have access to the microphone hardware without going through the OS first. Google could modify the OS to do such a thing, but of course, they have to hide this in the proprietary parts of Android, and the generally open nature of the platform give security researchers quite good access to observe such activity. I’d be surprised such activity would go unnoticed. It seems unlikely.

    I think this type of approach might have worked on older OS versions but I don’t see how it could work today in general.

      • @[email protected]
        link
        fedilink
        English
        7
        edit-2
        16 days ago

        Starting with version 12, the Android operating system introduced a limit of 200Hz to help mitigate such attacks, but as you indicate research shows that some reconstruction may be possible in some scenarios. This is an ongoing area and future mitigations continue to be considered.

        From Kaspersky:

        In 92% of cases, the accelerometer data made it possible to distinguish one voice from another. In 99% of cases, it was possible to correctly determine gender. Actual speech was recognized with an accuracy of 56% — half of the words could not be reconstructed.

        The monitoring application would also need to run in the foreground to access the data on a continuous basis.

        Overall it does look like an interesting theoretical concern.

        • @[email protected]
          link
          fedilink
          English
          116 days ago

          Background app can request “disable battery optimization” aka continuous operation. Users will just click okay

        • Trailblazing Braille Taser
          link
          fedilink
          English
          116 days ago

          Here’s an exotic conspiracy theory: advertisers are performing sensor fusion / superresolution on many colocated gyrophones to exceed the per-device 200Hz cap. Phone clocks are certainly not aligned to the millisecond, so this would enable them to get a higher time resolution.

    • @[email protected]
      link
      fedilink
      English
      516 days ago

      What about Google Play Services? A pre-installed Swiss army knife of a system app with proprietary code and apps relying on it as a dependency seems to check the box.

      • @[email protected]
        link
        fedilink
        English
        1
        edit-2
        16 days ago

        That might be possible. I’m not an expert in the wide ranging permissions that preinstalled system apps can access. It would require Google complicity. We haven’t seen this behavior in various sandbox versions of Google play running on custom ROMs, nor hasn’t been seen in any teardowns, but it cannot be completely ruled out.

        I feel like there are better places to hide such malicious code. For example, down in the hardware abstraction layer, or another proprietary demons that aren’t part of AOSP. At the end of the day, you need to have some trust in the company that develops your OS.