How Are Sysadmins Handling Spectre/Meltdown Patches? (hpe.com)
Esther Schindler (Slashdot reader #16,185) writes that the Spectre and Meltdown vulnerabilities have become "a serious distraction" for sysadmins trying to apply patches and keep up with new fixes, sharing an HPE article described as "what other sysadmins have done so far, as well as their current plans and long-term strategy, not to mention how to communicate progress to management."
Everyone has applied patches. But that sounds ever so simple. Ron, an IT admin, summarizes the situation succinctly: "More like applied, applied another, removed, I think re-applied, I give up, and have no clue where I am anymore." That is, sysadmins are ready to apply patches -- when a patch exists. "I applied the patches for Meltdown but I am still waiting for Spectre patches from manufacturers," explains an IT pro named Nick... Vendors have released, pulled back, re-released, and re-pulled back patches, explains Chase, a network administrator. "Everyone is so concerned by this that they rushed code out without testing it enough, leading to what I've heard referred to as 'speculative reboots'..."
The confusion -- and rumored performance hits -- are causing some sysadmins to adopt a "watch carefully" and "wait and see" approach... "The problem is that the patches don't come at no cost in terms of performance. In fact, some patches have warnings about the potential side effects," says Sandra, who recently retired from 30 years of sysadmin work. "Projections of how badly performance will be affected range from 'You won't notice it' to 'significantly impacted.'" Plus, IT staff have to look into whether the patches themselves could break something. They're looking for vulnerabilities and running tests to evaluate how patched systems might break down or be open to other problems.
The article concludes that "everyone knows that Spectre and Meltdown patches are just Band-Aids," with some now looking at buying new servers. One university systems engineer says "I would be curious to see what the new performance figures for Intel vs. AMD (vs. ARM?) turn out to be."
The confusion -- and rumored performance hits -- are causing some sysadmins to adopt a "watch carefully" and "wait and see" approach... "The problem is that the patches don't come at no cost in terms of performance. In fact, some patches have warnings about the potential side effects," says Sandra, who recently retired from 30 years of sysadmin work. "Projections of how badly performance will be affected range from 'You won't notice it' to 'significantly impacted.'" Plus, IT staff have to look into whether the patches themselves could break something. They're looking for vulnerabilities and running tests to evaluate how patched systems might break down or be open to other problems.
The article concludes that "everyone knows that Spectre and Meltdown patches are just Band-Aids," with some now looking at buying new servers. One university systems engineer says "I would be curious to see what the new performance figures for Intel vs. AMD (vs. ARM?) turn out to be."
Both vulnerabilities are blown out of proportions and you need to rush to actively fix them only when your platform runs untrusted code which is mostly relevant for VPS/clouds/etc.
When you only run your own trusted code (say a DB or an HTTP server), there's little if any need to patch them urgently. Of course, this implies that your authentication process is properly secured and when it's not, the intruder might as well find other local unpatched vulnerabilities.
After decades of struggling with virus scanners that insisted on slowly, laboriously scanning every .h file on every access during every compile, the insistence of sysadmins on braindead security policies has already wasted months of my life. I guess my only question is: what's different now? Is it, perhaps, that they themselves would also be bothered by it this time?
Go do your f'ing job and install the patches from hell, I say. And if the drop in performance bothers you, maybe we can finally talk about turning down the virus scanner to a normal level of security.
I miss Sun... :-(
... we use systemd
It fixes everything, automagically !!
The solution is simple:
1) get off of intel hardware
2) don't worry about spectre. There are no patches, and there never will be, beyond flushing branch predictors at context switch, which by now should be patched, or you could do yourself in a day or so.
3) wait 5-10 years for new silicon.
Other than that the only thing you can do is pray.
First of all, SPECTRE is almost entirely exploitable (except maybe in javascript where all scripts are run in the same process).
First you need a very specific sequence of instructions in an application that handles sensitive information.
Second you need accurate timing information on entering and exiting this sequence of instructions.
Third you need the ability to inject arbitrary data into this sequence of instructions.
Fourth: You need to know the memory layout of the program you are targeting.
Second, why do you think SPECTRE is bothering CPU designers so much?
It's because it's not easy to design speculation in a way that changes to cache are not noticed. I'm not saying it's impossible, but it requires significant redesign of the cache hierarchy. You can't fix this at just one level. Attackers could just rewrite their code to attack the next level. (if a real spectre attack is ever written)
I thought the sysadmin had pretty much been eliminated in favor of outsourcing IT and making the developers do it themselves. It's a prime area for cost cutting, good sysadmins aren't cheap and you won't notice they're gone because they tend to automate their jobs.
Shutting down free speech with violence isn't fighting fascism. It IS fascism!
Is not a rumor. And the Meltdown hit is particularly nasty if you have something that has a big cache footprint and takes long enough that calls into the kernel happens.
Er, hosts file is incredibly out dated, hell most things ignore the hosts file.
Besides this the hosts file is missing certain tools to make it viable for most things.
It needs wildcards and regex patterns to be worth a damn in todays world where you want to not just block a specific IP but rather a block of IP. Iptables generally does a much better job of this than rink a dinking around with a billion IP addresses which change like the wind blows.
I think you are the guy I see all the time going on silly rants about using a hosts file, it just isn't true, and anyone who really wants to perform blocking is better of using other methods. To anyone who ever reads this APK fellow again, hosts file is NOT the way to go, you should be looking for broader more modern tools that can actually get the job done. This man is just an insane lunatic peddling his own brand of snake oil and it will not help or protect you.
Other then the technical media blowing this up for ratings. I don't see many technical people in server administrations that concerned. Most feel nothing is in the wild we can take out time reviewing and implementing these solutions as we see fit. No sense getting all "sky is falling" mental over something that has yet to materialize. Most actual experts believe both Meltdown and Spectre can be mitigated enough to not poise much of a threat. The one "Spectre variant 2 is harder to fix but also harder to exploit. Let's move past the "sky is falling" mentality of this.
I guess what I'm referring to is digging into every single patch to try to figure out what the fuck it actually patches. And if you *do* get some kind of detail on what a specific patch actually fixes, is the information meaningful enough to decide whether you *should* apply this specific patch (relevance, risk, etc)?
Is it easier or harder now with so many vendors releasing "rollup" patches which contain multiple patches, some of which are all-inclusive and some of which require some previous rollup installed? Now picking and choosing specific patches is more or less out the door.
And then there's the question of whether the vendor even makes it easy/hard to have any control over patches, automatically just giving you patch(es) in some form or other. And of course let's not forget support -- will the vendor provide any support if you are missing patches or do you have to have them all installed anyway?
I guess what I see this boiling down to is "Who cares?" Install all the latest available patches and hope for the best. Only a full-time dedicated patch admin for a narrow product silo has the time/energy/understanding to break down the compound patching environment into something coherent and also probably is also the only one to have a complex patch management system that gives them granular control over which patches get installed and which don't.
Also, based on the last few years of software quality we're all beta testers anyway. Pretty much everything released is beta quality and hits true stability and reliability just about the point the new version is released and taming its worst initial bugs.
The most overspeced systems with available patches were upgraded first to âoeget a feel for the performance impactâ some run fine. Some have been reverted because of issues unrelated to performance. Some have issues but cannot be reverted (efuses and security firmwares) a whole bunch is not yet patched due to unavailability of patches or info concerning impact.
Probably johanne there killing the network by running kaza and LimeWire. Again.
We're all unemployed. Haven't you noticed?
Pro tip: Sysadmin is an obsolete word for DevOps.
Anyone who was working as a Sysadmin got purged for being too old.
Ask the young DevOps who took our jobs.
There is no patching required if you :
Run everything as root anyway
Run only older software
Run only one main program
Everything as root isn't an admin thing and has no separation but as soon as you run untrusted code as root, your security is non existent anyway.
Only older software : before the info on meltdown came out, no one knew, so hacks predating that are not too likely,... However, if implemented effectively, they will have gotten the keys to your kingdom and patching at that point is not enough, you'll have to reinstall...
Running only one main thing (big DB or so) on one machine: your main executable can get to all its own stuff already.
In short, if you offer cloud services to run anything, you must lock stuff down and may well be out of luck already...
The current release isn't stable on anything other then Skylake. Intel is releasing updates either next week or in a few more. That should patch the previous gen and hopefully doesn't crash others. That's the update I had on Thursday.
YARRRRR BITCHES
Hmmm. Lemme see, uses a hosts file.
Ok, we'll poison arp cache. Easy enough.
If that doesn't work, we'll poison DNS.
Or, we'll code inject.
Or we'll spoof theupdates address, or see if the syslogd is correctly configured.
Hmmm, that didn't work? Let's see what ports are open. I wonder if it'll swallow out of sequence mis-formed barrages of packets.
That didn't work? We'll get a guy to install a wallwartPC with an address that's the broadcast for that segment of the VLAN.
Where there's a will, there's a way. Yes, there were lots of hideous CVEs out there before either Intel processor fault. But this one's a doozy. Ultimately, it means you're going to have to buy more hardware, it's just a matter of time. See, servers and PCs were on the decline, and well, there was some revenue that needed peaking back up again. So have a nice day, and just open up that purchase order app and quit bitchin.
---- Teach Peace. It's Cheaper Than War.
Panic, patch, patch, panic, remove patches, reappy patches, panic, remove patches, deal with screaming users, patch, curse Intel....
Our company needed a new web server in any case, so I figured the time was to take Ryzen for a spin. Very happy with it!
The dangers of excessive individualism are nothing compared to the oppressiveness of excessive collectivism
See subject: Your methods fail on that account alone. I bypass DNS for my top 100 fav sites @ TOP of hosts (faster local resolution too & avoids all DNS' many security issues) where I spend a good near 98% of my time online. I also block the sources of your other attacks in hosts (e.g. C&C, bad servers & 3rd party malicious script sources), your 'methods' fail, badly.
* Lastly - Hosts have the ability to filter access BY PORT e.g. 1.2.3.4:3128 for example.
APK
P.S.=> Was a pleasure shooting you down EASILY "postbigbang" (behind your FAKE NAME for a FAKE LIFE online) - especially on a simple principle APK Hosts File Engine 10++ SR-1 32/64-bit https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=%22APK+Hosts+File+Engine%22+and+%22start64%22&btnG=Google+Search&gbv=1/ provides... apk
See subject: I've blocked 100's of threats proven on /. alone using them. Wildcarding creates false positives. Hosts don't in specifics blocked. Regex tools aren't native to Windows & are INCREDIBLY HARD for non-programmers to manage (hosts are easy as phonebook entries to understand & edit). Most threats use host-domain names too.
WTF? Browsers do NOT ignore hosts vs. threats stupid!
(When you're REDUCED TO LIES you do ME a HUGE FAVOR - thanks!)
* The "silly guy" who 'rants on hosts' MUST be me - but it wasn't who you replied to (some butthurt fool I embarassed who is afraid to post using his registered 'lusername' as I've annihilated him before many times proven here https://yro.slashdot.org/comments.pl?sid=11782351&cid=56188765/ ) as easily as I annihilated "postbigbang" here today too https://it.slashdot.org/comments.pl?sid=11788759&cid=56189059/
APK
P.S.=> You're all the same - easy to blow away, lol... apk
As some have undoubtedly pointed out the true vulnerability of your system depends on exposure and the type of code run on the system, but the idea of patching only a certain segment is less than appetizing. Any business of any size has a tier of test/QA , maybe one of dev, and finally a production line. Obviously you patch one set, test/QA or dev. allow your developers to abuse the hell out of it hopefully, then roll it out to production. The company I currently work for actually has QA engineers who follow a developer provided script and pounds away at any modified branch of code ensuring all the functions do in fact function and they compare results to ensure standard replies etc. It is quite refreshing to see it done correctly for a change.
errr....umm...*whooosh* *whoosh* Is this thing on ?
they are dealing with it by learning how to describe not doing anything as progress to management? that's nothing new.