Evernote app upgrades are unencrypted over HTTP
httpshaming.tumblr.com
Evernote app upgrades are unencrypted over HTTP
1–8 of 8 posts
Re: Evernote app upgrades are unencrypted over HTTP
#2Re: Evernote app upgrades are unencrypted over HTTP
#3I'm actually a little relieved after clicking through. The post is only talking about app updates, not syncing updates to your notebooks.
But this is still a risk, as the link to the app that does the syncing could be blocked to maintain a vulnerability, downgraded to a vulnerable version, or potentially compromised...
Re: Evernote app upgrades are unencrypted over HTTP
#4Re: Evernote app upgrades are unencrypted over HTTP
#5I'm actually a little relieved after clicking through. The post is only talking about app updates, not syncing updates to your notebooks.
Right you are. Fixed the title. The the app does sync the notes themselves over SSL. But this is still a risk, as the link to the app that does the syncing could be blocked to maintain a vulnerability, downgraded to a vulnerable version, or potentially compromised...
If you can mitm the dns or ip you can still do this even with https.
> downgraded to a vulnerable version
does the app allow "upgrading" to a lower version number automatically?
> or potentially compromised
the app enforces signed updates, no?
That said, they really should get https going for the updates.
Re: Evernote app upgrades are unencrypted over HTTP
#6Earlier quoted context omitted.
Right you are. Fixed the title. The the app does sync the notes themselves over SSL. But this is still a risk, as the link to the app that does the syncing could be blocked to maintain a vulnerability, downgraded to a vulnerable version, or potentially compromised...
> But this is still a risk, as the link to the app that does the syncing could be blocked to maintain a vulnerability If you can mitm the dns or ip you can still do this even with https. > downgraded to a vulnerable version does the app allow "upgrading" to a lower version number automatically? > or potentially compromised the app enforces signed updates, no? That said, they really should get https going for the upda…
Strictly speaking you'd need a compromised DNS and a compromised CA (possibly with a wildcard certificate). Certificates provide assurance of identity as well as encryption (that's why public key encryption works). No matter where the connection comes from. (EDIT: If I compromise DNS for an SSL secured site I only get half an attack.)
> does the app allow "upgrading" to a lower version number automatically?
I'm not as familiar with the app update mechanisms in respect to enforcing monotonic version numbers. I don't have proof it enforces this, however.
> the app enforces signed updates, no?
The author says it best here:
http://httpshaming.tumblr.com/post/95160721901/but-its-signe...
Re: Evernote app upgrades are unencrypted over HTTP
#7Earlier quoted context omitted.
> But this is still a risk, as the link to the app that does the syncing could be blocked to maintain a vulnerability If you can mitm the dns or ip you can still do this even with https. > downgraded to a vulnerable version does the app allow "upgrading" to a lower version number automatically? > or potentially compromised the app enforces signed updates, no? That said, they really should get https going for the upda…
>If you can mitm the dns or ip you can still do this even with https. Strictly speaking you'd need a compromised DNS and a compromised CA (possibly with a wildcard certificate). Certificates provide assurance of identity as well as encryption (that's why public key encryption works). No matter where the connection comes from. (EDIT: If I compromise DNS for an SSL secured site I only get half an attack.) > does the ap…
>>If you can mitm the dns or ip you can still do this even with https.
>Strictly speaking you'd need a compromised DNS and a compromised CA (possibly with a wildcard certificate). Certificates provide assurance of identity as well as encryption (that's why public key encryption works). No matter where the connection comes from. (EDIT: If I compromise DNS for an SSL secured site I only get half an attack.)
My comment here was for the "the link to the app that does the syncing could be blocked to maintain a vulnerability" argument. That you don't need a CA for. Just throw a NXDOMAIN from the dns.
edit: please note that I very much agree that update checks should be over https. It's just that I think that it's not a panacea and should be accompanied by e.g. code signing, enforcing updating version, etc.
Re: Evernote app upgrades are unencrypted over HTTP
#8Earlier quoted context omitted.
>If you can mitm the dns or ip you can still do this even with https. Strictly speaking you'd need a compromised DNS and a compromised CA (possibly with a wildcard certificate). Certificates provide assurance of identity as well as encryption (that's why public key encryption works). No matter where the connection comes from. (EDIT: If I compromise DNS for an SSL secured site I only get half an attack.) > does the ap…
>>> But this is still a risk, as the link to the app that does the syncing could be blocked to maintain a vulnerability >>If you can mitm the dns or ip you can still do this even with https. >Strictly speaking you'd need a compromised DNS and a compromised CA (possibly with a wildcard certificate). Certificates provide assurance of identity as well as encryption (that's why public key encryption works). No matter whe…