Security researcher Charlie Miller booted from Apple Developer Program
101–110 of 116 posts
Re: Security researcher Charlie Miller booted from Apple Developer Program
#102Earlier quoted context omitted.
So how do you prove that it's possible to get this kind of exploit into the store unless you submit it to the store?
So how do you prove the DDoS vector exists unless you DDoS someone's site? How do you prove the SQL injection vector exists unless you take over someone's site? etc., etc. This was far from a harmless proof-of-concept app, and "I just wanted to prove I could" isn't sufficient justification for it.
It indicates both a security flaw in the platform itself, and a security flaw in the app store approval process, both should be highlighted.
Re: Security researcher Charlie Miller booted from Apple Developer Program
#103Re: Security researcher Charlie Miller booted from Apple Developer Program
#104Earlier quoted context omitted.
He did not put users at risk. This vulnerability allows apps to download and execute new code, but that new code is still subject to the app's sandbox. This vulnerability is interesting from a research standpoint, but has zero actual consequences to the security of iOS.
That's not how it's being explained in the popular press. http://www.forbes.com/sites/andygreenberg/2011/11/07/iphone-...
Re: Security researcher Charlie Miller booted from Apple Developer Program
#105It's a bad move for apple. A good relationship with the community of security researchers is crucial - they're talented folks and their research results grab headlines. It takes just a tiny amount of corporate humility and public thanks to win their respect, and in return get goodwill. Treating the community badly will get ensure the next guy won't even try to cooperate. Over the last several years, Microsoft's MSRC…
Judging from the article, he did neither - so don't run crying about "that's so rude".
Re: Security researcher Charlie Miller booted from Apple Developer Program
#106Earlier quoted context omitted.
Running unsigned code is an exploit, my friend.
Why? What can you accomplish by running unsigned code that you can't accomplish by embedding a (e.g.) Python interpreter?
Your second question is a good one, but given is context, it is unrelated. If apple signs a python interpreter, they do so at their peril, for obvious reasons.
Re: Security researcher Charlie Miller booted from Apple Developer Program
#107Earlier quoted context omitted.
In fairness, many of the bugs which enable jailbreaking also represent serious security problems. For instance, the various iterations of web-based exploits fundamentally do represent remote code execution, a serious bug in any browser environment. On any other platform, we'd classify them exclusively as security vulnerabilities; however, on iOS, the user has to take advantage of security vulnerabilities to break int…
s/many/all/
Re: Security researcher Charlie Miller booted from Apple Developer Program
#108Earlier quoted context omitted.
Why? What can you accomplish by running unsigned code that you can't accomplish by embedding a (e.g.) Python interpreter?
Code signining is a control that is intended to restrict the software that can run to only those apps which have been granted the right to run. Your second question is a good one, but given is context, it is unrelated. If apple signs a python interpreter, they do so at their peril, for obvious reasons.
Re: Security researcher Charlie Miller booted from Apple Developer Program
#109Re: Security researcher Charlie Miller booted from Apple Developer Program
#110Earlier quoted context omitted.
Hold on here. Is Apple expected to know Charlie Miller is a "security guru", and even if they did, why should he be treated any differently? Security researchers should be held to the same standard as regular developers when reporting bugs/flaws. RTM was convicted of a crime because of his curiosity, and here we have a security researcher who knowingly put users at risk. You ask me, Mr Miller got off lightly.
He did not put users at risk. This vulnerability allows apps to download and execute new code, but that new code is still subject to the app's sandbox. This vulnerability is interesting from a research standpoint, but has zero actual consequences to the security of iOS.
If it was the same app, then does that imply the sandbox for a stockmarket app allows access to the address book?