Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
This vulnerability is FRONT PAGE news across every news website in the U.K. from the BBC to Sky News to Daily Mail and so on and so forth.

Not a good look for Apple at all.

They’ve dropped the ball, again.
In America too ....

 
This vulnerability is FRONT PAGE news across every news website in the U.K. from the BBC to Sky News to Daily Mail and so on and so forth.

Not a good look for Apple at all.

They’ve dropped the ball, again.
So side-loading wasn't the issue after all? Oh wait...
 
They're rolling it out. I'm on Big Sur and I opened the software update control panel. Nothing. Closed, reopened and it says Safari 15.6.1 is available.

UPDATE: Took like 30 seconds for it to download new version, install and restart Safari.
You can also press ⌘ + R.
 
Is this still rolling out? I'm seeing it appear as an option on Big Sur systems but I'm not seeing it on anything running Catalina, the only software update that's appearing is the upgrade to Monterey which I don't want to do.
 
So is this for 10.14, 10.15, or something else. I really can't stand having to know the name of California cities and what they mean in terms of versions. I miss the days of sanity.
Yea, I too miss the days of Cheeta, Puma, Tiger…. Then who can forget the days when they used Bear names. Ah the days of Kodiak…
 
  • Haha
Reactions: DocMultimedia
One of the slowest security update rollouts I've ever seen. My Catalina Mac had it yesterday, but Big Sur Mac *still* isn't showing it. I really miss the days of standalone updaters.
 
  • Like
Reactions: DocMultimedia
Is this still rolling out? I'm seeing it appear as an option on Big Sur systems but I'm not seeing it on anything running Catalina, the only software update that's appearing is the upgrade to Monterey which I don't want to do.
My Catalina received the patch yesterday.
 
This vulnerability is FRONT PAGE news across every news website in the U.K. from the BBC to Sky News to Daily Mail and so on and so forth.

Not a good look for Apple at all.

They’ve dropped the ball, again.

UK newspapers feed off each other. And there's nothing they like more than a bit of panic.
 
If you're like me and can't seem to get the update to appear in software update then I found a terminal code someone wrote that will check for the latest version and install it for you. Just run the following in terminal and you'll be good to go:


Code:
check=$(softwareupdate -l | grep Safari | grep -o 'Safari[^[:blank:]]*' | head -n 1)
 echo "$check"
softwareupdate -i "$check"
 
If you're like me and can't seem to get the update to appear in software update then I found a terminal code someone wrote that will check for the latest version and install it for you. Just run the following
All that does is run softwareupdate from CLI rather than GUI. Doesn't help if it's still not been made available to your client yet; you'll just see "No new software available", same as the GUI.
 
You can still download the full installer with the softwareupdate command-line tool.


% softwareupdate --fetch-full-installer --full-installer-version 12.5.1
Scanning for 12.5.1 installer
Install finished successfully

The installer is then placed in the Applications folder. I've been downloading full installers like this for a while now.
And of course I was talking about a standalone Safari installer but you had to again mention Monterey which has nothing to do with Safari 15.6.1 as it is for Catalina and Big Sur only. Is reading comprehension a lost art these days?
 
  • Like
Reactions: donikatz
All that does is run softwareupdate from CLI rather than GUI. Doesn't help if it's still not been made available to your client yet; you'll just see "No new software available", same as the GUI.
Well the GUI was refusing to tell me I had an update and terminal immediately found and installed it so it’s still worth trying IMO.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.