"Protection from zero-days" -- how can you make a claim like this?
CopperheadOS: A hardened open-source operating system based on Android
71–80 of 105 posts
Re: CopperheadOS: A hardened open-source operating system based on Android
#72Earlier quoted context omitted.
I'm not affiliated with Copperhead at all, but I am familiar with the sorts of techniques they are using. Exploit mitigations, such as Address Space Layout Randomization, Control-Flow Integrity, Fine-grained Randomization, etc. provide a layer of hardening to make exploitation of a source code vulnerability harder, or even not possible on the protected device. The bug (zero-day) still exists, it's just not as exploit…
They talk a bit about them in these posts: https://copperhead.co/blog/2015/06/11/android-pax https://copperhead.co/blog/2015/07/27/hardening-bionic https://copperhead.co/blog/2015/05/11/aslr-android-zygote
Re: CopperheadOS: A hardened open-source operating system based on Android
#73I like to see it enable the user to logs and optionally block connections attempt base on IP/dns names with both whitelist and blacklist. And track/logs all of them per Apk.
Re: CopperheadOS: A hardened open-source operating system based on Android
#74"Protection from zero-days" -- how can you make a claim like this?
"Zero-day protection" is marketing-speak for what security engineers call "exploit mitigations." Of course they don't prevent exploits; they mitigate them. Pretty typical that the marketing term is an exaggeration of the more accurate engineering one.
Re: CopperheadOS: A hardened open-source operating system based on Android
#75Re: CopperheadOS: A hardened open-source operating system based on Android
#76What we need is more original codebases in the mobile ecosystem, not endless modifications on top of the same old shaky foundation.
Re: CopperheadOS: A hardened open-source operating system based on Android
#77Couldn't find the Android version it's based on?
Re: CopperheadOS: A hardened open-source operating system based on Android
#78You had me interested until "..based on Android." What we need is more original codebases in the mobile ecosystem, not endless modifications on top of the same old shaky foundation.
I'm not too familiar with security on Android (much more familiar with iOS) – what are the weakest links?
Re: CopperheadOS: A hardened open-source operating system based on Android
#79Earlier quoted context omitted.
ASLR is a band-aid. If you need it, your system is already insecure. It's just that the attacker may need to crash your system a few times before they get in.
All systems need it. All systems are already insecure. All desktops systems already implement it. This has been the situation for years now.
And the systems continue to get hacked through the very holes covered in bandaids. As he said, if you're using a bandaid, you're covering up something inherently broken.