Show vulnerable packages on Arch Linux with arch-audit

Vulnerable Software Packages on Arch Linux

Vulnerabilities happen and are usually fairly quickly fixed. This is also true for Arch Linux. This rolling distribution can be considered to be always up-to-date, as it uses the latest versions of software packages from the upstream. When there is an update, it doesn’t take long that it becomes available and can be installed with package manager pacman.

One problem that remained was the inability to quickly test if you have any vulnerable packages. After all running pacman -Suy daily works, but that doesn’t say much if known issues were found. Till now, with the new arch-audit tool.

Performing a vulnerability check

The arch-audit tool can be build with the instructions on the website.

With the tool being under development, parsing has to be done on the raw text output. With some creative text filtering we can get an output like this:

Using arch-audit and some filtering, we can obtain a complete list (with CVE numbers)

Our security scanner Lynis has support for arch-audit as well. So if you rather don’t parse the output and want to perform a security scan daily, then Lynis will do the work for you.

Resources

  • arch-audit on GitHub
  • arch-audit package (AUR)
Screenshot of Lynis security tool

Take the next step!

Want to learn more about Linux security? Have a look at the open source tool Lynis and become a Linux expert yourself.

Lynis is a battle-tested technical security audit tool. It is open source, freely available, and used by system administrators all over the world. Other users include IT auditors, security professionals, like pentesters.

Tool Information

Visit project page