About the security content of iOS 7.0.6
31–40 of 155 posts
Re: About the security content of iOS 7.0.6
#32Re: About the security content of iOS 7.0.6
#33Re: About the security content of iOS 7.0.6
#34Looks like they weren't checking the hostname in the certificate. This would allow anyone with a certificate signed by a trusted CA to do a MITM attack on iOS devices. Very very bad vulnerability.
It seems to be a bit more than that, as I've verified that iOS 7.0.4 and Mac OS X 10.9.1 both refuse to connect to a server with a certificate for a different hostname. Sounds like verification is somehow different when connecting to a raw IP address. Safari treats that case differently, anyway: if I try to connect to a hostname that's different from what the certificate says, it simply refuses to establish the conne…
Re: About the security content of iOS 7.0.6
#35Earlier quoted context omitted.
You can do that but you'll be throwing certificate errors everywhere if they're self signed. By the sounds of it this is a bypass or method of getting around the CA altogether.
Yes, normally certificate errors would be thrown. In this case Apple is not performing the domain validity checks on the presented cert. This allows an attacker that is performing an mitm attack to present a valid cert for another domain and establish an SSL connection with the victim.
Re: About the security content of iOS 7.0.6
#36If I believe [1], 4% of all the iOS devices are still on versions earlier than 6, and will not be patched to this specific issue. This is pretty severe. I wonder (but presume not) if Apple is going to issue patches for earlier versions. [1] http://appleinsider.com/articles/13/12/31/ios-7-now-installe...
Really old devices are probably out of luck, though. I think that would encompass the original iPhone, the 3G, the corresponding iPods Touch, and (probably most importantly) the first generation iPad. That's assuming, of course, that the bug is in iOS 4/5 in the first place, but if it dates back to iOS 6 I'd give good odds that it dates back farther still.
Re: About the security content of iOS 7.0.6
#37[deleted]
https://gist.github.com/rmoriz/fb2b0a6a0ce10550ab73 http://i.imgur.com/CoALymQ.png (i've not checked that on iOS or Apple TV just on OSX. Maybe it's another issue but the update description pretty much fits too well ;-)
https://213.133.107.227.xip.io/
Still an epic QA failure but much less of a threat if it doesn't allow arbitrary MITM attacks.
Re: About the security content of iOS 7.0.6
#38Does anyone know if this is an issue at the Foundation API level (affecting any apps using NSURLConnection, for example) or if it's a Safari issue?
Re: About the security content of iOS 7.0.6
#39Re: About the security content of iOS 7.0.6
#40It's not just cURL. It's much bigger, and much worse. http://pastebin.com/Yb6pUvr6
> Currently the verify operation continues after errors so all the problems with a certificate chain can be seen. As a side effect the connection will never fail due to a server certificate verify failure.
https://www.openssl.org/docs/apps/s_client.html
https://www.mail-archive.com/openssl-users@openssl.org/msg71...