Simple steps to take before hitting the streets

  • ReversalHatchery@beehaw.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    Not sure if VPN eliminates all risks with 2G and 3G, maybe it does.

    It doesn’t, but probably even on modern phones it only does if you explicitly set it to only use 4G but nothing below that.

    Mull has no process isolation at all, but support for UBO and Noscript. Bad situation

    If you only visit known reputable websites it’s probably not really a problem, but also, I think there are chromium browsers that have addons. Not sure though if there’s one that besides that also has the security patches.

    These cannot be written without TPM verification or stuff

    I doubt that it couldn’t be written, I believe TPM can only verify its contents and make the phone refuse to boot if it doesn’t agree on the authenticity of the partition contents.
    However it’s also a question which partitions are checked that way: only the system partition? Or more? Probably not all, because they can’t verify e.g. the main user data partition, because it’s ever changing contents were never signed by the manufacturer. There’s a few dozens of partitions usually so this is not trivial to answer.

    the verification will not be done inside the OS, that would be totally flawed.

    Yes, verification is done by one of the bootloaders. At least partly, the OS and maybe other layers must be doing it too, just remember why Magisk had a feature to hide it’s processes and the controlling app itself from select system services and other apps.

    Reading data has nothing to do with that. They likely can, but that doesnt matter.

    Didn’t mean that. I meant writing data that is later being read by other important system software that is vulnerable to specially crafted quirks in that data.

    • Pantherina@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Not sure but GrapheneOS has an “LTE only” mode, stock Android only has preferred Network afaik.

      visiting only known websites is not a scaleable option, a browser needs to be secure. Kiwix is the browser that basically runs desktop Chromium on Android, so it has Addon support. But that is also soon manifest v3 restricted, and likely pretty insecure.

      of course the user data partition is not checked, but every other important one. I have not tested what would happen when it is modified though.

      I dont know what magisk did, but I think that is only about Google Play adding their “safety” scanning to the OS. Nothing regarding boot. But yes, likely there could, can or should be OS components scanning things too.

      Googles stuff is pretty insecure, for example the latest SafetyNetFix simply disabled hardware cryptography, as they still support insecure phones.

      For sure this is very complex and there are always vulnerabilities found in Android and GrapheneOS.