InSpectre : GRC.com Spectre & Meltdown testing tool


Recommended Posts

InSpectre

27933699889_eb3e9cb835_o.jpg

 

https://www.grc.com/dev/InSpectre.exe

 

Steve Gibson has recently created a new tool to run on a system to inform you whether or not a system is vulnerable to Meltdown or Spectre. At the moment it's in the testing phase, but it's getting closer to the final. You can still test it out.

 

 

  • Like 3

Linux fans. this can be run in WINE as well. Just tested it.

 

Edit: I had YES for both, and it says performance is good...

  • Like 1
12 minutes ago, Mindovermaster said:

Linux fans. this can be run in WINE as well. Just tested it.

 

Edit: I had YES for both, and it says performance is good...

While it can be run in wine it might be looking for certain Windows-specific fixes. Which is why you may be getting a Yes on Meltdown. I know from early versions that I was testing that under the hood (before he made it in plain English) there was a section that said "CPU Microcode yes or no." So Spectre results in this tool may be OS independent.

mind@mind-PC ~ $ bash spectre-meltdown-checker.sh 
Spectre and Meltdown mitigation detection tool v0.31

Note that you should launch this script with root privileges to get accurate information.
We'll proceed but you might see permission denied errors.
To run it as root, you can try the following command: sudo spectre-meltdown-checker.sh

Checking for vulnerabilities against running kernel Linux 4.4.0-104-generic #127-Ubuntu SMP Mon Dec 11 12:16:42 UTC 2017 x86_64
CPU is Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz
spectre-meltdown-checker.sh: line 418: /boot/vmlinuz-4.4.0-104-generic: Permission denied
spectre-meltdown-checker.sh: line 418: /boot/vmlinuz-4.4.0-104-generic: Permission denied
spectre-meltdown-checker.sh: line 418: /boot/vmlinuz-4.4.0-104-generic: Permission denied
spectre-meltdown-checker.sh: line 418: /boot/vmlinuz-4.4.0-104-generic: Permission denied
spectre-meltdown-checker.sh: line 418: /boot/vmlinuz-4.4.0-104-generic: Permission denied
spectre-meltdown-checker.sh: line 418: /boot/vmlinuz-4.4.0-104-generic: Permission denied

CVE-2017-5753 [bounds check bypass] aka 'Spectre Variant 1'
* Checking count of LFENCE opcodes in kernel:  UNKNOWN 
> STATUS:  UNKNOWN  (couldn't check (couldn't extract your kernel from /boot/vmlinuz-4.4.0-104-generic))

