Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Intel Privacy Security

The Elite Intel Team Still Fighting Meltdown and Spectre (wired.com) 100

Throughout 2018, researchers inside and outside Intel continued to find exploitable weaknesses related to Meltdown and Spectre class of "speculative execution" vulnerabilities. Fixing many of them takes not just software patches, but conceptually rethinking how processors are made. From a report: At the center of these efforts for Intel is STORM, the company's strategic offensive research and mitigation group, a team of hackers from around the world tasked with heading off next-generation security threats. Reacting to speculative execution vulnerabilities in particular has taken extensive collaboration among product development teams, legacy architecture groups, outreach and communications departments to coordinate response, and security-focused research groups at Intel. STORM has been at the heart of the technical side. "With Meltdown and Spectre we were very aggressive with how we approached this problem," says Dhinesh Manoharan, who heads Intel's offensive security research division, which includes STORM. "The amount of products that we needed to deal with and address and the pace in which we did this -- we set a really high bar."

Intel's offensive security research team comprises about 60 people who focus on proactive security testing and in-depth investigations. STORM is a subset, about a dozen people who specifically work on prototyping exploits to show their practical impact. They help shed light on how far a vulnerability really extends, while also pointing to potential mitigations. The strategy helped them catch as many variants as possible of the speculative execution vulnerabilities that emerged in a slow trickle throughout 2018. "Every time a new state of the art capability or attack is discovered we need to keep tracking it, doing work on it, and making sure that our technologies are still resilient," says Rodrigo Branco, who heads STORM. "It was no different for Spectre and Meltdown. The only difference in that case is the size, because it also affected other companies and the industry as a whole."

This discussion has been archived. No new comments can be posted.

The Elite Intel Team Still Fighting Meltdown and Spectre

