Torrent Invites! Buy, Trade, Sell Or Find Free Invites, For EVERY Private Tracker! HDBits.org, BTN, PTP, MTV, Empornium, Orpheus, Bibliotik, RED, IPT, TL, PHD etc!



Results 1 to 2 of 2
Like Tree4Likes
  • 3 Post By sedna
  • 1 Post By kirill

Thread: How to check Linux for Spectre or Meltdown vulnerability

  1. #1
    sedna
    Guest sedna's Avatar

    How to check Linux for Spectre or Meltdown vulnerability

    Devices running Linux are affected by Spectre and Meltdown vulnerabilities as much as their Windows counterparts.

    Development teams work on updated kernels for the various distributions, and users need to update browsers and other software to protect data against potential attacks.

    We talked about identifying whether your Windows PC or web browser is vulnerable already. A recently published script does the same for Linux systems. You may use it to check whether your Linux distribution is vulnerable.

    Spectre and Meltdown detection for Linux

    You run the script if you want to know whether a Linux distribution is vulnerable to Spectre variant 1 and 2, or Meltdown attacks.

    Check it out on the official GitHub project page. You find the source there so that you may analyze it before you run it on a system.

    You may run the script without parameters to check the running kernel or use options to check a kernel that is not used.

    A simple shell script to tell if your Linux installation is vulnerable against the 3 “speculative execution” CVEs that were made public early 2018.

    Without options, it’ll inspect you currently running kernel. You can also specify a kernel image on the command line, if you’d like to inspect a kernel you’re not running.

    Here is how it works:

    • Open Terminal on the Linux system you want to check.
    • Type cd /tmp/
    • Type wget https://raw.githubusercontent.com/sp...own-checker.sh. This downloads the script from the GitHub server.
    • Type sudo sh spectre-meltdown-checker.sh. This runs the script with elevated privileges.
    • Type the password.

    The script checks each variant individually and lists its finding. If you get “status: vulnerable,” the system is vulnerable to the variant. The checks for Spectre variant 2 and Meltdown reveal additional information.

    A system that is vulnerable needs a kernel update to protect against potential attacks exploiting these vulnerabilities.

    How you get the kernel update depends on the Linux distribution. You select Menu > Administration > Update Manager in Linux Mint to check for available updates. The kernel is not available yet, however.

    Once you run the update, rerun the script to verify that the system is no longer vulnerable.

    The Spectre & Meltdown Checker supports the scanning of offline kernels as well. Use the parameter −−kernel vmlinux_file for that and if available −−config kernel_config and −−map kernel_map_file as well
    Laxus, jimmy7 and kirill like this.

  2. #2
    EyeS Of TiGeRs
    kirill's Avatar
    Reputation Points
    954314
    Reputation Power
    100
    Join Date
    Aug 2017
    Posts
    34,531
    Time Online
    610 d 20 h 55 m
    Avg. Time Online
    6 h N/A
    Mentioned
    4922 Post(s)
    Quoted
    945 Post(s)
    Liked
    14089 times
    Feedbacks
    929 (100%)
    Thank you. Useful information!
    sedna likes this.


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •