See Apple's comment on this, given to BuzzFeed I assume: https://twitter.com/JohnPaczkowski/status/935909264362586112 / https://www.buzzfeed.com/josephbernstein/apple-released-a-pa... "Security is a top priority for every Apple product, and regrettably we stumbled with this release of macOS. When our security engineers became aware of the issue Tuesday afternoon, we immediately began working on an update that closes…
> We are auditing our development processes to help prevent this from happening again. That's great to hear even if it took multiple stumbles for them to finally admit - but surely they should be also audit their QA/testing processes? Or does development in AppleSpeak mean everything?
About the security content of Security Update 2017-001
51–60 of 158 posts
Re: About the security content of Security Update 2017-001
#52Re: About the security content of Security Update 2017-001
#53Earlier quoted context omitted.
Off-topic, but it blows my mind how poorly proofread many articles are nowadays. In this example, there's a 3-word sentence fragment - "That login gave" - hanging out in between two other sentences. If the author even read what he'd written once before posting, he ought to have caught that.
I'm no journalist, but I guess that being first to report is more important than minor errors in the article.
Re: About the security content of Security Update 2017-001
#54Earlier quoted context omitted.
> We are auditing our development processes to help prevent this from happening again. That's great to hear even if it took multiple stumbles for them to finally admit - but surely they should be also audit their QA/testing processes? Or does development in AppleSpeak mean everything?
I don't know how you could expect QA to be able to have a rigorous process to catch security problems of this type. It's one thing to audit the strength of crypto protocols, quite another to rigorously test every conceivable attack surface for privilege escalation. That space is vast.
Re: About the security content of Security Update 2017-001
#55Does their patch also disable root accounts that were enabled using the exploit?
Re: About the security content of Security Update 2017-001
#56Haven't seen this mentioned anywhere so far but this was not a remote vulnerability right? Only from login screen, right !! ??
I read that it worked even with Remote Management and Screen Sharing. https://twitter.com/voretaq7/status/935609138725425153
And we are very glad to know we can triage and log. Yeah internal users could still exploit machines. But that fact is recorded. Fired and criminal charges are not a light thing.
Re: About the security content of Security Update 2017-001
#57Haven't seen this mentioned anywhere so far but this was not a remote vulnerability right? Only from login screen, right !! ??
Once the exploit is done (clicking the unlock button w/ the user root on the settings pane), the root account is setup with a blank password. At this point any remote access methods that use the accounts on the system should allow access. Depending on SSH config, root may be disallowed. I've seen rumors otherwise, but until someone with experience verifies those pathways I can only guess.
Re: About the security content of Security Update 2017-001
#58See Apple's comment on this, given to BuzzFeed I assume: https://twitter.com/JohnPaczkowski/status/935909264362586112 / https://www.buzzfeed.com/josephbernstein/apple-released-a-pa... "Security is a top priority for every Apple product, and regrettably we stumbled with this release of macOS. When our security engineers became aware of the issue Tuesday afternoon, we immediately began working on an update that closes…
Re: About the security content of Security Update 2017-001
#59Re: About the security content of Security Update 2017-001
#60Earlier quoted context omitted.
I don't know how you could expect QA to be able to have a rigorous process to catch security problems of this type. It's one thing to audit the strength of crypto protocols, quite another to rigorously test every conceivable attack surface for privilege escalation. That space is vast.
Actually entering blank passwords and automated password entry should be Test Cases #0 and #1 for any thing that has a login. OS and other critical infrastructure vendors should go beyond that and explore the vast space to make sure nothing like this ever happens.