Comments Filter:
  • by Anonymous Coward

    To clean their massive shitty bed.

    • Job creators at work here, amirite?

    • by hey! ( 33014 )

      Meltdown affect POWER and some ARM processors too.

      • Wrong! You're thinking of some of the Spectre variants.
        • Re: (Score:1, Informative)

          by Anonymous Coward

          Wrong. [ibm.com]

          Potential Impact on Processors in the POWER Family

          the third vulnerability, CVE-2017-5754, is known as Meltdown, and allows user-level code to infer the contents of kernel memory.

          The Firmware and OS patches released by IBM in February and March 2018 to address the original Meltdown vulnerability (CVE-2017-5754) also address the L1TF/Foreshadow vulnerability, except for Power 9 Systems running with KVM Hypervisor. OS patch for Power 9 KVM Systems will be made available soon. The Firmware and OS patches for all other Power Systems are available in this blog below.

          We are committed to helping our clients address these vulnerabilities and have introduced an offer for pre-POWER7 clients to upgrade their security profile and protect against Spectre and Meltdown through the purchase of POWER8 or POWER9 systems and available migration services, security support, and financing offers.

  • Do they hire Fortran developers? Because this is how old this type of flaws is.
  • by xxxJonBoyxxx ( 565205 ) on Thursday January 03, 2019 @03:18PM (#57899954)
    It's great to see ARM chips take off in popularity. In ten years, Intel will be like Sun is now. ("Intel, like the old chipmaker gramps?")
    • It's great to see ARM chips take off in popularity. In ten years, Intel will be like Sun is now. ("Intel, like the old chipmaker gramps?")

      I would like to see more ARM, RISC-V, and MIPS chips out there to loosen this unnaturally bad dependence upon two vendors: AMD and Intel. Both make shitty processors but AMDs are just less so.

      • Re: (Score:1, Insightful)

        by Anonymous Coward

        While Intel has its issues as a company, the real issue here is the dominance on x86. Its a closed architecture so only Intel and anyone with an x86 license, only AMD and Via at this point, can actually make x86 compatible chips. ARM is also closed so if I had my choice it wouldn't be as popular either. Ideally something truly open like RISCV is best because then anyone could design a chip and we would have real competition. They have Linux running natively on RISCV now but there still remains much work to

      • by whh3 ( 450031 )

        Jon Masters, one of the people who has been involved in the ongoing Spectre/Meltdown research and mitigation, is from Red Hat and is pushing ARM extensively and doing a great job of advocating for its use beyond low-power mobile devices. He played a huge role in getting Amazon to start offering ARM-based hosts on their cloud platform. If you are looking for interesting presentations about these vulnerabilities, check out some of his talks on YouTube:

        Stanford Seminar - Exploiting modern microarchitectures: M

      • I would like to see more ARM, RISC-V, and MIPS chips out there to loosen this unnaturally bad dependence upon two vendors: AMD and Intel. Both make shitty processors but AMDs are just less so.

        The architectures vulnerable to MELTDOWN are Intel Core, some variants of IBM POWER/PowerPC, and... arm64 [debian.org]. Now tell us again how wonderful ARM is.

        If someone can figure out how to get MIPS to scale up to reasonable clock rates, then maybe it has a future outside of embedded. But nobody has managed it yet. It's left down in low-performance limbo with SuperH. ARM made it out of that hole, but it's the only one of that ilk which has.

    • More like Motorola.
    • by AHuxley ( 892839 )
      Not for next gen games that need a really great CPU and the best GPU.
      Intel can still make games work their magic at the new 5K plus resolutions.
  • by Anonymous Coward

    if they were elite they would have fixed this BEFORE selling it to millions of people.

  • If they're so smart, home come they're dead^w still flailing around trying to patch this shit?

  • by Anonymous Coward on Thursday January 03, 2019 @03:30PM (#57900026)

    Go back many years to the putrid Intel Netburst architecture. Single core, very long pipeline, massive caches and the goal of 10GHz. It was the post Pentium 3 design and it was DREADFUL. But Intel paid all major tech outlets, including this one, to sing its praises.

    Then AMD invented AMD64 (now called x64) and true mutli-core x64 chips. AMD's tech lead over Intel was massive- even if sites like this one still shilled Intel Netburst.

    But AMDand Intel had a cross patent agreement. Intel took the best of AMD's new tech, crossed it with the older Pentium 3 design, and invented Core 2 - which was then used for Intel's much later true dual core parts. And here arose the issue.

    For the first time an Intel chip would have TWO threads running on the same chip at the same time, sharing many on-chip and off-chip memory resources. The ONLY way to do this properly is called 'lock and key'. Every thread has a 'key' (unique id) and each access of shared memory must use that 'key' to 'unlock' access to a resourse intended for that thread alone. But 'lock and key' is complex to design. Uses a LOT of transistors. Uses power. And introduces sinificant memory latencies. And makes it harder for the NSA to hack into the chip. So Intel NEVER implemented 'lock and key'. Instead Intel worked with another NSA partner, Microsoft, to use an OS 'solution' that the NSA could easily bypass.

    For 10+ years all tech sites conspired to lie and state the OS thread system could provide thread security. It could not. Then the bubble burst, and Spectre and Meltdown finally revealed the atrocious state of ALL Intel CPUs.

    Meanwhile AMD had always implemented 'lock and key' in CPU hardware. As a result AMD's current fantastic Ryzen Zen parts cannot hit Intel speeds and have higher memory latencies than Intel- leading to worse gaming performance for gamers wanting >120 Hz refresh. But Intel's clock and memory latency win is only possible cos Intel chips all fail to implement thread security. So intel CHEATS and pays sites like this one to hide this fact.

    Zen 2- announced in a few days time, uses superior engineering and TSMC's leading 7nm process to finally close the gap with Intel. A gap already made irrelevant when using decently coded programs that are properly multi-threaded because of AMD's core advantage (at any given price point).

    Intel is curently paying tech sites to benchmark using decades old CAD programs that are single threaded and use the long obsolete x87 FPU instructions cos Intel shows a big win here. Intel pays sites like this one to spread the FUD that Intel is fixing their problem (they cannot) and that anyway AMD has the same issue (totally untrue). Intel's real fix happens when they totally redesign their CPU (which will take at least FIVE years) and even then the redesign will massively crater Intel's performance.

    Today the ONLY way to safely use an Intel CPU is to only run one thread at a time on the chip, and do a complete state flush on the CPU between multi-tasking thread swaps. A modern coffee-lake six core Intel CPU would see its performance drop by 90%+ if this fix were implemented tho- so you can see why Intel is desperate to pay for lies suggesting the fix is not needed.

    Anyone using Intel CPUs today is a complete fool.

    • by nuckfuts ( 690967 ) on Thursday January 03, 2019 @04:42PM (#57900438)

      Anyone using Intel CPUs today is a complete fool.

      This kind of blanket statement show a complete lack of pragmatism. You are clearly an AMD fanboi in the same vein as anti-MS fanbois who would chant "anyone using a Windows operating system today is a complete fool".

      The world of computing is not so black and white, and there are myriad reasons why one might choose a particular architecture or OS over another one. Don't presume to know everyone's usage cases better than they know them themselves.

      More to the point, however, is the fact that in your entire rant against Intel, you only talk about "lock and key". You don't even mention the topic of speculative execution [wikipedia.org], which is the basis of these vulnerabilities.

      Speculative execution is a class of vulnerabilities, not a specific implementation flaw, which is what makes it difficult to mitigate. If you stop using any speculative execution, you will take performance hit. So it becomes a question of risk vs benefit. Again, it's not simply black and white. The team at Intel is trying to figure out how to retain some of the benefits while mitigating the risks. Nobody wants to throw out the baby with the bathwater.

      Perhaps in your world it's as simple as "just use only AMD", but I can assure you if everyone actually followed that advice, it would simply require the bad guys to focus all their attention on new targets, and inevitably, new vulnerabilities would be found. There is no perfect technology that can't be exploited, and probably never will be.

      • by Anonymous Coward

        Also, Intel's AVX-512 instruction set gives it some serious number crunching power. Until AMD implements it they will struggle to compete in benchmarks that take advantage of it.

      • by Anonymous Coward on Thursday January 03, 2019 @05:29PM (#57900804)

        While speculative execution could create a new class of vulnerabilities, Intel's problem is /solely/ Intel's problem. You see, Intel released a processor architecture called the pentium (i586) in 1993. It supported the same privilege system as 386/486, but done using super-scalar design, improved cache, and improved addressing. It was a huge leap in performance. It also is not vulnerable to Meltdown/Spectre. Why? It's not because it simply lacked the execution attacks caused by speculative execution. It's that there are no way to blow holes into the privilege system. Why is this known to be true? Because the Atom architecture is a modernized form of the pentium, and is completely immune.

        So then come 1995. There was a company called Cyrix. Note this isn't a matter of being and AMD fanboi as Cyrix was a completely separate non-licensee of Intel x86 that was very successful at doing x86 very well, arguably better, before AMD even adopted that strategy. They were already eating into Intel market share massively during around time the pentium was launched. Rumor has it they were faster at executing x86, and also providing higher clock speeds on common socket architecture, keeping things like the 386 and 486 class hardware alive when Intel wanted to get people to upgrade. They were insanely less expensive than Intel. So Intel was getting a little worried about them, even thinking about litigation because how dare they clean room reverse engineer and then optimize the x86 architecture without paying them! So one of Intel's project was to beat them on the performance punch by rapidly releasing another next gen architecture - pentium pro (i686), with speculative execution. But you see, it wasn't enough just to beat them on implementation done the right way. They decided to break the privilege layers when executing to go FASTER. This might have made sense in 1994-95 before the Internet really took off, but it certainly was pretty foolish.

        So Cyrix in 95 was readying their pentium clone, which not too bad, then they had to respond to the i686 platform, which took them by surprise, and they had probably a harder time duplicating the super-scalar methods, because most likely they were trying to do it the right way, and Intel's performance was because they took as many short cuts as possible. Evidence that Cyrix and AMD were struggling getting it "right" is with how long Cyrix took on their i686 clone, and how much they were hammered by poor benchmarks. Cloning i686 literally did Cyrix in. AMD's version of i686 is not vulnerable to meltdown, which clearly shows that the designers knew the right method, but of course even AMD performs badly on unprotected execution of a benchmarked Intel.

        But the kicker today, is that with the fix, Intel's chips are much slower since speculative execution has to be disabled. It was fundamentally broken. Compare that with AMD where speculative execution does work, now AMD is and was always the performance king.

        So Intel lied to everyone and put out a broken product for years. It is totally in their implementation, and you can see the difference from various competitors to this day. So you can try to say that this was just pros or cons in different offerings, but pragmatism really does show when you know what happened is that Intel cheated to kill their competitor, and now they are reaping what they sowed.

        • by drinkypoo ( 153816 ) <drink@hyperlogos.org> on Thursday January 03, 2019 @08:46PM (#57901790) Homepage Journal

          Rumor has it they were faster at executing x86, and also providing higher clock speeds on common socket architecture,

          Rumor is false. As a cheap bastard, I tried the cheapass architectures, which sucked until the k7 came out. Cyrix chips were stunningly cheap, but also staggeringly slow. AMD chips were in the middle in both regards, with Intel by far fastest and most expensive. But then Athlon showed up and knocked Intel's socks directly off for a time, especially in multiprocessor systems where Hypertransport was a drastic improvement.

          However, what is often missed in the analysis is that until recently, Intel was the world leader in process technology for years. Even without failing at security design, that gave them a part of their performance advantage. But those days are now gone, so what's Intel got over AMD? Answer, nothing.

          • by Anonymous Coward

            Keep in mind that you were probably running MS WIndows, which at that time disabled all caches if it detected a Cyrix chip to deliberately hurt performance.

            • Keep in mind that you were probably running MS WIndows, which at that time disabled all caches if it detected a Cyrix chip to deliberately hurt performance.

              Keep in mind that my first Linux PC was a 386.

      • Anyone using Intel CPUs today is a complete fool.

        This kind of blanket statement show a complete lack of pragmatism. You are clearly an AMD fanboi in the same vein as anti-MS fanbois who would chant "anyone using a Windows operating system today is a complete fool".
        The world of computing is not so black and white,

        It's only slightly more complicated. Anyone who has a choice who chooses Windows is a fool, and anyone who has a choice who chooses Intel is a fool. If Intel has done this, what else have they done? They have proven that they are untrustworthy. If you trust them, you are a fool.

    • by epine ( 68316 )

      Meanwhile AMD had always implemented 'lock and key' in CPU hardware. [citation needed]

    • But Intel paid all major tech outlets, including this one, to sing its praises.

      Err look. Just because you don't like something doesn't mean everyone is shilling. The reality is Netburst was horrible, but it was also the best thing on the market.

      AMD's tech lead over Intel was massive- even if sites like this one still shilled Intel Netburst.

      AMD's tech lead was irrelevant at a time when a chip supported 64bits without any OS, apps, and for the large part of the world without any use case. AMD can have all the tech in the world. It didn't matter, Netburst was faster. It took a long time for AMD to actually provide a decent contended from when they first created their "tech lead".

      For 10+ years all tech sites conspired to lie and state the OS thread system could provide thread security.

      I t

  • by Gravis Zero ( 934156 ) on Thursday January 03, 2019 @03:40PM (#57900086)

    Meltdown is an Intel problem. Spectre is only a problem if you use Just-In-Time compilation on your system. The obviously solution is to simply not use JIT in the first place. Nothing fundamentally needs it, it simply makes the execution of unverified code faster. Nobody writing applications needs to worry about Spectre... unless you are writing a JIT compiler. This is a very small number of applications and they can still run unverified code using an interpreter engine, it's just a bit slower.

    The solution is simple: dump JIT.

    • by Anonymous Coward

      The solution is simple: dump JIT.

      HA! I'm sure you're being sarcastic, right?

      JAVA is primarily JIT and .NETs core CLR is pretty much in the same boat, although one can use Ahead Of Time if they so choose to do. But simple? not really. There really is no slowing down or moving away from this iceberg.

      • The solution is simple: dump JIT.

        HA! I'm sure you're being sarcastic, right?

        Half-serious because I know it's an entrenched technology.

        JAVA is primarily JIT and .NETs core CLR is pretty much in the same boat, although one can use Ahead Of Time if they so choose to do. But simple? not really.

        If you are use .NET then you aren't serious about security to start with. If you use Java then you have chosen poorly.

        There really is no slowing down or moving away from this iceberg.

        I'm not trying to stop anything, I'm saying some people are serious about security and others are only pretending.

    • Mixing security domains in a single process, like a JIT in the kernel or browser, is a big problem with most spectre variants. Program wide CPU and compiler mitigations for these problems suck.

      But there are other spectre variants that can be triggered between processes on the same core.

      Heck there are variants that can be triggered remotely, just by sending well crafted data to some vulnerable parsing routine.

      In response to spectre, the truly paranoid would be well served by keeping their secrets as far a

  • In a rush to get it to market they never tested the processor for such side-channel attacks.
  • by Anonymous Coward

    What a complete crock of shit the entire article is.

    Intel and its "STORM" essentially sat on their thumbs for half a year, coming up with basically zero real-world implementable solutions.

    When Google and Linux kernel devs found out about it, they developed retpolines and other workarounds. Google devs came up with retpolines, which is the Spectre mitigation strategy in use in all OSes now -- Google, and not Intel's STORM.

    The STORM guys apparently were too busy storming their thumbs in their butt. They just

Living on Earth may be expensive, but it includes an annual free trip around the Sun.

Working...