CVE-2017-5715 [branch target injection] aka 'Spectre Variant 2'
* Mitigation 1
*   Hardware (CPU microcode) support for mitigation
*     The SPEC_CTRL MSR is available:  UNKNOWN  (couldn't read /dev/cpu/0/msr, is msr support enabled in your kernel?)
*     The SPEC_CTRL CPUID feature bit is set:  UNKNOWN  (couldn't read /dev/cpu/0/cpuidr, is cpuid support enabled in your kernel?)
*   Kernel support for IBRS:  NO 
*   IBRS enabled for Kernel space:  NO 
*   IBRS enabled for User space:  NO 
* Mitigation 2
*   Kernel compiled with retpoline option:  NO 
*   Kernel compiled with a retpoline-aware compiler:  NO 
> STATUS:  VULNERABLE  (IBRS hardware + kernel support OR kernel with retpoline are needed to mitigate the vulnerability)

CVE-2017-5754 [rogue data cache load] aka 'Meltdown' aka 'Variant 3'
* Kernel supports Page Table Isolation (PTI):  NO 
* PTI enabled and active:  NO 
* Checking if we're running under Xen PV (64 bits):  NO 
> STATUS:  VULNERABLE  (PTI is needed to mitigate the vulnerability)

A false sense of security is worse than no security at all, see --disclaimer

guess I'm still Vulnerable...

5 minutes ago, CrashGordon said:

@warwagon  I'm guessing you haven't updated the BIOS on that device you tested with?

Correct, None my Windows PC/laptops have Bios Updates available for them and probably never will.

6 minutes ago, warwagon said:

Correct, None my Windows PC/laptops have Bios Updates available for them and probably never will.

Thanks. Yeah got a couple here too. An Asus P5K-E and haven't even looked at the laptop yet, but I'm not expecting to find one for it either.

14 minutes ago, CrashGordon said:

Thanks. Yeah got a couple here too. An Asus P5K-E and haven't even looked at the laptop yet, but I'm not expecting to find one for it either.

I aso have a Macbook Pro 2011 and a Slightly Newer iMac (only because I got  a really good deal on both) .. so i'm hopeful both of those will get some kind of UFI update. The computer i'm most annoyed with probably not getting the update is my 16GB ram, 512 msata SSD  i7 4770R brix pro.

Hello,

I've noticed several third-party utilities beyond what Microsoft has provided are beginning to appear. 

 

Here's the ones I've found so far:

 

Alex Ionescu - SpecuCheck

Ashampoo - Ashampoo Spectre Meltdown CPU Checker

GRC - Inspectre

Qihu 360 - CPU Vulnerability Assessment and Fix Tool

 

Regards,

 

Aryeh Goretsky

 

  • Like 3
12 hours ago, warwagon said:

I aso have a Macbook Pro 2011 and a Slightly Newer iMac (only because I got  a really good deal on both) .. so i'm hopeful both of those will get some kind of UFI update. The computer i'm most annoyed with probably not getting the update is my 16GB ram, 512 msata SSD  i7 4770R brix pro.

As long as both systems have an up todate av with detection sigs for spectre/meltdown attack vectors, your somewhat covered in conjuction with windows patches.

So by changing two Registry entries you basically bypass what the Windows patch did as well as the BIOS update.  If this is such a big security concern why allow it to be overridden.  I have confirmed that the two Reg entries do reverse the patches.  I realize the logic for all of this is that the performance hit might be too much for some machines and servers.  It is also true, so I read, that no exploit has occurred for all the decades this so called security flaw has existed, until possibly now that it is splashed all over the place.

5 minutes ago, Pork Chopper said:

So by changing two Registry entries you basically bypass what the Windows patch did as well as the BIOS update.  If this is such a big security concern why allow it to be overridden.  I have confirmed that the two Reg entries do reverse the patches.  I realize the logic for all of this is that the performance hit might be too much for some machines and servers.  It is also true, so I read, that no exploit has occurred for all the decades this so called security flaw has existed, until possibly now that it is splashed all over the place.

No exploit has been discovered in the wild but that doesn't mean one doesn't exist. The three letter agencies right here the US are known to keep exploits secret.

2 hours ago, Pork Chopper said:

So by changing two Registry entries you basically bypass what the Windows patch did as well as the BIOS update.  If this is such a big security concern why allow it to be overridden.  I have confirmed that the two Reg entries do reverse the patches.  I realize the logic for all of this is that the performance hit might be too much for some machines and servers.  It is also true, so I read, that no exploit has occurred for all the decades this so called security flaw has existed, until possibly now that it is splashed all over the place.

As it was explained to me, the patch alone is not enough to enable the protection on Windows Server. You must also proactively set the reg keys. Being that Windows Server is based off of Windows version whatever, they also end up working there but are not needed to be set to  enable it. They can however be used to disable it. 

30 minutes ago, Mindovermaster said:

Umm, you don't?

I meant it appears to be an installer. I got the Windows warning prompt and didn't go any further because really had to get to work anyway. Is that correct? I wanted someone to confirm either way. If so why? It seems like something that just needs to run once.

7 hours ago, Pork Chopper said:

So by changing two Registry entries you basically bypass what the Windows patch did as well as the BIOS update.  If this is such a big security concern why allow it to be overridden.  I have confirmed that the two Reg entries do reverse the patches.  I realize the logic for all of this is that the performance hit might be too much for some machines and servers.  It is also true, so I read, that no exploit has occurred for all the decades this so called security flaw has existed, until possibly now that it is splashed all over the place.

YES. You have identified "The Emporer's New Clothes".  About time this issue gets to be right up front in any discussion.

 

The fuss is because the issue is related to CPU architecture and is mostly universal.

 

But to use the word "Exploit" is misleading for most people in most cases. The so-called security issue does not lead to an escalation of privilege level. Simply due to speculative execution of branch prediction code there can be other processes machine instructions that you can spy on. Woopy Doo, Scooby Doo...

 

To run a resident task to continuously spy on this information mains the computer has already been compromised by a real exploit and at that point there sure is a lot of better ways to steal user data! This issue is only of use in server systems where multiple people use the same machine and one customer can run code to spy on other customer's code. But even there, imagine trying to assemble coherently useful data out of cached branch instruction misses?

 

Every day a real virus takes over a real computer and does real illegal things. The best Anti-Virus have a 99% success score in real world testing. Compare that 1% of world wide successful penetration with Spectre and Meltdown. Look at the words "Spectre" and "Meltdown" and wonder what sort of marketing forces are at play in this non-situation.

 

 

 

Kudos to Kevin Beaumont for this matrix, its not mine. Lots of direct links to different vendors and patch status.

 

https://docs.google.com/spreadsheets/d/184wcDt9I9TUNFFbsAVLpzAtckQxYiuirADzf3cL42FQ/htmlview?usp=sharing&sle=true

 

 

 

 

It makes no sense to install any patches for this problem on any user computer since your own code can already spy on your own computer.

 

It makes no sense to install any patches for this problem on any server that is used on premise or used exclusively for one customer since again you can only spy on yourself!

 

Only in the case of vendors supplying shared hosting over the internet does it make any possible sense to install a fix and even then nobody has demonstrated any ability to extract useful information out of this "inter-process leak"

 

But instead, the world is rushing to install this everywhere at the cost of slowing down everyone's computer maybe 1% maybe 20% and multiplied by several billion computers and you get far worse damage in human labor and reduced processing or else energy cost.

 

There is NO escalation of privilege! Only an already infected computer could deploy code to examine branch misses but the absurdity of this is since the computer has already been root-kitted or trojaned, it can just freakin access the data directly!

 

We have a solution that does far more damage than the problem itself! 

45 minutes ago, Mando said:

Kudos to Kevin Beaumont for this matrix, its not mine. Lots of direct links to different vendors and patch status.

 

https://docs.google.com/spreadsheets/d/184wcDt9I9TUNFFbsAVLpzAtckQxYiuirADzf3cL42FQ/htmlview?usp=sharing&sle=true

 

 

 

 

I am straining to imagine the word "Kudos" in the context of promoting this insanity.

 

I.T. professionals, instead of doing a knee-jerk response of applying yet another security patch, should stop and ask WTF is this protecting against that justifies the huge cost of protection?

 

9 minutes ago, DevTech said:

I am straining to imagine the word "Kudos" in the context of promoting this insanity.

 

I.T. professionals, instead of doing a knee-jerk response of applying yet another security patch, should stop and ask WTF is this protecting against that justifies the huge cost of protection?

 

I totally disagree with you to let a vulnerability sit out there open and not be addressed on systems that run the entire word seems like a horrible idea. The attack vector could change overnight, thinking about only how it could be exploited now is short-sighted.

im finding matrixes like this invaluable to catalogue what fixes to kit under my remit will require, awaiting parents corp official response to addressing it, meanwhile im collating info to help myself when they do respond.

37 minutes ago, xendrome said:

I totally disagree with you to let a vulnerability sit out there open and not be addressed on systems that run the entire word seems like a horrible idea. The attack vector could change overnight, thinking about only how it could be exploited now is short-sighted.

But there is no attack vector! It is not a vulnerability! It is just information leakage of particularly incoherent information.

 

It it just a way of seeing incoherent bits of CPU instructions.

 

There is no mapping for access into another address space just a view into branch prediction misses from another process space. You are seeing really stupid stuff in a cache. You can't map in anything else. You have no control. You would probably need a Quantum Computer to make any useful sense of random fragments of code that were the exact opposite of the IF-THEN-ELSE that was actually executed.

 

There is no privilege escalation, so assuming you could insert your Quantum Computer into WTF who knows where, you couldn't do anything with it without an actual attack vector that gives you access to something at which point you don't need the garbage gobbledygook of this "giant security hole" because your real attack vector lets you access real data instead of fragments of code that were never meant to be executed...

 

Sorry, this one needs to get some sort of award for stupidest security fuss of all time!

 

 

 

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • A different thing with Russia. When you say is it better, depends on things. It is better that we don't have the E.U making rules and laws that have nothing to do with them. Is the trading part better? No, that is really mucked up, but then we knew that was going to happen and we would have make agreements, like we do with other parts of the world. Freedom of movement is certainly better, but could be improved, we still need more control over our borders. do you live in the U.K?
    • So what am I quoting from them? I never listened to what Farage or his cronies said. I wanted the U.K to leave the E.u years before the referendum and it had nothing to do with Farage and his cronies. So what country do you live in? Did we work much better together? We were always at logger heads with the E.U because we disagreed with them so much. Maggie was always on at them. I would have thought the E.U was glad to get rid of us as we stopped the integration or made it a two tier. Now without us they can integrate more. I would not have voted out if it was just a trading block and we can still work together on somethings.
    • MPC-BE 1.9.0 by Razvan Serea Media Player Classic - BE is a free and open source audio and video player for Windows. Media Player Classic - BE is based on the original "Media Player Classic" project (Gabest) and "Media Player Classic Home Cinema" project (Casimir666), contains additional features and bug fixes. The BE mod (Black Edition Mod) is a skinned version of Media Player Classic Home Cinema, much better looking than the plain old MPC. MPC-BE 1.9.0 changelog: Splitters Fixed crashes in some situations. AudioSplitter Added support for the RF64 format. Fixed reading of channel layout for some WavPack files. Added support for ID3 tags for Wave64 files. Unknown Wave64 chunks are now ignored. AviSplitter Added support for 'y408' video. Improved support for 'HEVC' video. FLVSplitter Added support for VVC video. MP4Splitter Improved handling of corrupted files. MatroskaSplitter Expanded support for V_UNCOMPRESSED video codecs. Fixed support for frame rotation (ProjectionPoseRoll). Improved support for "V_MS/VFW/FOURCC / HEVC". MpcDvdVideoDecoder Fixed conversion to YUY2. Fixed display of menus for some DVD-Videos. RoQVideoDecoder Output in NV12 and YV12 formats is allowed. Full range is used. MPC Video Decoder RGB32 format will be output as a top-down bitmap by default. Added support for the "IID_MediaSideDataDOVIMetadataV2" interface. Removed support for the deprecated "IID_MediaSideDataDOVIMetadata" interface. Fixed retrieving the name of the video adapter when using NVDEC. Fixed crashes in some situations. MPC Video Converter Added support for AYUV video format. MpcAudioRenderer Improved input format validation. Optimized retrieval of supported formats for exclusive mode. Added the "Keep audio device active when paused" setting. Fixed crashes and freezes in various situations. Subtitles Added the ability to open the properties of an external subtitle renderer in the "Subtitles" settings panel. Fixed external subtitle connections for VSFilter. Fixed a crash when rendering PGS/SUP subtitles when using AVX2. YouTube Improved support for yt-dlp. The built-in YouTube parser is no longer used. Player The HTTP read strategy has been changed. If the playlist contains one entry, more key combinations can be used to control the player (jump through chapters, adjust volume). Improved support for reading ASX playlists. The translation of the MediaInfo report for Chinese, Korean and Japanese has been removed. Added blocking of 32-bit filter "PICVideo Lossless JPEG Decompressor" (pvljpg20.dll), because it crashes. Added blocking of the system filter "AVI Decompressor", which will eliminate the crash of VFW codecs. Fixed a rare crash when using the "/slave" key. Fixed a crash when getting a list of fonts for OSD. Added the ability to load an external audio file using hotkeys. Fixed opening a network path starting with \?\UNC. The "Determine duration when adding" playlist setting now works for YouTube video URLs. The "Online media services" settings panel has been redesigned. Added a "Merge files using FFmpeg" option to the file saving dialog. This option is activated when playing multiple streams obtained using yt-dlp. Added loading of local .dpl playlists ("DAUMPLAYLIST"). Fixed a hang when the user closes the player during the URL opening process. Various interface fixes. Installer Updated MPC Video Renderer 0.10.5. Updated MPC Script Source 0.2.17. Added MPC Image Source 0.3.6. Translations Updated Japanese translation (by tsubasanouta). Updated Chinese (Traditional) and Dutch translation (by beter). Updated Romanian translation (by Andrei Miloiu). Updated Hungarian translation (by mickey). Updated Turkish translation (by cmhrky). Updated German translation (by Klaus1189). Updated Chinese (Simplified) translation (by wushantao). Updated Italian translation (by mapi68). Updated Korean translation (by Hackjjang). Updated Chinese (Traditional) (by udfbe). Updated libraries dav1d 1.5.3-6-g04b69f9; ffmpeg n8.2-dev-1857-g4653e68aab; libpng git-v1.6.55-9-g7d52a8087; Little-CMS git-lcms2.18-26-gf739cda; MediaInfo git-v26.05-38-g702c9b7fd; ZenLib git-v0.4.41-91-g073f297; zlib 1.3.2. Download: MPC-BE 64-bit | Portable MPC-BE 64-bit | ~20.0 MB (Open Source) Download: MPC-BE 32-bit | Portable MPC-BE 32-bit Link: Media Player Classic - BE Home Page Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Apple reportedly looks to blacklisted Chinese memory chips as RAM prices climb by Karthik Mudaliar Image via Apple Apple is reportedly trying to get a clearance from the Trump administration to buy memory from ChangXin Memory Technologies (CXMT) to get some relief from soaring DRAM prices. As per a report by the Financial Times, Apple approached the Commerce Department more than a month ago and also spoke to other officials and allies in Washington. For starters, CXMT is a company that's already been placed on the Pentagon's list of Chinese military companies. The Chinese company is the country's top DRAM maker. For Apple, the timing is certainly awkward but not surprising. Tim Cook had recently warned that Apple would have to raise prices because AI companies are buying up large amounts of memory for data centers, and just like that, Apple raised MacBook and iPad prices. Micron also recently revealed that customers have committed billions of dollars to secure memory supply years in advance, which shows us how aggressive securing infrastructure has become. This gives suppliers such as Samsung, SK Hynix, and Micron more leverage, while pushing hardware makers to look for alternatives. CXMT is one of those alternatives, but not the simplest one. Apple has spent many years trying to diversify parts of its supply chain away from China, especially for final assembly, while still depending heavily on Chinese manufacturing and suppliers. Even domestic brands from China are moving towards CXMT and YMTC instead of relying on Samsung, Micron, and SK Hynix. For Apple, though, it would invite more scrutiny than local Chinese companies. For now, this is more like a lobbying effort rather than a confirmed supply deal. There's no official statement from either of the parties. What is clearer, though, is the pressure behind such a request. AI demand has certainly made hardware a bottleneck, and companies are trying everything they can to bring things back to normal, even if that means making politically sensitive choices. Source: Financial Times
    • I did test it a month or so back, but ... the results I expect to be on the first page are not there.
  • Recent Achievements

    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      +Edouard
      220
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      Steven P.
      74
    5. 5
      FloatingFatMan
      70
  • Tell a friend

    Love Neowin? Tell a friend!